--- title: circle slug: Web/SVG/Element/circle tags: - SVG - SVG Element - SVG Reference translation_of: Web/SVG/Element/circle --- {{SVGRef}} L'élément `circle` est un élément de la catégorie des Formes simples, utilisé pour créer des cercles, en se basant sur un centre et un rayon. ## Usage {{svginfo}} ## Exemple ```css hidden html,body,svg { height:100% } ``` ```html ``` {{EmbedLiveSample('Exemple', 100, 100)}} ## Attributs ### Attributs Globaux - [Attributs conditionnels](/fr/SVG/Attribute#ConditionalProccessing "fr/SVG/Attribute#ConditionalProccessing") » - [Attributs centraux](/fr/SVG/Attribute#Core "fr/SVG/Attribute#Core") » - [Attributs d'événements graphiques](/fr/SVG/Attribute#GraphicalEvent "fr/SVG/Attribute#GraphicalEvent") » - [Attributs de présentation](/fr/SVG/Attribute#Presentation "fr/SVG/Attribute#Presentation") » - {{ SVGAttr("class") }} - {{ SVGAttr("style") }} - {{ SVGAttr("externalResourcesRequired") }} - {{ SVGAttr("transform") }} ### Attributs spécifiques - {{ SVGAttr("cx") }} - {{ SVGAttr("cy") }} - {{ SVGAttr("r") }} ## Interface DOM Cet élément implémente l'interface {{ domxref("SVGCircleElement") }}. ## Compatibilité avec les navigateurs {{Compat("svg.elements.circle")}} ## Corrélat - {{ SVGElement("ellipse") }} - {{ SVGElement("rect") }}