All checks were successful
deploy-authentik / deploy (push) Successful in 22s
26 lines
973 B
XML
26 lines
973 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<defs>
|
|
<linearGradient id="favGold" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#f59e0b"/>
|
|
<stop offset="100%" style="stop-color:#d97706"/>
|
|
</linearGradient>
|
|
<linearGradient id="favBlue" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#3b82f6"/>
|
|
<stop offset="100%" style="stop-color:#1e3a8a"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<rect width="32" height="32" rx="6" fill="url(#favBlue)"/>
|
|
|
|
<!-- Coffee bean -->
|
|
<ellipse cx="16" cy="16" rx="7" ry="10" fill="url(#favGold)" transform="rotate(20 16 16)"/>
|
|
|
|
<!-- Bean crease -->
|
|
<path d="M 16 9 Q 17.5 16, 16 23" stroke="#1e3a8a" stroke-width="1.5" fill="none"/>
|
|
|
|
<!-- "N" letter -->
|
|
<path d="M 11 10 L 11 22 M 11 10 L 21 22 M 21 10 L 21 22"
|
|
stroke="white" stroke-width="2" stroke-linecap="round" opacity="0.9"/>
|
|
</svg>
|