35 lines
No EOL
1.9 KiB
XML
35 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="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 opacity="0.4">
|
|
<line x1="50" y1="50" x2="100" y2="75" stroke="#8B5CF6" stroke-width="1.5"/>
|
|
<line x1="50" y1="50" x2="100" y2="125" stroke="#8B5CF6" stroke-width="1.5"/>
|
|
<line x1="50" y1="100" x2="100" y2="75" stroke="#8B5CF6" stroke-width="1.5"/>
|
|
<line x1="50" y1="100" x2="100" y2="125" stroke="#8B5CF6" stroke-width="1.5"/>
|
|
<line x1="50" y1="150" x2="100" y2="75" stroke="#8B5CF6" stroke-width="1.5"/>
|
|
<line x1="50" y1="150" x2="100" y2="125" stroke="#8B5CF6" stroke-width="1.5"/>
|
|
<line x1="100" y1="75" x2="150" y2="100" stroke="#06B6D4" stroke-width="1.5"/>
|
|
<line x1="100" y1="125" x2="150" y2="100" stroke="#06B6D4" stroke-width="1.5"/>
|
|
</g>
|
|
<circle cx="50" cy="50" r="6" fill="#A855F7" stroke="#FFFFFF" stroke-width="2"/>
|
|
<circle cx="50" cy="100" r="6" fill="#A855F7" stroke="#FFFFFF" stroke-width="2"/>
|
|
<circle cx="50" cy="150" r="6" fill="#A855F7" stroke="#FFFFFF" stroke-width="2"/>
|
|
<circle cx="100" cy="75" r="8" fill="#8B5CF6" stroke="#FFFFFF" stroke-width="2"/>
|
|
<circle cx="100" cy="125" r="8" fill="#8B5CF6" stroke="#FFFFFF" stroke-width="2"/>
|
|
<circle cx="150" cy="100" r="10" fill="#06B6D4" stroke="#FFFFFF" stroke-width="2"/>
|
|
</svg> |