1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
<path style="opacity:0.2" d="m 4,52 0,2 c 0,1.662 1.338,3 3,3 l 50,0 c 1.662,0 3,-1.338 3,-3 l 0,-2 c 0,1.662 -1.338,3 -3,3 L 7,55 C 5.338,55 4,53.662 4,52 Z"/>
<rect style="fill:#3b80ae" width="48" height="56" x="-56" y="-60" rx="3" ry="3" transform="matrix(0,-1,-1,0,0,0)"/>
<g transform="matrix(2,0,0,2,0,1)">
<rect style="opacity:0.2" width="8" height="7" x="6" y="8" rx="1.132" ry="1.227"/>
<rect style="opacity:0.2" width="7" height="6" x="18" y="12" rx=".991" ry="1.051"/>
<rect style="opacity:0.2" width="6" height="5" x="13" y="20" rx=".849" ry=".876"/>
<path style="opacity:0.2;fill:none;stroke:#000000" d="m 10.5,11.5 12,3 -6,8 z"/>
</g>
<path style="opacity:0.2;fill:#ffffff" d="M 7 8 C 5.338 8 4 9.338 4 11 L 4 12 C 4 10.338 5.338 9 7 9 L 57 9 C 58.662 9 60 10.338 60 12 L 60 11 C 60 9.338 58.662 8 57 8 L 7 8 z"/>
<g transform="scale(2,2)">
<rect style="fill:#c9a1ff" width="8" height="7" x="6" y="8" rx="1.132" ry="1.227"/>
<rect style="fill:#c9a1ff" width="7" height="6" x="18" y="12" rx=".991" ry="1.051"/>
<rect style="fill:#c9a1ff" width="6" height="5" x="13" y="20" rx=".849" ry=".876"/>
<path style="fill:none;stroke:#c9a1ff" d="m 10.5,11.5 12,3 -6,8 z"/>
</g>
</svg>
|