Files
authentikNucleo/media/nucleo-logo.svg
josedario87 d51ad0191e
All checks were successful
deploy-authentik / deploy (push) Successful in 22s
agregando archivos de customization
2025-10-05 19:35:48 -06:00

41 lines
1.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60" fill="none">
<!-- Coffee bean shape integrated with "N" -->
<defs>
<linearGradient id="goldGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f59e0b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#d97706;stop-opacity:1" />
</linearGradient>
<linearGradient id="blueGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3b82f6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1e3a8a;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Coffee bean outline forming an "N" shape -->
<path d="M 20 10 Q 15 5, 25 5 L 35 5 Q 45 5, 40 10 L 40 50 Q 45 55, 35 55 L 25 55 Q 15 55, 20 50 Z"
fill="url(#blueGradient)" opacity="0.2"/>
<!-- Stylized "N" with coffee bean accent -->
<path d="M 25 15 L 25 45 M 25 15 L 35 45 M 35 15 L 35 45"
stroke="url(#blueGradient)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Coffee bean detail on "N" -->
<ellipse cx="30" cy="30" rx="6" ry="10" fill="url(#goldGradient)" opacity="0.8" transform="rotate(20 30 30)"/>
<path d="M 30 24 Q 32 30, 30 36" stroke="#1e3a8a" stroke-width="1" fill="none"/>
<!-- "NUCLEO" text -->
<text x="55" y="40" font-family="Arial, sans-serif" font-size="24" font-weight="700" fill="url(#blueGradient)">
NUCLEO
</text>
<!-- "V3" badge -->
<rect x="155" y="20" width="40" height="20" rx="10" fill="url(#goldGradient)"/>
<text x="175" y="35" font-family="Arial, sans-serif" font-size="12" font-weight="700" fill="#1e3a8a" text-anchor="middle">
V3
</text>
<!-- Subtle coffee steam effect -->
<path d="M 30 10 Q 28 5, 30 2" stroke="url(#goldGradient)" stroke-width="1.5" fill="none" opacity="0.6" stroke-linecap="round"/>
<path d="M 33 8 Q 31 4, 33 1" stroke="url(#goldGradient)" stroke-width="1.5" fill="none" opacity="0.6" stroke-linecap="round"/>
</svg>