IE11 issues with SVGs
SVG disappears in IE11 after changing the html values for "width"/"height"
by Fiddel
HTML
<div><img src="https://magnum.travis-ci.com/images/icons/off.svg" width="100" height="100"></div>
<p> IE11 issues with SVGs</p>
CSS
body {
background-color:green;
}
div {
background-color:red ;
}