How to link URL to embed .SVG icon

Why not use the embed element to create the hole wrapper?

<a class="soclink">
  <div class="socicon">
    <svg>
      <path fill="currentColor">
    </svg>
  </div>
</a>
1 Like