5 lines
278 B
XML
5 lines
278 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
|
<circle cx="50" cy="50" r="45" fill="#409eff"/>
|
|
<text x="50" y="60" font-size="40" fill="white" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold">相</text>
|
|
</svg>
|