blob: 6304e4116f57a2716184d670eaf04e782075c67f (
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
|
<svg width="32" xmlns="http://www.w3.org/2000/svg" height="32" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="a" y1="17" y2="24" x1="47" x2="54" gradientUnits="userSpaceOnUse" gradientTransform="translate(357.57 507.8)">
<stop stop-color="#060606"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<linearGradient id="b" y1="392.36" y2="365.36" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="translate(309.57 152.44)">
<stop stop-color="#ffffff" stop-opacity="0"/>
<stop offset="1" stop-color="#ffffff" stop-opacity=".2"/>
</linearGradient>
<path id="c" d="m389.57 545.8v-28h15l7 7v21h-14z"/>
</defs>
<g transform="translate(-384.57-515.8)">
<g color-rendering="auto" color-interpolation-filters="linearRGB" shape-rendering="auto" image-rendering="auto" color-interpolation="sRGB" color="#000000">
<use fill="#555555" isolation="auto" solid-opacity="1" mix-blend-mode="normal" xlink:href="#c" solid-color="#000000"/>
<g transform="scale(1-1)">
<rect mix-blend-mode="normal" solid-color="#000000" opacity=".4" x="389.57" y="-518.8" width="15" isolation="auto" solid-opacity="1" fill="#ffffff" height="1"/>
<rect width="22" x="389.57" opacity=".35" y="-545.8" isolation="auto" solid-opacity="1" height="1" mix-blend-mode="normal" solid-color="#000000"/>
</g>
<path opacity=".5" fill="#ffffff" isolation="auto" solid-opacity="1" mix-blend-mode="normal" fill-rule="evenodd" d="m411.57 524.8l-7-7v7z" solid-color="#000000"/>
</g>
<path opacity=".4" fill="url(#a)" fill-rule="evenodd" d="m404.57 524.8l7 7v-7z"/>
<path fill="#e0e0e0" color="#000000" stroke-width=".1" d="m400.57 527.8c-3.314 0-6 2.686-6 6 0 3.314 2.686 6 6 6 3.314 0 6-2.686 6-6 0-3.314-2.686-6-6-6m0 1c2.761 0 5 2.239 5 5 0 2.761-2.239 5-5 5-2.761 0-5-2.239-5-5 0-2.761 2.239-5 5-5m0 1c-2.209 0-4 1.791-4 4h2c0-1.105.895-2 2-2zm0 3a1 1 0 0 0 -1 1 1 1 0 0 0 1 1 1 1 0 0 0 1 -1 1 1 0 0 0 -1 -1m2 1c0 1.105-.895 2-2 2v2c2.209 0 4-1.791 4-4z"/>
<use fill="url(#b)" xlink:href="#c"/>
</g>
</svg>
|