1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1">
<path style="opacity:0.2" d="M 5,2.5 C 4.446,2.5 4,2.946 4,3.5 V 21.5 C 4,22.054 4.446,22.5 5,22.5 H 19 C 19.554,22.5 20,22.054 20,21.5 V 8.5 L 14,2.5 Z"/>
<path style="fill:#f44336" d="M 5,2 C 4.446,2 4,2.446 4,3 V 21 C 4,21.554 4.446,22 5,22 H 19 C 19.554,22 20,21.554 20,21 V 8 L 14,2 Z"/>
<path style="opacity:0.2" d="M 20,8.5 14,2.5 V 7.5 C 14,8.054 14.446,8.5 15,8.5 Z"/>
<path style="fill:#f88e86" d="M 20,8 14,2 V 7 C 14,7.554 14.446,8 15,8 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 5,2 C 4.446,2 4,2.446 4,3 V 3.5 C 4,2.946 4.446,2.5 5,2.5 H 14 V 2 Z"/>
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-linejoin:round" d="m 15.5,20 -5.5,-2.5 3,-3 z m 0,-8 -8,8 m 0,-4 h 4 v -4 m 0,0 h 4 v 8 h -8 v -4 z"/>
<path style="fill:none;stroke:#ffffff;stroke-linejoin:round" d="M 15.5,19.5 10,17 13,14 Z m 0,-8 -8,8 m 0,-4 h 4 v -4 m 0,0 h 4 v 8 h -8 v -4 z"/>
</svg>
|