AeThex-Engine-Core/assets/logo-icon-only.svg

32 lines
1.3 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
<!-- AeThex Icon - App Icon Version -->
<defs>
<linearGradient id="iconBg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#A855F7"/>
<stop offset="50%" style="stop-color:#8B5CF6"/>
<stop offset="100%" style="stop-color:#7C3AED"/>
</linearGradient>
<linearGradient id="iconAccent" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#06B6D4"/>
<stop offset="100%" style="stop-color:#0891B2"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="120" height="120" rx="26" fill="url(#iconBg)"/>
<!-- Letter A with modern geometric style -->
<g transform="translate(60, 60)">
<!-- Left stroke -->
<path d="M -2 -28 L -28 28 L -20 28 L -6 -8 Z" fill="white"/>
<!-- Right stroke -->
<path d="M 2 -28 L 28 28 L 20 28 L 6 -8 Z" fill="white"/>
<!-- Crossbar with gap (cloud/connection concept) -->
<rect x="-20" y="0" width="14" height="4" rx="2" fill="url(#iconAccent)"/>
<rect x="6" y="0" width="14" height="4" rx="2" fill="url(#iconAccent)"/>
<!-- Connection nodes -->
<circle cx="-6" cy="2" r="2.5" fill="#22D3EE"/>
<circle cx="6" cy="2" r="2.5" fill="#22D3EE"/>
<circle cx="0" cy="-2" r="2" fill="#67E8F9"/>
</g>
</svg>