25 lines
915 B
XML
25 lines
915 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<defs>
|
|
<radialGradient id="g" cx="30%" cy="25%" r="70%">
|
|
<stop offset="0" stop-color="#2b2f38"/>
|
|
<stop offset="1" stop-color="#0a0c10"/>
|
|
</radialGradient>
|
|
|
|
<filter id="tex" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch" />
|
|
<feColorMatrix type="matrix" values="
|
|
0 0 0 0 0.35
|
|
0 0 0 0 0.35
|
|
0 0 0 0 0.35
|
|
0 0 0 0.12 0" />
|
|
</filter>
|
|
|
|
</defs>
|
|
<g opacity="0.78">
|
|
<circle cx="32" cy="32" r="28" fill="url(#g)"/>
|
|
<circle cx="32" cy="32" r="28" filter="url(#tex)" opacity="0.35"/>
|
|
<circle cx="24" cy="24" r="8" fill="#ffffff" fill-opacity=".16"/>
|
|
<circle cx="32" cy="32" r="28" fill="none" stroke="#ffffff" stroke-opacity="0.16" stroke-width="2"/>
|
|
</g>
|
|
</svg>
|