1<!-- external svg -->
2<img src="mySvgImage.svg" />
3
4<!-- internal svg example -->
5<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
6 <rect width="100" height="100" x="50" y="50"/>
7</svg>
1<img
2 src="equilateral.svg"
3 alt="un triangle aux trois côtés égaux"
4 height="87px"
5 width="100px" />
1<img id="facebook-logo" class="svg social-link" src="/images/logo-facebook.svg"/>
2