1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1">
<g transform="translate(-1,-1)">
<path style="opacity:0.2" d="m 5,2.5 c -0.554,0 -1,0.446 -1,1 v 18 c 0,0.554 0.446,1 1,1 h 14 c 0.554,0 1,-0.446 1,-1 v -13 l -6,-6 z"/>
<path style="fill:#e4e4e4" d="M 5,2 C 4.446,2 4,2.446 4,3 v 18 c 0,0.554 0.446,1 1,1 h 14 c 0.554,0 1,-0.446 1,-1 V 8 L 15,7 14,2 Z"/>
<path style="opacity:0.2" d="m 20,8.5 -6,-6 v 5 c 0,0.554 0.446,1 1,1 z"/>
<path style="fill:#fafafa" d="M 20,8 14,2 v 5 c 0,0.554 0.446,1 1,1 z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 5,2 C 4.446,2 4,2.446 4,3 v 0.5 c 0,-0.554 0.446,-1 1,-1 h 9 V 2 Z"/>
<rect style="opacity:0.1" width="7" height="7" x="11" y="10.5" ry="1.167"/>
<rect style="fill:#2995ff" width="7" height="7" x="11" y="10" ry="1.167"/>
<circle style="opacity:0.1" cx="12.5" cy="17" r="3.5"/>
<circle style="fill:#d72b1f" cx="12.5" cy="16.5" r="3.5"/>
<path style="opacity:0.1" d="m 9.5068,10.500038 c -0.203262,-0.0023 -0.393053,0.1015 -0.50084,0.274005 l -2.9139771,4.666642 c -0.032379,0.05193 -0.056383,0.108642 -0.071142,0.168049 0,0 -0.04654,0.22176 -5.25e-4,0.442625 0.04597,0.220864 0.1816518,0.493538 0.4336815,0.71777 C 6.9580704,17.217593 7.8266982,17.5 9.500027,17.5 c 1.67333,0 2.541957,-0.282407 3.046016,-0.730871 0.252029,-0.224232 0.387711,-0.496906 0.433683,-0.71777 0.04597,-0.220865 -6.13e-4,-0.442625 -6.13e-4,-0.442625 -0.01475,-0.0594 -0.03876,-0.116115 -0.07114,-0.168049 L 9.993995,10.774043 C 9.888754,10.605667 9.7052,10.502424 9.5068,10.500038 Z"/>
<path style="fill:#ffc913" d="m 9.5068,10.000038 c -0.203262,-0.00232 -0.393053,0.1015 -0.50084,0.274005 l -2.9139771,4.666642 c -0.032379,0.05193 -0.056383,0.108642 -0.071142,0.168049 0,0 -0.04654,0.22176 -5.25e-4,0.442625 0.04597,0.220864 0.1816518,0.493538 0.4336815,0.71777 C 6.9580704,16.717593 7.8266982,17 9.500027,17 c 1.67333,0 2.541957,-0.282407 3.046016,-0.730871 0.252029,-0.224232 0.387711,-0.496906 0.433683,-0.71777 0.04597,-0.220865 -6.13e-4,-0.442625 -6.13e-4,-0.442625 -0.01475,-0.0594 -0.03876,-0.116115 -0.07114,-0.168049 L 9.993995,10.274043 C 9.888754,10.105667 9.7052,10.002424 9.5068,10.000038 Z"/>
</g>
</svg>
|