22 lines
872 B
XML
22 lines
872 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 80" width="300" height="80">
|
|
<!-- AeThex Wordmark - Text Only -->
|
|
<defs>
|
|
<linearGradient id="wordGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#8B5CF6"/>
|
|
<stop offset="50%" style="stop-color:#A855F7"/>
|
|
<stop offset="100%" style="stop-color:#06B6D4"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- AeThex text with custom styling -->
|
|
<text x="10" y="55"
|
|
font-family="'Inter', -apple-system, system-ui, sans-serif"
|
|
font-size="52"
|
|
font-weight="800"
|
|
letter-spacing="-0.03em"
|
|
fill="url(#wordGrad)">AeThex</text>
|
|
|
|
<!-- Subtle underline accent -->
|
|
<rect x="10" y="62" width="50" height="2" rx="1" fill="#06B6D4" opacity="0.5"/>
|
|
<rect x="70" y="62" width="30" height="2" rx="1" fill="#8B5CF6" opacity="0.5"/>
|
|
</svg>
|