Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-chevron-left-skip"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-chevron-left-skip"></span>
Code point
- Unicode:
U+F118
- CSS:
\F118
- JS:
\uF118
- 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-chevron-left-skip" viewBox="0 0 16 16">
<path d="M7.8 10.867a.644.644 0 0 1 0 .933.605.605 0 0 1-.466.2.605.605 0 0 1-.467-.2L3.534 8.467a.644.644 0 0 1 0-.934L6.867 4.2a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933L4.934 8 7.8 10.867ZM9.6 8l2.867-2.867a.644.644 0 0 0 0-.933.644.644 0 0 0-.934 0L8.2 7.533a.644.644 0 0 0 0 .934l3.334 3.333A.72.72 0 0 0 12 12a.72.72 0 0 0 .467-.2.644.644 0 0 0 0-.933L9.6 8Z"/>
</svg>