4 lines
226 B
XML
4 lines
226 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||
|
|
<circle cx="50" cy="50" r="45" fill="#FF9800" />
|
||
|
|
<text x="50" y="55" font-family="Arial" font-size="30" text-anchor="middle" fill="white">12+</text>
|
||
|
|
</svg>
|