files/en-us/web/svg/reference/element/circle/index.md
The <circle> SVG element is an SVG basic shape, used to draw circles based on a center point and a radius.
{{svginfo}}
0; Animatable: yes0; Animatable: yes0; Animatable: yes[!NOTE] Starting with SVG2,
cx,cy, andrare Geometry Properties, meaning those attributes can also be used as CSS properties for that element.
This element implements the {{domxref("SVGCircleElement")}} interface.
html,
body,
svg {
height: 100%;
}
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="50" />
</svg>
{{EmbedLiveSample('Example', 100, 100)}}
{{Specifications}}
{{Compat}}