Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-chevron-right-skip"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-chevron-right-skip"></span>
Code point
- Unicode:
U+F11A
- CSS:
\F11A
- JS:
\uF11A
- 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-right-skip" viewBox="0 0 16 16">
<path d="M12.467 8.467 9.133 11.8a.605.605 0 0 1-.466.2.605.605 0 0 1-.467-.2.644.644 0 0 1 0-.933L11.067 8 8.2 5.133a.644.644 0 0 1 0-.933.644.644 0 0 1 .934 0l3.333 3.333a.644.644 0 0 1 0 .934ZM7.8 7.533 4.467 4.2a.644.644 0 0 0-.933 0 .644.644 0 0 0 0 .933L6.4 8l-2.867 2.867a.644.644 0 0 0 0 .933c.134.133.267.2.467.2s.333-.067.467-.2L7.8 8.467a.644.644 0 0 0 0-.934Z"/>
</svg>