blob: 18c61c2f06943306088b113095cf291914d3f59c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -40 40 0 24 44)" gradientUnits="userSpaceOnUse">
<stop stop-color="#002ccd" offset="0"/>
<stop stop-color="#0277bd" offset="1"/>
</linearGradient>
<g transform="matrix(1.1382 0 0 1.1382 -3.3168 -3.3168)">
<path d="m44 24c0-11.038-8.962-20-20-20s-20 8.962-20 20 8.962 20 20 20 20-8.962 20-20z" fill="url(#a)"/>
<path d="m16 36v-24h4v10c0 2.251 1.749 4 4 4s4-1.749 4-4v-10h4v18h-4v-1.08c-1.179.686-2.546 1.08-4 1.08s-2.821-.394-4-1.08v7.08z" fill="#fff"/>
</g>
</svg>
|