45 lines
2.0 KiB
XML
45 lines
2.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
|
<defs>
|
|
<radialGradient id="bgGlow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#2a3f5a"/>
|
|
<stop offset="100%" stop-color="#0a121d"/>
|
|
</radialGradient>
|
|
<filter id="neonGold" x="-50%" y="-50%" width="200%" height="200%">
|
|
<feDropShadow dx="0" dy="0" stdDeviation="6" flood-color="#ffca28" flood-opacity="0.8"/>
|
|
</filter>
|
|
<filter id="neonBlue" x="-50%" y="-50%" width="200%" height="200%">
|
|
<feDropShadow dx="0" dy="0" stdDeviation="5" flood-color="#4fc3f7" flood-opacity="0.9"/>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Background Base -->
|
|
<rect width="200" height="200" rx="30" fill="url(#bgGlow)"/>
|
|
|
|
<!-- Swarm Connectivity Lines -->
|
|
<g stroke="#4fc3f7" stroke-width="1.5" opacity="0.4" filter="url(#neonBlue)">
|
|
<line x1="100" y1="100" x2="30" y2="40" />
|
|
<line x1="100" y1="100" x2="170" y2="40" />
|
|
<line x1="100" y1="100" x2="40" y2="160" />
|
|
<line x1="100" y1="100" x2="160" y2="160" />
|
|
<line x1="100" y1="100" x2="190" y2="100" />
|
|
<line x1="100" y1="100" x2="10" y2="100" />
|
|
</g>
|
|
|
|
<!-- Gentle Crystal Core -->
|
|
<path d="M 100 40 L 130 100 L 100 160 L 70 100 Z" fill="#1b2a4a" stroke="#ffca28" stroke-width="3" filter="url(#neonGold)"/>
|
|
<path d="M 100 40 L 130 100 L 100 120 Z" fill="#2a3f5a" opacity="0.8"/>
|
|
<path d="M 100 40 L 70 100 L 100 120 Z" fill="#0a121d" opacity="0.6"/>
|
|
|
|
<!-- Floating Swarm Nodes -->
|
|
<circle cx="30" cy="40" r="5" fill="#4fc3f7" filter="url(#neonBlue)"/>
|
|
<circle cx="170" cy="40" r="5" fill="#4fc3f7" filter="url(#neonBlue)"/>
|
|
<circle cx="40" cy="160" r="5" fill="#4fc3f7" filter="url(#neonBlue)"/>
|
|
<circle cx="160" cy="160" r="5" fill="#4fc3f7" filter="url(#neonBlue)"/>
|
|
<circle cx="190" cy="100" r="4" fill="#ffca28" filter="url(#neonGold)"/>
|
|
<circle cx="10" cy="100" r="4" fill="#ffca28" filter="url(#neonGold)"/>
|
|
|
|
<circle cx="100" cy="100" r="10" fill="#ffca28" filter="url(#neonGold)"/>
|
|
<circle cx="100" cy="100" r="4" fill="#ffffff"/>
|
|
|
|
</svg>
|