svg icon not showing html
<div class="social-icon">
<object data="assets/twitter-wrap.svg" type="image/svg+xml"></object>
</div>
svg icon not showing html
<div class="social-icon">
<object data="assets/twitter-wrap.svg" type="image/svg+xml"></object>
</div>
svg img tag not showing
in the svg file change
xlink:href="data:img/png;base64,
to
xlink:href="data:image/png;base64,
svg not rendering in chrome anymore
<object data="/images/yourlogo.svg" type="image/svg+xml" width="100" height="100" class="mylogo"></object>
svg not loading in chrome
Open the svg file in text editor like notepad and Change the following:
xlink:href="data:img/png;base64,
to
xlink:href="data:image/png;base64,
source:
https://css-tricks.com/forums/topic/svg-css-background-image-not-showing-in-chrome/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us