17 lines
875 B
XML
Executable File
17 lines
875 B
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400">
|
|
<defs>
|
|
<linearGradient id="bg1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#0a1628"/>
|
|
<stop offset="100%" style="stop-color:#0c2550"/>
|
|
</linearGradient>
|
|
<linearGradient id="accent1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#0ea5e9"/>
|
|
<stop offset="100%" style="stop-color:#0d9488"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="400" height="400" fill="url(#bg1)"/>
|
|
<circle cx="200" cy="200" r="170" fill="url(#accent1)" opacity="0.08"/>
|
|
<circle cx="200" cy="200" r="140" fill="url(#accent1)" opacity="0.05"/>
|
|
<text x="200" y="246" text-anchor="middle" fill="#e2e8f0" font-family="DM Sans, Arial, sans-serif" font-size="108" font-weight="800" letter-spacing="-5">KM</text>
|
|
</svg>
|