blob: 9ba1a374e286f009e6b3b694abb9d034191a396b (
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 -49.6706 49.6382 0 23.9596 48.6769)" gradientUnits="userSpaceOnUse">
<stop stop-color="#2e3e46" offset="0"/>
<stop stop-color="#435a64" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(-794.573 -4.70652 4.70652 -794.573 808.463 -354.416)" gradientUnits="userSpaceOnUse">
<stop stop-color="#d3d3d3" offset="0"/>
<stop stop-color="#ddd" offset="1"/>
</linearGradient>
<ellipse cx="23.984" cy="24" rx="22.821" ry="22.836" fill="url(#a)"/>
<path d="m36.124 16.443c.059 3.995-.583 17.558-11.82 20.573-.2.053-.41.053-.61 0-11.238-3.018-11.879-16.579-11.818-20.573.011-.612.479-1.118 1.089-1.173 5.064-.474 9.196-3.18 10.556-4.17.285-.208.671-.208.955 0 1.363.99 5.496 3.696 10.56 4.17.609.055 1.08.561 1.088 1.173zm-6.588 13.014c.112-.111.175-.262.175-.419s-.063-.308-.174-.419l-1.551-1.552.621-.621c.161-.161.161-.421 0-.582l-.227-.227c-.161-.16-.422-.16-.582 0l-.646.646-1.292-1.557 3.286-2.727c.142-.118.234-.283.26-.465l.273-1.912c.033-.231-.045-.463-.21-.628s-.397-.242-.628-.209l-1.919.276c-.181.026-.346.119-.463.26l-2.464 2.964-2.463-2.964c-.117-.141-.275-.234-.456-.26l-1.918-.276c-.231-.033-.463.045-.628.209-.165.165-.243.397-.21.628l.273 1.912c.026.182.118.347.26.465l3.286 2.727-1.292 1.557-.646-.646c-.161-.16-.421-.16-.582 0l-.226.227c-.161.161-.161.421 0 .582l.621.621-1.551 1.552c-.112.111-.174.262-.174.419s.062.308.174.419l.57.571c.232.232.607.232.839 0l1.551-1.552.621.622c.078.077.181.12.291.12.109 0 .213-.043.29-.12l.226-.227c.161-.161.159-.422-.002-.582l-.513-.509 1.663-1.374 1.656 1.374-.509.509c-.161.16-.161.421 0 .582l.227.227c.076.077.182.12.291.12s.213-.043.291-.12l.621-.622 1.551 1.552c.232.232.607.232.838 0z" fill="url(#b)" fill-rule="nonzero"/>
</svg>
|