1 2 3 4 5
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" stroke-width="5" stroke="#000000" fill="transparent"> <circle cx="50" cy="30" r="20"/> <path d="M 10,90 A 40 40 180 1 1 90,90"/> </svg>