4 lines
203 B
XML
4 lines
203 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="50" r="40" fill="#007bff" />
|
|
<text x="50" y="55" font-size="20" text-anchor="middle" fill="white">Logo</text>
|
|
</svg> |