blob: 4b51a4d30ac80e7fba3819e8bd740681e2287930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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.9752 48.6769)" gradientUnits="userSpaceOnUse">
<stop stop-color="#aeb2c8" offset="0"/>
<stop stop-color="#f9ffff" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(.542369 -23.5932 23.5932 .542369 24.0339 34.7797)" gradientUnits="userSpaceOnUse">
<stop stop-color="#fe3f3c" offset="0"/>
<stop stop-color="#ff8729" offset="1"/>
</linearGradient>
<linearGradient id="c" x2="1" gradientTransform="matrix(.542369 -23.5932 23.5932 .542369 24.0339 34.7797)" gradientUnits="userSpaceOnUse">
<stop stop-color="#016ed4" offset="0"/>
<stop stop-color="#00b1ff" offset="1"/>
</linearGradient>
<ellipse cx="24" cy="24" rx="22.821" ry="22.836" fill="url(#a)"/>
<path d="m24 14.852c-6.176 0-11.499 3.641-13.944 8.894-.075.159-.075.346 0 .508 2.445 5.253 7.768 8.894 13.944 8.894s11.499-3.641 13.944-8.894c.075-.159.075-.346 0-.508-2.445-5.253-7.768-8.894-13.944-8.894zm0 15.461c-3.487 0-6.311-2.827-6.311-6.311 0-3.488 2.827-6.311 6.311-6.311 3.487 0 6.311 2.826 6.311 6.311 0 3.484-2.827 6.311-6.311 6.311z" fill="url(#b)" fill-rule="nonzero"/>
<circle cx="24" cy="23.998" r="4.04" fill="url(#c)"/>
</svg>
|