23 lines
578 B
XML
23 lines
578 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
version="1.1"
|
|
width="36" height="36"
|
|
viewBox="0 0 36 36">
|
|
<rect x="3" y="3"
|
|
width="30" height="30"
|
|
fill="#5bb0fd" />
|
|
|
|
<path fill="#5d98cc"
|
|
d="M 8,28 l 5,5 H33 V18 l -5,-5 H25.75 l-5,-5 l -5.5,10.75 l -1.75,-1.75 Z"/>
|
|
|
|
<g fill="#c4e5ff">
|
|
<rect x="8" y="17"
|
|
width="5.5" height="11" />
|
|
<rect x="15.25" y="8"
|
|
width="5.5" height="20" />
|
|
<rect x="22.5" y="13"
|
|
width="5.5" height="15" />
|
|
</g>
|
|
|
|
</svg>
|