Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-audio"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-audio"></span>
Code point
- Unicode:
U+F10A
- CSS:
\F10A
- JS:
\uF10A
- HTML:

Copy HTML
Paste the SVG right into your project's code.
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-audio" viewBox="0 0 16 16">
<path d="M8 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-2.666a.667.667 0 1 0 0 1.333.667.667 0 0 0 0-1.333Zm4.713 6.046a.666.666 0 0 1-.471-1.138 6 6 0 0 0 0-8.484.667.667 0 0 1 .942-.942 7.333 7.333 0 0 1 0 10.369.663.663 0 0 1-.471.195Zm-9.426 0a.661.661 0 0 1-.471-.196 7.333 7.333 0 0 1 0-10.368.667.667 0 1 1 .942.943 6 6 0 0 0 0 8.483.667.667 0 0 1-.471 1.138Zm7.54-1.88a.666.666 0 0 1-.471-1.137 3.334 3.334 0 0 0 0-4.718.667.667 0 0 1 .942-.943 4.666 4.666 0 0 1 0 6.603.667.667 0 0 1-.471.196Zm-5.653-.007a.667.667 0 0 1-.472-.194 4.666 4.666 0 0 1 0-6.6.667.667 0 0 1 .943.94 3.333 3.333 0 0 0 0 4.715.667.667 0 0 1-.47 1.14h-.001Z"/>
</svg>