blob: f6afdd69bc7b6c39cfdc8ca65cce5216696f013e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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 -35.3911 35.3911 0 968.766 41.2823)" gradientUnits="userSpaceOnUse">
<stop stop-color="#d5d5d5" offset="0"/>
<stop stop-color="#f2f2f2" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(0 -31.9801 31.9801 0 24 39.6625)" gradientUnits="userSpaceOnUse">
<stop stop-color="#006be1" offset="0"/>
<stop stop-color="#00a4ff" offset="1"/>
</linearGradient>
<circle cx="24" cy="24" r="22.764" fill="url(#a)"/>
<path d="m22.521 11.146c-3.059-.089-6.002.538-8.72 1.174-4.004.938-10.594 3.844-10.594 3.844-.731.316-1.207 1.04-1.207 1.836 0 .781.457 1.493 1.166 1.818.709.326 1.502.693 3.043 1.678.77.493 1.539 1.057 2.074 1.57.535.514.76.988.76.987.023.109-.04 1.117-.428 2.285-.387 1.168-1 2.544-1.642 3.83-1.285 2.572-2.666 4.766-2.666 4.766-.202.319-.31.69-.31 1.068 0 1.098.903 2 2 2 .54 0 1.058-.218 1.435-.606.376-.387 9.928-10.033 23.478-10.396 2.524-.068 5.884 1.046 8.508 2.254s4.492 2.422 4.492 2.422c.325.211.703.323 1.09.323 1.097 0 2-.903 2-2 0-.272-.055-.541-.162-.79-3.886-9.033-11.929-16.765-22.981-17.977-.005 0-.011-.001-.017-.002-.442-.044-.881-.071-1.319-.084z" fill="url(#b)" fill-rule="nonzero"/>
</svg>
|