5 lines
262 B
XML
5 lines
262 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" rx="20" fill="#f97316"/>
|
|
<text x="50" y="68" font-family="system-ui, sans-serif" font-weight="900" font-size="52" text-anchor="middle" fill="white">K</text>
|
|
</svg>
|