Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-music"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-music"></span>
Code point
- Unicode:
U+F153
- CSS:
\F153
- JS:
\uF153
- 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-music" viewBox="0 0 16 16">
<path d="M14.657 1.89a.667.667 0 0 0-.767-.548l-8 1.333a.667.667 0 0 0-.557.658v6.36a2.667 2.667 0 1 0 1.333 2.306V3.897l6.667-1.11v5.572a2.667 2.667 0 1 0 1.333 2.307V2a.676.676 0 0 0-.009-.11ZM4 13.332a1.333 1.333 0 1 1 0-2.667 1.333 1.333 0 0 1 0 2.667Zm8-1.334a1.333 1.333 0 1 1 0-2.665 1.333 1.333 0 0 1 0 2.665Z"/>
</svg>