hmtl svg code example
Example 1: svg with src in html
<object data="algerie.svg" type="image/svg+xml"></object>
Example 2: html svg
<img src="image.svg" width="100" height="100" />
<object data="algerie.svg" type="image/svg+xml"></object>
<img src="image.svg" width="100" height="100" />