41 lines
1.8 KiB
XML
41 lines
1.8 KiB
XML
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="vaultGrad_bn" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#ffffff"/>
|
|
<stop offset="50%" style="stop-color:#e6e6e6"/>
|
|
<stop offset="100%" style="stop-color:#cccccc"/>
|
|
</linearGradient>
|
|
<linearGradient id="goldAccent_bn" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#c0a000"/>
|
|
<stop offset="100%" style="stop-color:#8b6914"/>
|
|
</linearGradient>
|
|
<linearGradient id="cyanGlow_bn" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#0088aa"/>
|
|
<stop offset="100%" style="stop-color:#005577"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Outer vault ring -->
|
|
<circle cx="100" cy="100" r="85" fill="none" stroke="url(#vaultGrad_bn)" stroke-width="8"/>
|
|
|
|
<!-- Inner vault door -->
|
|
<circle cx="100" cy="100" r="65" fill="url(#vaultGrad_bn)" stroke="#b3b3b3" stroke-width="3"/>
|
|
|
|
<!-- Quantum elements -->
|
|
<circle cx="100" cy="100" r="8" fill="url(#cyanGlow_bn)"/>
|
|
<circle cx="100" cy="60" r="4" fill="#0088aa"/>
|
|
<circle cx="140" cy="100" r="4" fill="#0088aa"/>
|
|
<circle cx="100" cy="140" r="4" fill="#0088aa"/>
|
|
<circle cx="60" cy="100" r="4" fill="#0088aa"/>
|
|
|
|
<!-- Secondary orbit -->
|
|
<circle cx="128" cy="72" r="3" fill="#6b4fa0"/>
|
|
<circle cx="128" cy="128" r="3" fill="#6b4fa0"/>
|
|
<circle cx="72" cy="128" r="3" fill="#6b4fa0"/>
|
|
<circle cx="72" cy="72" r="3" fill="#6b4fa0"/>
|
|
|
|
<!-- Vault handle -->
|
|
<rect x="97" y="80" width="6" height="40" rx="5" fill="url(#goldAccent_bn)"/>
|
|
<circle cx="100" cy="100" r="20" fill="none" stroke="url(#goldAccent_bn)" stroke-width="4"/>
|
|
</svg>
|