svg not rendering 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>