blob: 6b9b63f1d1e0158eb22e44c7f700cfaa5f1b1531 (
plain) (
blame)
1
2
3
4
5
|
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40">
<rect width="40" height="40" fill="#ffd400"/>
<circle cx="20" cy="20" r="15" fill="#ffffff" stroke="#000000"/>
<circle cx="20" cy="20" r="4"/>
</svg>
|