57 lines
2.7 KiB
XML
57 lines
2.7 KiB
XML
<svg viewBox="0 0 400 120" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="vaultGrad_hs" 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_hs" 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_hs" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#00d9ff"/>
|
|
<stop offset="100%" style="stop-color:#0099cc"/>
|
|
</linearGradient>
|
|
<filter id="glow_hs">
|
|
<feGaussianBlur stdDeviation="1.5" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Vault icon (left side) -->
|
|
<g>
|
|
<circle cx="60" cy="60" r="31.5" fill="none" stroke="url(#vaultGrad_hs)" stroke-width="3.5"/>
|
|
<circle cx="60" cy="60" r="31.5" fill="none" stroke="url(#cyanGlow_hs)" stroke-width="0.5" stroke-dasharray="5 7" opacity="0.6"/>
|
|
<circle cx="60" cy="60" r="24.5" fill="url(#vaultGrad_hs)" stroke="#2a3f6a" stroke-width="1.4"/>
|
|
|
|
<g filter="url(#glow_hs)" opacity="0.8">
|
|
<circle cx="60" cy="60" r="3.5" fill="url(#cyanGlow_hs)"/>
|
|
<g>
|
|
<circle cx="60" cy="42.6" r="1.75" fill="#00d9ff"/>
|
|
<circle cx="77.4" cy="60" r="1.75" fill="#00d9ff"/>
|
|
<circle cx="60" cy="77.4" r="1.75" fill="#00d9ff"/>
|
|
<circle cx="42.6" cy="60" r="1.75" fill="#00d9ff"/>
|
|
</g>
|
|
<g>
|
|
<circle cx="73" cy="49" r="1.2" fill="#8b5cf6"/>
|
|
<circle cx="73" cy="71" r="1.2" fill="#8b5cf6"/>
|
|
<circle cx="47" cy="71" r="1.2" fill="#8b5cf6"/>
|
|
<circle cx="47" cy="49" r="1.2" fill="#8b5cf6"/>
|
|
</g>
|
|
</g>
|
|
|
|
<rect x="59" y="51" width="2.8" height="16.8" rx="1.4" fill="url(#goldAccent_hs)"/>
|
|
<circle cx="60" cy="60" r="9.1" fill="none" stroke="url(#goldAccent_hs)" stroke-width="1.75"/>
|
|
</g>
|
|
|
|
<!-- Text: SecretumVault -->
|
|
<text x="105" y="72" font-family="'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif" font-size="32" font-weight="700" fill="#00D9FF">SecretumVault</text>
|
|
|
|
<!-- Quantum accent line -->
|
|
<line x1="105" y1="82" x2="380" y2="82" stroke="url(#cyanGlow_hs)" stroke-width="2"/>
|
|
</svg>
|