6 lines
415 B
XML
6 lines
415 B
XML
![]() |
<svg height="64" width="64" xmlns="http://www.w3.org/2000/svg">
|
||
|
<circle cx="32" cy="32" r="30" fill="yellow" stroke="black" stroke-width="2"/>
|
||
|
<path d="M2,32 a1,1 0 0,0 60,0 Z" fill="yellow" stroke="black" stroke-width="2"/>
|
||
|
<rect x="15" y="20" width="35" height="20" stroke="black" fill="white" stroke-width="2" />
|
||
|
<text x="50%" y="50%" fill="black" dominant-baseline="middle" text-anchor="middle">50</text>
|
||
|
</svg>
|