Is it acceptable to use .SVG images for logos and icons in design? If so, how can I ensure that they are supported by all browsers?
If I use a .SVG image on my website, it may not be supported on Internet Explorer. How can I resolve this issue?
<img src="example.svg" alt="SVG">