blob: 2829bdf67e4df034bfcb760d798dac08a964483a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<svg width="64" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" height="64" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="a" y1="17" x1="40" y2="31" gradientUnits="userSpaceOnUse" x2="54" gradientTransform="translate(366 182.36)">
<stop stop-color="#060606"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<linearGradient id="b" y1="392.36" y2="336.36" gradientUnits="userSpaceOnUse" x2="0" gradientTransform="translate(318-150)">
<stop stop-color="#ffffff" stop-opacity="0"/>
<stop offset="1" stop-color="#ffffff" stop-opacity=".2"/>
</linearGradient>
<path id="c" d="m376 243.36v-58h30l14 14v44h-14z"/>
</defs>
<g transform="translate(-366-182.36)">
<use fill="#cccccc" xlink:href="#c"/>
<g color-rendering="auto" color-interpolation-filters="linearRGB" shape-rendering="auto" image-rendering="auto" text-rendering="auto" color-interpolation="sRGB" color="#000000" transform="scale(1-1)">
<rect opacity=".5" x="376" y="-186.36" width="30" fill="#ffffff" height="1"/>
<rect opacity=".25" x="376" y="-243.36" width="44" height="1"/>
</g>
<g fill-rule="evenodd">
<path opacity=".6" d="m420 199.36l-14-14v14z"/>
<path opacity=".2" fill="url(#a)" d="m406 199.36l14 14v-14z"/>
<path opacity=".529" fill="#f20000" d="m398.01 204.36l1.614 18.313 9.376 3.687z"/>
<path opacity=".529" fill="#37a0ff" d="m398.01 204.36l-10.99 22 11.976-10.817z"/>
<path opacity=".529" fill="#13d403" d="m393.69 220.34l-6.665 6.02 21.977.002zm-6.648 5.982l-.04.036h.022z"/>
</g>
<use fill="url(#b)" xlink:href="#c"/>
</g>
</svg>
|