I have SVG icon that shows in DOM but invisible on page. I am using the SVG sprite technique to display SVG icon by using the use element but can’t understand why it’s not showing on the screen.
<svg class="user-nav__icon">
<use xlink:href="img/sprite.svg#icon-bookmark-add1"></use>
</svg>