Utilisation d'icônes SVG dans HTML

 To use SVG as an <img> method, add the <img> element to your HTML document and reference it in the src attribute, like this:
<img src = "happy.svg" alt="My Happy SVG"/>
Distinct Deer