31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
|
<defs>
|
|
<!-- Vibrant blue-purple gradient background -->
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#3366ff"/>
|
|
<stop offset="100%" stop-color="#8b5cf6"/>
|
|
</linearGradient>
|
|
<!-- Subtle inner glow -->
|
|
<radialGradient id="glow" cx="50%" cy="40%" r="60%">
|
|
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.12"/>
|
|
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
|
|
<!-- Rounded background -->
|
|
<rect width="512" height="512" rx="108" fill="url(#bg)"/>
|
|
<!-- Glow overlay -->
|
|
<rect width="512" height="512" rx="108" fill="url(#glow)"/>
|
|
|
|
<!-- "KA" lettering — bold, modern, white -->
|
|
<text
|
|
x="256" y="330"
|
|
font-family="'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"
|
|
font-size="260"
|
|
font-weight="800"
|
|
fill="#ffffff"
|
|
text-anchor="middle"
|
|
letter-spacing="-12"
|
|
>KA</text>
|
|
</svg>
|