28 lines
No EOL
1.5 KiB
XML
28 lines
No EOL
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 120" width="500" height="120">
|
|
<defs>
|
|
<linearGradient id="grad1" 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="textGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#8B5CF6"/>
|
|
<stop offset="100%" style="stop-color:#06B6D4"/>
|
|
</linearGradient>
|
|
<filter id="glow">
|
|
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
<path d="M 60 25 L 35 95 L 42 95 L 54 55 Z" fill="url(#grad1)"/>
|
|
<path d="M 60 25 L 85 95 L 78 95 L 66 55 Z" fill="url(#grad1)"/>
|
|
<line x1="48" y1="65" x2="56" y2="65" stroke="#06B6D4" stroke-width="2.5" stroke-linecap="round"/>
|
|
<line x1="64" y1="65" x2="72" y2="65" stroke="#06B6D4" stroke-width="2.5" stroke-linecap="round"/>
|
|
<circle cx="48" cy="65" r="2" fill="#22D3EE"/>
|
|
<circle cx="72" cy="65" r="2" fill="#22D3EE"/>
|
|
<text x="120" y="70" font-family="Inter, sans-serif" font-size="48" font-weight="800" letter-spacing="-0.02em" fill="url(#textGrad)">AeThex</text>
|
|
<text x="120" y="92" font-family="Inter, sans-serif" font-size="14" font-weight="500" letter-spacing="0.05em" fill="#9CA3AF">CLOUD-NATIVE GAME ENGINE</text>
|
|
</svg> |