26 lines
No EOL
1.1 KiB
XML
26 lines
No EOL
1.1 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="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#A855F7"/>
|
|
<stop offset="100%" style="stop-color:#7C3AED"/>
|
|
</linearGradient>
|
|
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<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>
|
|
<g transform="translate(100, 100)">
|
|
<path d="M 0 -50 L -40 40 L 40 40 Z" fill="none" stroke="url(#grad1)" stroke-width="6" stroke-linejoin="round"/>
|
|
<line x1="-20" y1="10" x2="20" y2="10" stroke="#06B6D4" stroke-width="6" stroke-linecap="round"/>
|
|
<circle cx="-20" cy="10" r="4" fill="#22D3EE"/>
|
|
<circle cx="20" cy="10" r="4" fill="#22D3EE"/>
|
|
<circle cx="0" cy="5" r="3" fill="#FFFFFF"/>
|
|
</g>
|
|
</svg> |