6 lines
486 B
XML
6 lines
486 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="200" height="200" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="100" cy="100" r="90" fill="#1890ff" />
|
|
<text x="100" y="130" font-family="Arial, sans-serif" font-size="70" font-weight="bold" text-anchor="middle" fill="white">007</text>
|
|
<text x="100" y="160" font-family="Arial, sans-serif" font-size="30" font-weight="bold" text-anchor="middle" fill="white">UI</text>
|
|
</svg> |