use svg in img src code example
Example 1: html img svg
<img
src="equilateral.svg"
alt="un triangle aux trois côtés égaux"
height="87px"
width="100px" />
Example 2: how to add an svg image to html
<body>
<img src="blabla.svg" alt="blabla_is_working">
</body>