svg is not showing in chrome code example
Example 1: svg img tag not showing
in the svg file change
xlink:href="data:img/png;base64,
to
xlink:href="data:image/png;base64,
Example 2: svg icon not showing html
<div class="social-icon">
<object data="assets/twitter-wrap.svg" type="image/svg+xml"></object>
</div>
Example 3: svg not rendering in chrome anymore
<object data="/images/yourlogo.svg" type="image/svg+xml" width="100" height="100" class="mylogo"></object>