Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-skip-backward"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-skip-backward"></span>
Code point
- Unicode:
U+F175
- CSS:
\F175
- JS:
\uF175
- 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-skip-backward" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M12.953 2.064a.67.67 0 0 1 .38.6v10.667a.668.668 0 0 1-1.08.52L5.586 8.517a.667.667 0 0 1 0-1.04l6.667-5.333c.2-.16.473-.187.7-.08ZM7.067 7.997 12 11.944V4.051L7.066 7.997ZM3.332 2.664c.367 0 .667.3.667.667v9.333c0 .367-.3.667-.667.667a.669.669 0 0 1-.667-.667V3.331c0-.367.3-.667.667-.667Z"/>
</svg>