blob: 8e0414511c0db16757db1edfeb69419426a57d47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<svg width="32" xmlns="http://www.w3.org/2000/svg" height="32">
<defs>
<linearGradient id="a" y1="61" y2="3" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.63636 0 0 .48276 380.21 516.35)">
<stop stop-color="#22a7f0"/>
<stop offset="1" stop-color="#19b5fe"/>
</linearGradient>
</defs>
<g transform="translate(-384.57-515.8)">
<path fill="url(#a)" d="m386.57 517.8v28h28v-28h-8.909z"/>
<rect width="28" x="386.57" y="544.8" fill="#2e3132" height="1" fill-opacity=".294"/>
<g fill="#ffffff">
<rect width="28" x="386.57" y="517.8" height="1" fill-opacity=".412"/>
<path d="m394.57 524.8v12h12v-12zm1 1h10v8h-10zm2 1v2h2v-2zm4 0v2h2v-2zm-4 4v2h2v-2zm4 0v2h2v-2zm-6 4h10v1h-10z"/>
</g>
</g>
</svg>
|