kogral/assets/logos/kogral-favicon-32.svg

59 lines
2.9 KiB
XML
Raw Normal View History

2026-01-23 16:11:07 +00:00
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<defs>
<radialGradient id="fav32-gold" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fef3c7"/>
<stop offset="40%" stop-color="#fbbf24"/>
<stop offset="100%" stop-color="#d97706"/>
</radialGradient>
<radialGradient id="fav32-blue" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#4a9eff"/>
<stop offset="100%" stop-color="#2d7ad6"/>
</radialGradient>
<radialGradient id="fav32-green" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#3dd68d"/>
<stop offset="100%" stop-color="#28a968"/>
</radialGradient>
<radialGradient id="fav32-slate" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#64748b"/>
<stop offset="100%" stop-color="#475569"/>
</radialGradient>
</defs>
<!-- Hexagon outline -->
<polygon points="16,4 26,10 26,22 16,28 6,22 6,10" fill="none" stroke="#4a9eff" stroke-width="0.7" opacity="0.2"/>
<!-- Connection lines to center -->
<line x1="16" y1="16" x2="16" y2="6" stroke="#475569" stroke-width="1" opacity="0.3"/>
<line x1="16" y1="16" x2="24" y2="11" stroke="#475569" stroke-width="1" opacity="0.3"/>
<line x1="16" y1="16" x2="24" y2="21" stroke="#475569" stroke-width="1" opacity="0.3"/>
<line x1="16" y1="16" x2="16" y2="26" stroke="#475569" stroke-width="1" opacity="0.3"/>
<line x1="16" y1="16" x2="8" y2="21" stroke="#475569" stroke-width="1" opacity="0.3"/>
<line x1="16" y1="16" x2="8" y2="11" stroke="#475569" stroke-width="1" opacity="0.3"/>
<!-- Flow lines -->
<line x1="16" y1="16" x2="16" y2="6" stroke="#4a9eff" stroke-width="1.2" stroke-dasharray="2 4" opacity="0.6"/>
<line x1="16" y1="16" x2="24" y2="11" stroke="#3dd68d" stroke-width="1.2" stroke-dasharray="2 4" opacity="0.6"/>
<line x1="16" y1="16" x2="16" y2="26" stroke="#4a9eff" stroke-width="1.2" stroke-dasharray="2 4" opacity="0.6"/>
<!-- Center gold node -->
<circle cx="16" cy="16" r="4.5" fill="url(#fav32-gold)"/>
<circle cx="16" cy="16" r="2.5" fill="#fef3c7" opacity="0.5"/>
<circle cx="16" cy="16" r="1" fill="#fff" opacity="0.7"/>
<!-- 6 outer nodes -->
<circle cx="16" cy="6" r="2.2" fill="url(#fav32-green)"/>
<circle cx="24" cy="11" r="2.2" fill="url(#fav32-blue)"/>
<circle cx="24" cy="21" r="2.2" fill="url(#fav32-slate)"/>
<circle cx="16" cy="26" r="2.2" fill="url(#fav32-green)"/>
<circle cx="8" cy="21" r="2.2" fill="url(#fav32-blue)"/>
<circle cx="8" cy="11" r="2.2" fill="url(#fav32-slate)"/>
<!-- Highlights on outer nodes -->
<circle cx="16" cy="6" r="0.7" fill="#fff" opacity="0.3"/>
<circle cx="24" cy="11" r="0.7" fill="#fff" opacity="0.3"/>
<circle cx="24" cy="21" r="0.7" fill="#fff" opacity="0.3"/>
<circle cx="16" cy="26" r="0.7" fill="#fff" opacity="0.3"/>
<circle cx="8" cy="21" r="0.7" fill="#fff" opacity="0.3"/>
<circle cx="8" cy="11" r="0.7" fill="#fff" opacity="0.3"/>
</svg>