34 lines
No EOL
1.9 KiB
XML
34 lines
No EOL
1.9 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="50%" style="stop-color:#8B5CF6"/>
|
|
<stop offset="100%" style="stop-color:#7C3AED"/>
|
|
</linearGradient>
|
|
<linearGradient id="textGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#8B5CF6"/>
|
|
<stop offset="100%" style="stop-color:#06B6D4"/>
|
|
</linearGradient>
|
|
<filter id="glow">
|
|
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
<polygon points="100,30 160,65 160,135 100,170 40,135 40,65" fill="none" stroke="url(#grad1)" stroke-width="3"/>
|
|
<circle cx="100" cy="48" r="3.5" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="148" cy="78" r="3.5" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="148" cy="122" r="3.5" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="100" cy="152" r="3.5" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="52" cy="122" r="3.5" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="52" cy="78" r="3.5" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="100" cy="100" r="4" fill="#06B6D4" filter="url(#glow)"/>
|
|
<line x1="100" y1="100" x2="100" y2="48" stroke="#06B6D4" stroke-width="1.5" opacity="0.4"/>
|
|
<line x1="100" y1="100" x2="148" y2="78" stroke="#06B6D4" stroke-width="1.5" opacity="0.4"/>
|
|
<line x1="100" y1="100" x2="148" y2="122" stroke="#06B6D4" stroke-width="1.5" opacity="0.4"/>
|
|
<line x1="100" y1="100" x2="100" y2="152" stroke="#06B6D4" stroke-width="1.5" opacity="0.4"/>
|
|
<line x1="100" y1="100" x2="52" y2="122" stroke="#06B6D4" stroke-width="1.5" opacity="0.4"/>
|
|
<line x1="100" y1="100" x2="52" y2="78" stroke="#06B6D4" stroke-width="1.5" opacity="0.4"/>
|
|
</svg> |