1
2
3
4
5
6
7
8
9
10
11
12
13
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
<rect style="opacity:0.2" width="20" height="28" x="6" y="3" rx="1.6" ry="1.6"/>
<path style="fill:#e4e4e4" d="M 7.6,2 H 24.4 C 25.286,2 26,2.7136 26,3.6 V 5 L 20,16 26,25 V 28.4 C 26,29.286 25.286,30 24.4,30 H 7.6 C 6.7136,30 6,29.286 6,28.4 V 25 L 12,16 6,5 V 3.6 C 6,2.7136 6.7136,2 7.6,2 Z"/>
<rect style="fill:#3f3f3f" width="20" height="20" x="6" y="5"/>
<rect style="fill:#333333" width="4" height="1" x="14" y="3" rx=".5" ry=".492"/>
<rect style="fill:#4d4d4d" width="4" height="3" x="14" y="26" rx="1" ry="1"/>
<path style="opacity:0.2;fill:#ffffff" d="M 7.5,2 C 6.669,2 6,2.669 6,3.5 V 4.5 C 6,3.669 6.669,3 7.5,3 H 24.5 C 25.331,3 26,3.669 26,4.5 V 3.5 C 26,2.669 25.331,2 24.5,2 Z"/>
<rect style="fill:#4d4d4d" width="3" height="1" x="20" y="27" rx=".5" ry=".5"/>
<rect style="fill:#4d4d4d" width="3" height="1" x="9" y="27" rx=".5" ry=".5"/>
<circle style="fill:#333333" cx="19.5" cy="3.5" r=".5"/>
<rect style="opacity:0.2" width="20" height="1" x="6" y="5"/>
<rect style="opacity:0.2;fill:#ffffff" width="20" height="1" x="6" y="25"/>
</svg>
|