35 lines
1.6 KiB
XML
35 lines
1.6 KiB
XML
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="vaultGrad_icon_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_icon_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_icon_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 ring -->
|
|
<circle cx="100" cy="100" r="95" fill="none" stroke="url(#vaultGrad_icon_bn)" stroke-width="6"/>
|
|
|
|
<!-- Inner door -->
|
|
<circle cx="100" cy="100" r="75" fill="url(#vaultGrad_icon_bn)" stroke="#b3b3b3" stroke-width="2.5"/>
|
|
|
|
<!-- Core elements -->
|
|
<circle cx="100" cy="100" r="10" fill="url(#cyanGlow_icon_bn)"/>
|
|
<circle cx="100" cy="65" r="5" fill="#0088aa"/>
|
|
<circle cx="135" cy="100" r="5" fill="#0088aa"/>
|
|
<circle cx="100" cy="135" r="5" fill="#0088aa"/>
|
|
<circle cx="65" cy="100" r="5" fill="#0088aa"/>
|
|
|
|
<!-- Vault mechanism -->
|
|
<rect x="97" y="75" width="6" height="50" rx="3" fill="url(#goldAccent_icon_bn)"/>
|
|
<circle cx="100" cy="100" r="25" fill="none" stroke="url(#goldAccent_icon_bn)" stroke-width="3"/>
|
|
</svg>
|