mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-03-11 17:34:08 -05:00
31 lines
1.7 KiB
XML
31 lines
1.7 KiB
XML
<svg width="512" height="512" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="mainGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#60a5fa;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#3b82f6;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background circle -->
|
|
<circle cx="60" cy="60" r="58" fill="url(#mainGradient)" />
|
|
|
|
<!-- Connection lines extending from center (60,45) to outer nodes -->
|
|
<line x1="60" y1="45" x2="60" y2="20" stroke="white" stroke-width="2.5" opacity="0.75" stroke-linecap="round" />
|
|
<line x1="60" y1="45" x2="85" y2="35" stroke="white" stroke-width="2.5" opacity="0.75" stroke-linecap="round" />
|
|
<line x1="60" y1="45" x2="85" y2="65" stroke="white" stroke-width="2.5" opacity="0.75" stroke-linecap="round" />
|
|
<line x1="60" y1="45" x2="60" y2="80" stroke="white" stroke-width="2.5" opacity="0.75" stroke-linecap="round" />
|
|
<line x1="60" y1="45" x2="35" y2="65" stroke="white" stroke-width="2.5" opacity="0.75" stroke-linecap="round" />
|
|
<line x1="60" y1="45" x2="35" y2="35" stroke="white" stroke-width="2.5" opacity="0.75" stroke-linecap="round" />
|
|
|
|
<!-- Center hexagon with amber fill (regular hexagon: radius 10) -->
|
|
<path d="M 60 35 L 68.66 40 L 68.66 50 L 60 55 L 51.34 50 L 51.34 40 Z" fill="#FFBF00" fill-opacity="0.85" stroke="none" />
|
|
|
|
<!-- Outer nodes with solid white fill -->
|
|
<circle cx="60" cy="20" r="5" fill="white" />
|
|
<circle cx="85" cy="35" r="5" fill="white" />
|
|
<circle cx="85" cy="65" r="5" fill="white" />
|
|
<circle cx="60" cy="80" r="5" fill="white" />
|
|
<circle cx="35" cy="65" r="5" fill="white" />
|
|
<circle cx="35" cy="35" r="5" fill="white" />
|
|
</svg>
|