27 lines
No EOL
1.4 KiB
XML
27 lines
No EOL
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="-70.7%" y2="70.7%">
|
|
<stop offset="0%" style="stop-color:#A855F7"/>
|
|
<stop offset="100%" style="stop-color:#7C3AED"/>
|
|
</linearGradient>
|
|
<linearGradient id="grad2" x1="0%" y1="0%" x2="-70.7%" y2="70.7%">
|
|
<stop offset="0%" style="stop-color:#06B6D4"/>
|
|
<stop offset="100%" style="stop-color:#8B5CF6"/>
|
|
</linearGradient>
|
|
<filter id="glow">
|
|
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
<circle cx="70.00" cy="100.00" r="50.00" fill="none" stroke="url(#grad1)" stroke-width="4" opacity="0.6"/>
|
|
<circle cx="130.00" cy="100.00" r="50.00" fill="none" stroke="url(#grad2)" stroke-width="4" opacity="0.6"/>
|
|
<circle cx="100.00" cy="60.00" r="6.00" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="100.00" cy="140.00" r="6.00" fill="#22D3EE" filter="url(#glow)"/>
|
|
<line x1="100.00" y1="60.00" x2="100.00" y2="140.00" stroke="#06B6D4" stroke-width="3" />
|
|
<circle cx="70.00" cy="100.00" r="8.00" fill="#8B5CF6" opacity="0.8"/>
|
|
<circle cx="130.00" cy="100.00" r="8.00" fill="#06B6D4" opacity="0.8"/>
|
|
<circle cx="100.00" cy="100.00" r="5.00" fill="#FFFFFF" />
|
|
</svg> |