Cross Browser SVG img Tag
Cross Browser SVG img Tag
SVG img tag is the method of displaying svg images in html using .
Browser Support
SVG img tag is already supported by all major browsers so it should be really easy to get it working cross-browser.
Code Example
You can use SVG img tag like this:
<img src="kiwi.svg" alt="Kiwi standing on oval">
More Information
More information can be found here.