Files
goget/assets/goget-icon.svg
T

44 lines
1.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512" role="img" aria-label="goget">
<defs>
<!-- Aurora gradient: cyan → sky → indigo -->
<linearGradient id="hexAurora" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#22D3EE"/>
<stop offset="38%" stop-color="#0EA5E9"/>
<stop offset="72%" stop-color="#2563EB"/>
<stop offset="100%" stop-color="#1E1B4B"/>
</linearGradient>
<!-- Inner radial highlight (subtle top sheen) -->
<radialGradient id="innerGlow" cx="50%" cy="26%" r="72%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.22"/>
<stop offset="55%" stop-color="#ffffff" stop-opacity="0.04"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
<!-- Refined soft shadow -->
<filter id="iconShadow" x="-30%" y="-30%" width="160%" height="160%">
<feDropShadow dx="0" dy="18" stdDeviation="28" flood-color="#0c1a4a" flood-opacity="0.30"/>
</filter>
</defs>
<!-- Hexagon base with shadow -->
<path d="M 256 56 L 429 156 L 429 356 L 256 456 L 83 356 L 83 156 Z"
fill="url(#hexAurora)"
filter="url(#iconShadow)"/>
<!-- Inner radial highlight overlay -->
<path d="M 256 56 L 429 156 L 429 356 L 256 456 L 83 356 L 83 156 Z"
fill="url(#innerGlow)"/>
<!-- Subtle inner hexagon outline -->
<path d="M 256 80 L 410 168 L 410 344 L 256 432 L 102 344 L 102 168 Z"
fill="none" stroke="#ffffff" stroke-width="2" opacity="0.18"/>
<!-- Three downward chevrons: streaming data / multi-protocol cascade -->
<g fill="none" stroke="#ffffff" stroke-width="22" stroke-linejoin="miter" stroke-miterlimit="6" stroke-linecap="round">
<polyline points="172,162 256,232 340,162"/>
<polyline points="172,242 256,312 340,242"/>
<polyline points="172,322 256,392 340,322"/>
</g>
</svg>