1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<g style="fill-rule:evenodd">
<path d="m 4.667 0.004 6.667 0 c 1.667 0 1.667 -0.167 1.667 1.666 l 0 6.664 c 0 1.666 0 1.666 -1.667 1.666 l -6.667 0 c -1.667 0 -1.667 0 -1.667 -1.666 l 0 -6.664 c 0 -1.666 0 -1.666 1.667 -1.666 z" style="fill:#aaa;fill-opacity:0.94"/>
<path d="M 1.6,4 14.4,4 C 16,4 16,4 16,5.6 l 0,4.8 C 16,12 16,12 14.4,12 L 1.6,12 C 0,12 0,12 0,10.4 L 0,5.6 C 0,4 0,4 1.6,4 z" style="fill:#ccc"/>
</g>
<g transform="matrix(.83333 0 0 .8 -2 -.8)">
<path d="m 6 11 12 0 0 10 -12 0 z" style="fill:#dc322f"/>
</g>
<rect width="2" height="4" x="7" y="9" style="fill:#fff;opacity:1;fill-opacity:1;stroke:none"/>
<path d="m 5 12 6 0 -3 3 z" style="fill:#fff;opacity:1;fill-opacity:1;stroke:none"/>
</svg>
|