blob: 5a278dfb37a44750a0cbc9b5208ed7afbf6b4d7b (
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="#0067ff" offset="0"/>
<stop stop-color="#3daee9" offset="1"/>
</linearGradient>
<g transform="matrix(1.1382 0 0 1.1382 -3.3168 -3.3168)">
<circle cx="24" cy="24" r="20" fill="url(#a)"/>
<path d="m24 31.344c-1.273 2.048-3.708 3.656-7 3.656-3.824 0-7.664-2.504-7.664-2.504-1.378-.918-1.751-2.782-.832-4.16.918-1.378 2.782-1.751 4.16-.832 0 0 2.16 1.496 4.336 1.496.686 0 1.272-.185 1.673-.528.164-.2.293-.469.321-.826-.015-.396-.066-.704-.222-.931-.279-.408-.802-.427-1.288-.545-.899-.217-1.851-.363-2.737-.599-1.537-.41-2.902-1.082-3.927-2.209-1.035-1.138-1.82-2.775-1.82-5.362 0-3.32 3.02-7 8-7 3.782 0 6.442 2.249 7.009 2.771.117-1.549 1.412-2.771 2.991-2.771 1.656 0 3 1.344 3 3v15h7c1.656 0 3 1.344 3 3s-1.344 3-3 3h-10c-1.657 0-3-1.343-3-3zm0-13.108c-1.177 1.055-2.99 1.016-4.121-.115 0 0-1.158-1.121-2.879-1.121-.686 0-1.272.185-1.673.528-.164.2-.293.469-.321.826.015.396.066.704.222.931.279.408.802.427 1.288.545.899.217 1.851.363 2.737.599 1.537.41 2.902 1.082 3.927 2.209.298.328.576.698.82 1.12z" fill="#fff"/>
</g>
</svg>
|