1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
<rect style="opacity:0.2" width="28" height="18" x="2" y="11" rx="1.4" ry="1.4"/>
<path style="fill:#d34a00" d="M 2,22.6 C 2,23.376 2.6244,24 3.4,24 H 28.6 C 29.376,24 30,23.376 30,22.6 V 7.4 C 30,6.6244 29.376,6 28.6,6 H 16 C 13.9,6 13.2,3 11.1,3 H 3.4 C 2.6244,3 2,3.6244 2,4.4"/>
<rect style="opacity:0.2" width="28" height="18" x="2" y="9" rx="1.4" ry="1.4"/>
<rect style="fill:#e4e4e4" width="24" height="11" x="4" y="8" rx="1.4" ry="1.4"/>
<rect style="fill:#ff5a00" width="28" height="18" x="2" y="10" rx="1.4" ry="1.4"/>
<path style="opacity:0.1;fill:#ffffff" d="M 3.4004,3 C 2.6248,3 2,3.6248 2,4.4004 V 5.4004 C 2,4.6248 2.6248,4 3.4004,4 H 11.1 C 13.2,4 13.9,7 16,7 H 28.6 C 29.375,7 30,7.6248 30,8.4004 V 7.4004 C 30,6.6248 29.375,6 28.6,6 H 16 C 13.9,6 13.2,3 11.1,3 Z"/>
<g style="fill:#591f00" transform="translate(0,-1)">
<circle style="fill:#591f00" cx="11" cy="17" r="1"/>
<circle style="fill:#591f00" cx="14" cy="17" r="1"/>
<circle style="fill:#591f00" cx="17" cy="17" r="1"/>
<circle style="fill:#591f00" cx="20" cy="17" r="1"/>
<circle style="fill:#591f00" cx="11" cy="20" r="1"/>
<circle style="fill:#591f00" cx="14" cy="20" r="1"/>
<circle style="fill:#591f00" cx="17" cy="20" r="1"/>
<circle style="fill:#591f00" cx="20" cy="20" r="1"/>
<circle style="fill:#591f00" cx="8" cy="20" r="1"/>
<circle style="fill:#591f00" cx="23" cy="20" r="1"/>
<circle style="fill:#591f00" cx="11" cy="23" r="1"/>
<circle style="fill:#591f00" cx="20" cy="23" r="1"/>
<circle style="fill:#591f00" cx="8" cy="23" r="1"/>
<circle style="fill:#591f00" cx="23" cy="23" r="1"/>
</g>
</svg>
|