blob: 9e9dfe209097fd40d15dced862605126f76c52eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<svg width="64" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" height="64">
<defs>
<linearGradient id="a" y1="57" y2="7" x2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#22a7f0"/>
<stop offset="1" stop-color="#19b5fe"/>
</linearGradient>
</defs>
<g color-rendering="auto" color-interpolation-filters="linearRGB" shape-rendering="auto" image-rendering="auto" text-rendering="auto" color-interpolation="sRGB" color="#000000">
<path fill="url(#a)" d="m4 57v-50h56v50z"/>
<rect opacity=".25" x="4" y="56" width="56" height="1"/>
<g fill="#ffffff">
<rect opacity=".5" x="4" y="7" width="56" height="1"/>
<path stroke-width="2" d="m8 11v42h48v-42h-1zm1 1h46v38h-46zm0 39h1v1h-1zm43 0h1v1h-1zm2 0h1v1h-1z"/>
</g>
</g>
<path fill="#ffffff" d="m25 26v6h6v-6zm7 0v6h6v-6zm-7 7v6h6v-6zm7 0v6h6v-6z"/>
</svg>
|