1
2
3
4
5
6
7
8
9
10
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g transform="translate(0,16)">
<rect width="46" height="42" x="9" y="-5" style="fill:#292929;fill-opacity:1"/>
</g>
<rect x="18" y="-25" width="4" height="10" transform="scale(1,-1)" rx="0" style="fill:#ffcb3b;opacity:1;fill-opacity:1;color:#bebebe"/>
<path d="M 11,58 C 5,58 4,57 4,52 L 4,12 C 4,7 5,6 11,6 l 42,0 c 6,0 7,0.95 7,6 l 0,40 c 0,5 -1,6 -7,6 z m 10,-13 4,0 0,6 14,0 0,-6 4,0 0,-4 9,0 0,-24 c 0,-3 0,-4 -2,-4 l -36,0 c -2,0 -2,1 -2,4 l 0,24 9,0 z" style="fill:#909ea9;fill-opacity:1;color:#bebebe"/>
<rect x="42" y="-25" width="4" height="10" transform="scale(1,-1)" rx="0" style="fill:#ffcb3b;opacity:1;fill-opacity:1;color:#bebebe"/>
<rect x="34" y="-25" width="4" height="10" transform="scale(1,-1)" rx="0" style="fill:#ffcb3b;opacity:1;fill-opacity:1;color:#bebebe"/>
<rect x="26" y="-25" width="4" height="10" transform="scale(1,-1)" rx="0" style="fill:#ffcb3b;opacity:1;fill-opacity:1;color:#bebebe"/>
</svg>
|