blob: 93735cbf259185d0a778398d408efe140dfeb115 (
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="524.8" x1="404.57" y2="531.8" x2="411.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#383e51"/>
<stop offset="1" stop-color="#655c6f" stop-opacity="0"/>
</linearGradient>
<linearGradient id="b" y1="3" y2="61" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.5 0 0-.48276 384.57 547.25)">
<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-7z"/>
</defs>
<g transform="translate(-384.57-515.8)">
<use fill="#3c559f" xlink:href="#c"/>
<g transform="scale(1-1)">
<rect width="15" x="389.57" opacity=".5" y="-518.8" fill="#ffffff" height="1"/>
<rect width="22" x="389.57" opacity=".25" y="-545.8" height="1"/>
</g>
<g fill-rule="evenodd">
<path opacity=".5" fill="#ffffff" d="m411.57 524.8l-7-7v7z"/>
<path opacity=".2" fill="url(#a)" d="m411.57 531.8l-7-7h7z"/>
</g>
<path opacity=".75" fill="#ffffff" d="m404.07 527.18l-1.621 1.621h-4.967a1.5 1.5 0 0 0 -1.41211 -1 1.5 1.5 0 0 0 -1.5 1.5 1.5 1.5 0 0 0 1 1.41211v7.088h3v1h3v-1h3v-6.879l1.621-1.621zm0 1.414l.707.707-.707.707-.707-.707zm-8 .20703a.5 .5 0 0 1 .5 .5 .5 .5 0 0 1 -.5 .5 .5 .5 0 0 1 -.5 -.5 .5 .5 0 0 1 .5 -.5m1.412 1h4.967l1.121 1.121v5.879h-2v-1h-3v1h-2v-6.088a1.5 1.5 0 0 0 .91211 -.91211m2.088 7h1v1h-1z"/>
<use fill="url(#b)" xlink:href="#c"/>
</g>
</svg>
|