34 lines
No EOL
2 KiB
XML
34 lines
No EOL
2 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>
|
|
<polygon points="100.0,40.0 152.0,70.0 152.0,130.0 100.0,160.0 48.0,130.0 48.0,70.0" fill="none" stroke="url(#grad1)" stroke-width="3"/>
|
|
<line x1="70" y1="85" x2="100" y2="75" stroke="#06B6D4" stroke-width="1.5" opacity="0.6"/>
|
|
<line x1="100" y1="75" x2="130" y2="85" stroke="#06B6D4" stroke-width="1.5" opacity="0.6"/>
|
|
<line x1="80" y1="105" x2="120" y2="105" stroke="#06B6D4" stroke-width="1.5" opacity="0.6"/>
|
|
<line x1="70" y1="85" x2="80" y2="105" stroke="#06B6D4" stroke-width="1.5" opacity="0.6"/>
|
|
<line x1="130" y1="85" x2="120" y2="105" stroke="#06B6D4" stroke-width="1.5" opacity="0.6"/>
|
|
<line x1="100" y1="75" x2="100" y2="115" stroke="#06B6D4" stroke-width="1.5" opacity="0.6"/>
|
|
<line x1="80" y1="105" x2="100" y2="115" stroke="#06B6D4" stroke-width="1.5" opacity="0.6"/>
|
|
<line x1="120" y1="105" x2="100" y2="115" stroke="#06B6D4" stroke-width="1.5" opacity="0.6"/>
|
|
<circle cx="70" cy="85" r="3" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="100" cy="75" r="3" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="130" cy="85" r="3" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="80" cy="105" r="3" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="120" cy="105" r="3" fill="#22D3EE" filter="url(#glow)"/>
|
|
<circle cx="100" cy="115" r="3" fill="#22D3EE" filter="url(#glow)"/>
|
|
</svg> |