Skip to main content

icon-chevron-up-skip


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-chevron-up-skip"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-main sf-icon-chevron-up-skip"></span>

Code point

  • Unicode: U+F11C
  • CSS: \F11C
  • JS: \uF11C
  • HTML: &#xF11C;

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-up-skip" viewBox="0 0 16 16">
  <path d="M4.2 7.8a.644.644 0 0 1 0-.934l3.333-3.333a.644.644 0 0 1 .934 0L11.8 6.866a.644.644 0 0 1 0 .934.605.605 0 0 1-.467.2.605.605 0 0 1-.466-.2L8 4.933 5.133 7.8a.644.644 0 0 1-.933 0Zm4.267.4a.644.644 0 0 0-.934 0L4.2 11.533a.644.644 0 0 0 0 .933.644.644 0 0 0 .933 0L8 9.6l2.867 2.866a.72.72 0 0 0 .466.2.72.72 0 0 0 .467-.2.644.644 0 0 0 0-.933L8.467 8.2Z"/>
</svg>