blob: 7285bf9a2b5f345229a1c6233fe7ea275dc8a27b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<svg clip-rule="evenodd" fill-rule="evenodd" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -45.528 45.528 0 -.833455 46.764)" gradientUnits="userSpaceOnUse">
<stop stop-color="#c61423" offset="0"/>
<stop stop-color="#ff4c63" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(0 -41.3891 41.3891 0 -.833455 44.6945)" gradientUnits="userSpaceOnUse">
<stop stop-color="#ffb900" offset="0"/>
<stop stop-color="#ffff02" offset="1"/>
</linearGradient>
<circle cx="24" cy="24" r="22.764" fill="url(#a)"/>
<g fill="none" stroke="url(#b)">
<circle cx="24" cy="24" r="19.142" stroke-width="2.59"/>
<path d="m14.429 31.76h3.621m-2.328 0 8.278-17.59 8.278 17.59m-2.328 0h3.621z" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.1"/>
</g>
</svg>
|