26 lines
No EOL
1.4 KiB
XML
26 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>
|
|
<path d="M 100.00 50.00 L 65.00 150.00 L 77.00 150.00 L 90.00 90.00 Z" fill="url(#grad1)" stroke="none" />
|
|
<path d="M 100.00 50.00 L 135.00 150.00 L 123.00 150.00 L 110.00 90.00 Z" fill="url(#grad1)" stroke="none" />
|
|
<path d="M 76.00 103.00 L 92.00 103.00 L 92.00 107.00 L 76.00 107.00 Z" fill="#06B6D4" stroke="none" />
|
|
<path d="M 108.00 103.00 L 124.00 103.00 L 124.00 107.00 L 108.00 107.00 Z" fill="#06B6D4" stroke="none" />
|
|
<circle cx="76.00" cy="105.00" r="3.00" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="124.00" cy="105.00" r="3.00" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="100.00" cy="99.00" r="2.50" fill="#22D3EE" filter="url(#glow)" opacity="0.8"/>
|
|
</svg> |