15 lines
331 B
XML
15 lines
331 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100">
|
|
<circle cx="100" cy="50" r="40" stroke="#FFF" stroke-width="2" fill="none" />
|
|
<text
|
|
x="100"
|
|
y="50"
|
|
text-anchor="middle"
|
|
dominant-baseline="middle"
|
|
font-family="Arial, sans-serif"
|
|
font-size="30"
|
|
fill="#FFF"
|
|
>
|
|
Logo
|
|
</text>
|
|
</svg>
|