6 lines
282 B
XML
6 lines
282 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" rx="15" fill="#003366" />
|
|
<circle cx="50" cy="50" r="35" fill="white" />
|
|
<text x="50" y="57" font-size="30" text-anchor="middle" fill="#003366" font-family="Arial">360</text>
|
|
</svg>
|