33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
|
|
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="faviconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#1a2744"/>
|
||
|
|
<stop offset="100%" style="stop-color:#0a1929"/>
|
||
|
|
</linearGradient>
|
||
|
|
<linearGradient id="faviconGold" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#ffd700"/>
|
||
|
|
<stop offset="100%" style="stop-color:#b8860b"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
|
||
|
|
<!-- Background -->
|
||
|
|
<rect width="32" height="32" fill="#0a1929"/>
|
||
|
|
|
||
|
|
<!-- Vault circle -->
|
||
|
|
<circle cx="16" cy="16" r="14" fill="none" stroke="url(#faviconGrad)" stroke-width="1.5"/>
|
||
|
|
<circle cx="16" cy="16" r="11" fill="url(#faviconGrad)" stroke="#2a3f6a" stroke-width="1"/>
|
||
|
|
|
||
|
|
<!-- Core -->
|
||
|
|
<circle cx="16" cy="16" r="2" fill="#00d9ff"/>
|
||
|
|
|
||
|
|
<!-- Electrons -->
|
||
|
|
<circle cx="16" cy="10" r="1" fill="#00d9ff"/>
|
||
|
|
<circle cx="22" cy="16" r="1" fill="#00d9ff"/>
|
||
|
|
<circle cx="16" cy="22" r="1" fill="#00d9ff"/>
|
||
|
|
<circle cx="10" cy="16" r="1" fill="#00d9ff"/>
|
||
|
|
|
||
|
|
<!-- Lock -->
|
||
|
|
<rect x="15" y="12" width="2" height="8" rx="1" fill="url(#faviconGold)"/>
|
||
|
|
<circle cx="16" cy="16" r="4" fill="none" stroke="url(#faviconGold)" stroke-width="0.8"/>
|
||
|
|
</svg>
|