SVG Circle: < circle > element

The SVG <circle> element is used to draw circles. The attributes (cx, cy) represents the coordinates of the center, while attribute “r” represents the radius of the circle.

Here is a simple example of SVG Rectangle element.

 Code


Output