Files
tekton/icon.svg
T

28 lines
1.1 KiB
XML

<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0a0a1a"/>
<stop offset="100%" style="stop-color:#141428"/>
</linearGradient>
<linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00d4ff"/>
<stop offset="100%" style="stop-color:#ff00aa"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="256" height="256" rx="32" fill="url(#bg)"/>
<!-- Stylized T logo -->
<path d="M60 70 L196 70 L196 90 L138 90 L138 186 L118 186 L118 90 L60 90 Z"
fill="url(#accent)" opacity="0.9"/>
<!-- Decorative circuit lines -->
<path d="M40 130 L80 130 L80 150 L60 150" stroke="#00d4ff" stroke-width="2" fill="none" opacity="0.5"/>
<path d="M216 130 L176 130 L176 150 L196 150" stroke="#ff00aa" stroke-width="2" fill="none" opacity="0.5"/>
<!-- Glow dots -->
<circle cx="40" cy="130" r="4" fill="#00d4ff"/>
<circle cx="216" cy="130" r="4" fill="#ff00aa"/>
</svg>