--- title: slug: Web/SVG/Element/path tags: - SVG translation_of: Web/SVG/Element/path --- {{SVGRef}} L'élément `path` est l'élément générique pour définir une forme. Toutes les formes basiques peuvent aussi être faites à partir de `path`. ## Usage {{svginfo}} ## Exemple ```xml ``` ## 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("d") }} - {{ SVGAttr("pathLength") }} ## Interface DOM Cet élément implémente l'interface [`SVGPathElement`](/fr/DOM/SVGPathElement "en/DOM/SVGPathElement"). ## Compatibilité des navigateurs {{Compat("svg.elements.path")}} ## Voir également - {{ SVGElement("circle") }} - {{ SVGElement("ellipse") }} - {{ SVGElement("line") }} - {{ SVGElement("polygon") }} - {{ SVGElement("polyline") }} - {{ SVGElement("rect") }} - [The MDN SVG "Getting Started" tutorial : Path](/fr/SVG/Tutorial/Paths "en/SVG/Tutorial/Paths")