Files
2026-05-08 21:09:06 +07:00

21 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#2D1B69"/>
<stop offset="100%" stop-color="#1A1145"/>
</linearGradient>
<linearGradient id="goldGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#B8860B"/>
</linearGradient>
<linearGradient id="greenGrad" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#00C9A7"/>
<stop offset="100%" stop-color="#00E676"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="100" fill="url(#bgGrad)"/>
<text x="256" y="300" text-anchor="middle" font-family="Arial Black, sans-serif" font-weight="900" font-size="220" fill="url(#goldGrad)">40</text>
<path d="M340 180 L370 120 L380 155 L410 145 L370 200 Z" fill="url(#greenGrad)"/>
<text x="256" y="420" text-anchor="middle" font-family="Arial, sans-serif" font-weight="700" font-size="72" fill="white" letter-spacing="12">NOVA40</text>
</svg>