<div class="flex_container">
<object data="../images/svg_example_five.svg"
type="image/svg+xml">
</object>
</div>
// svg_example_five.html
<svg version= "1.1"
width = "300"
height = "200"
xmlns = "http://www.w3.org/2000/svg">
<rect width = "100%" height = "100%" rx="20" fill = "red" />
<circle cx = "150" cy = "100" r = "80" fill = "green" />
<text x="150"
y="125"
font-size = "60"
text-anchor = "middle"
fill = "white">
SVG
</text>
</svg>