1
2<object data="/images/yourlogo.svg" type="image/svg+xml" width="100" height="100" class="mylogo"></object>
3
4
1Open the svg file in text editor like notepad and Change the following:
2
3xlink:href="data:img/png;base64,
4
5to
6
7xlink:href="data:image/png;base64,
8
9source:
10https://css-tricks.com/forums/topic/svg-css-background-image-not-showing-in-chrome/