blob: 12a53801bb72287c9a4daa8ca46ab3911c23e270 (
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="64" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" height="64">
<defs>
<linearGradient id="a" y1="3" y2="61" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0-1 0 64)">
<stop stop-color="#8e44ad"/>
<stop offset="1" stop-color="#9b59b6"/>
</linearGradient>
<linearGradient id="b" y1="61" y2="47" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0-1 0 64)">
<stop stop-color="#d3bdd7"/>
<stop offset="1" stop-color="#e8d9eb"/>
</linearGradient>
<linearGradient id="c" y1="17" x1="40" y2="31" x2="54" gradientUnits="userSpaceOnUse">
<stop stop-color="#383e51"/>
<stop offset="1" stop-color="#655c6f" stop-opacity="0"/>
</linearGradient>
</defs>
<path fill="url(#a)" d="m10 61v-58h30l14 14v44h-14z"/>
<g transform="scale(1-1)">
<rect width="30" x="10" y="-4" fill="#ffffff" height="1" fill-opacity=".412"/>
<rect width="44" x="10" y="-61" fill="#2e3132" height="1" fill-opacity=".294"/>
</g>
<g fill-rule="evenodd">
<path fill="url(#b)" d="m54 17l-14-14v14z"/>
<path opacity=".2" fill="url(#c)" d="m40 17l14 14v-14z"/>
</g>
<path fill="#e8d9eb" color-rendering="auto" color-interpolation-filters="linearRGB" shape-rendering="auto" image-rendering="auto" text-rendering="auto" color-interpolation="sRGB" color="#000000" d="m32 23c-2.77 0-5 2.23-5 5v5c0 2.77 2.23 5 5 5 2.77 0 5-2.23 5-5v-5c0-2.77-2.23-5-5-5m-4 4h3v1h-3zm5 0h3v1h-3zm-5 3h3v1h-3zm5 0h3v1h-3zm-5 3h3v1h-3zm5 0h3v1h-3zm-7.922 1c.437 3.072 2.851 5.485 5.922 5.922v1.078h.5v2h-1.5v1h4v-1h-1.5v-2h.5v-1.078c3.071-.437 5.485-2.85 5.922-5.922h-1.012c-.474 2.844-2.928 5-5.91 5-2.982 0-5.436-2.156-5.91-5z"/>
</svg>
|