Files
snStatus/frontend/public/icon.svg
2026-01-27 16:55:03 +09:00

48 lines
1.6 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="#764ba2"/>
<stop offset="1" stop-color="#667eea"/>
</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>
<!-- Safe Area Padding applied (approx 10-15%) -->
<g filter="url(#dropshadow)">
<!-- Main Hexagon Shape -->
<!-- Points calculated for 512x512 canvas with padding -->
<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>