6 lines
317 B
XML
6 lines
317 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
|
|
<rect width="128" height="128" rx="20" fill="#0f172a"/>
|
|
<circle cx="64" cy="64" r="40" fill="#38bdf8"/>
|
|
<text x="64" y="72" text-anchor="middle" font-size="36" font-family="Arial, sans-serif" fill="#0f172a">G</text>
|
|
</svg>
|