Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-chevron-down-skip"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-chevron-down-skip"></span>
Code point
- Unicode:
U+F116
- CSS:
\F116
- JS:
\uF116
- 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-down-skip" viewBox="0 0 16 16">
<path d="M11.8 8.2a.644.644 0 0 1 0 .933l-3.333 3.333a.605.605 0 0 1-.467.2.605.605 0 0 1-.467-.2L4.2 9.133a.644.644 0 0 1 0-.933.644.644 0 0 1 .933 0L8 11.066 10.867 8.2a.644.644 0 0 1 .933 0Zm-4.267-.4A.72.72 0 0 0 8 8a.72.72 0 0 0 .467-.2L11.8 4.466a.644.644 0 0 0 0-.933.644.644 0 0 0-.933 0L8 6.4 5.133 3.533a.644.644 0 0 0-.933 0 .644.644 0 0 0 0 .933L7.533 7.8Z"/>
</svg>