AeThex-Engine-Core/assets/logo-dark.svg

40 lines
1.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 120" width="500" height="120">
<!-- AeThex Logo - Dark Background Version -->
<defs>
<linearGradient id="darkLogoGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#C084FC"/>
<stop offset="100%" style="stop-color:#A855F7"/>
</linearGradient>
<linearGradient id="darkTextGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#F3E8FF"/>
<stop offset="100%" style="stop-color:#FFFFFF"/>
</linearGradient>
</defs>
<!-- Icon Mark -->
<g transform="translate(60, 60)">
<path d="M 0 -35 L -25 20 L -18 20 L -4 -15 L 4 -15 L 18 20 L 25 20 Z"
fill="url(#darkLogoGrad)" stroke="none"/>
<line x1="-12" y1="5" x2="-4" y2="5" stroke="#22D3EE" stroke-width="2.5" stroke-linecap="round"/>
<line x1="4" y1="5" x2="12" y2="5" stroke="#22D3EE" stroke-width="2.5" stroke-linecap="round"/>
<circle cx="-12" cy="5" r="2" fill="#67E8F9"/>
<circle cx="12" cy="5" r="2" fill="#67E8F9"/>
<circle cx="0" cy="0" r="1.5" fill="#A5F3FC"/>
</g>
<!-- Brand Name -->
<text x="120" y="70"
font-family="'Inter', -apple-system, system-ui, sans-serif"
font-size="48"
font-weight="800"
letter-spacing="-0.02em"
fill="url(#darkTextGrad)">AeThex</text>
<!-- Tagline -->
<text x="120" y="92"
font-family="'Inter', sans-serif"
font-size="14"
font-weight="500"
letter-spacing="0.05em"
fill="#D1D5DB">CLOUD-NATIVE GAME ENGINE</text>
</svg>