The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser SVG img Tag

shutterstock_234378844
BLOG / Web Development

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.