51 lines
2.3 KiB
XML
51 lines
2.3 KiB
XML
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="vaultGrad_s" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1a2744"/>
|
|
<stop offset="50%" style="stop-color:#2a3f6a"/>
|
|
<stop offset="100%" style="stop-color:#0a1929"/>
|
|
</linearGradient>
|
|
<linearGradient id="goldAccent_s" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#ffd700"/>
|
|
<stop offset="100%" style="stop-color:#b8860b"/>
|
|
</linearGradient>
|
|
<linearGradient id="cyanGlow_s" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#00d9ff"/>
|
|
<stop offset="100%" style="stop-color:#0099cc"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Outer vault ring -->
|
|
<circle cx="100" cy="100" r="55.25" fill="none" stroke="url(#vaultGrad_s)" stroke-width="5.2"/>
|
|
<circle cx="100" cy="100" r="55.25" fill="none" stroke="url(#cyanGlow_s)" stroke-width="0.65" stroke-dasharray="8 12" opacity="0.6"/>
|
|
|
|
<!-- Inner vault door -->
|
|
<circle cx="100" cy="100" r="42.25" fill="url(#vaultGrad_s)" stroke="#2a3f6a" stroke-width="1.95"/>
|
|
|
|
<!-- Quantum lattice pattern (static) -->
|
|
<g opacity="0.8">
|
|
<!-- Central node -->
|
|
<circle cx="100" cy="100" r="5.2" fill="url(#cyanGlow_s)"/>
|
|
|
|
<!-- Orbital electrons -->
|
|
<circle cx="100" cy="74" r="2.6" fill="#00d9ff"/>
|
|
<circle cx="126" cy="100" r="2.6" fill="#00d9ff"/>
|
|
<circle cx="100" cy="126" r="2.6" fill="#00d9ff"/>
|
|
<circle cx="74" cy="100" r="2.6" fill="#00d9ff"/>
|
|
|
|
<!-- Secondary orbit -->
|
|
<circle cx="120.7" cy="81.8" r="1.95" fill="#8b5cf6"/>
|
|
<circle cx="120.7" cy="118.2" r="1.95" fill="#8b5cf6"/>
|
|
<circle cx="79.3" cy="118.2" r="1.95" fill="#8b5cf6"/>
|
|
<circle cx="79.3" cy="81.8" r="1.95" fill="#8b5cf6"/>
|
|
|
|
<!-- Connection lines -->
|
|
<path d="M100 94.8 L100 74 M105.2 100 L126 100 M100 105.2 L100 126 M94.8 100 L74 100"
|
|
stroke="#00d9ff" stroke-width="0.65" opacity="0.5"/>
|
|
</g>
|
|
|
|
<!-- Vault handle -->
|
|
<rect x="98.1" y="87" width="3.9" height="26" rx="3.25" fill="url(#goldAccent_s)"/>
|
|
<circle cx="100" cy="100" r="13" fill="none" stroke="url(#goldAccent_s)" stroke-width="2.6"/>
|
|
</svg>
|