Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 720 Bytes

icon-link.md

File metadata and controls

36 lines (30 loc) · 720 Bytes

Icon link/button

Icon only link

<a href="https://twitter.com/misteroom" title="Follow me on Twitter" aria-label="Follow me on Twitter">
  <svg
    aria-hidden="true"
    focusable="false"
    xmlns="http://www.w3.org/2000/svg"
    viewbox="0 0 16 16"
  ></svg>
</a>

Icon only button

<button type="button" aria-label="Follow me on Twitter">
  <svg
    aria-hidden="true"
    focusable="false"
    xmlns="http://www.w3.org/2000/svg"
    viewbox="0 0 16 16"
  ></svg>
</button>