1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<g transform="translate(0,-32)">
<rect width="12" height="11" x="1.919" y="34.527" style="fill:#292929;fill-opacity:1"/>
<rect x="9" y="-39" width="1" height="3" transform="scale(1,-1)" rx="0" style="fill:#909ea9;opacity:1;fill-opacity:1;color:#bebebe"/>
<rect x="6" y="-39" width="1" height="3" transform="scale(1,-1)" rx="0" style="fill:#909ea9;opacity:1;fill-opacity:1;color:#bebebe"/>
</g>
<path d="M 2.5,14 C 1,14 1,14 1,13 L 1,3 C 1,2 1,2 2.5,2 l 11,0 C 15,2 15,2 15,3 l 0,10 c 0,1 0,1 -1.5,1 z m 2.5,-3 1,0 0,2 4,0 0,-2 1,0 0,-2 2,0 0,-5 C 13,3 13,3 12.5,3 l -9,0 C 3,3 3,3 3,4 l 0,5 2,0 z" style="fill:#909ea9;fill-opacity:1;color:#bebebe"/>
</svg>
|