Search code examples
svgvectorgraphicsembedsvgz

Easiest way to embed SVG/SVGZ Vector Graphics in HTML website (for all major 2016 browsers)


What is the easiest way to embed vector SVG or compresed SVGZ illustrations in a website?
It must work correctly under 2016 versions of Firefox, Chrome, Opera and Safari and Internet Explorer.


Solution

  • this will help you...

    <embed src="svg.svgz" width="200px" height="200px" type="image/svg+xml" />