mirror of
https://github.com/ElppaDev/snStatus.git
synced 2026-01-29 09:35:36 +00:00
50 lines
1.8 KiB
XML
50 lines
1.8 KiB
XML
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="paint0_linear" x1="0" y1="0" x2="512" y2="512" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#2563eb"/>
|
|
<stop offset="1" stop-color="#06b6d4"/>
|
|
</linearGradient>
|
|
<filter id="dropshadow" height="130%">
|
|
<feGaussianBlur in="SourceAlpha" stdDeviation="15"/>
|
|
<feOffset dx="0" dy="10" result="offsetblur"/>
|
|
<feComponentTransfer>
|
|
<feFuncA type="linear" slope="0.3"/>
|
|
</feComponentTransfer>
|
|
<feMerge>
|
|
<feMergeNode/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Background: Royal Blue (Adjusted from Deep Navy) -->
|
|
<rect width="512" height="512" fill="#1e3a8a"/>
|
|
|
|
<!-- Main Hexagon Shape (Scaled Down to 85% and Centered using Matrix) -->
|
|
<!-- Matrix calc: Scale 0.85. Offset = (512 - 512*0.85)/2 = 38.4 -->
|
|
<g filter="url(#dropshadow)" transform="matrix(0.85, 0, 0, 0.85, 38.4, 38.4)">
|
|
<path d="M256 50
|
|
L433 152
|
|
L433 357
|
|
L256 460
|
|
L79 357
|
|
L79 152
|
|
Z"
|
|
fill="url(#paint0_linear)"
|
|
stroke="white"
|
|
stroke-width="20"
|
|
stroke-linejoin="round"/>
|
|
|
|
<!-- Internal Cube Lines (Y shape) -->
|
|
<path d="M256 460 L256 255" stroke="white" stroke-width="20" stroke-linecap="round"/>
|
|
<path d="M256 255 L433 152" stroke="white" stroke-width="20" stroke-linecap="round"/>
|
|
<path d="M79 152 L256 255" stroke="white" stroke-width="20" stroke-linecap="round"/>
|
|
|
|
<!-- Tech Accent Dots -->
|
|
<circle cx="256" cy="255" r="30" fill="white"/>
|
|
<circle cx="256" cy="110" r="15" fill="white" fill-opacity="0.6"/>
|
|
<circle cx="380" cy="320" r="15" fill="white" fill-opacity="0.6"/>
|
|
<circle cx="132" cy="320" r="15" fill="white" fill-opacity="0.6"/>
|
|
</g>
|
|
</svg>
|