cx
and cy
values designate the location of the center of the circle.r
attribute specifies the size of the radius of the circle.<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<circle cx="40" cy="40" r="30" stroke="black" fill="none" />
</svg>
Result: