Skip to main content

icon-chevron-up


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"></s-icon>

Icon font

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

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

Code point

  • Unicode: U+F11D
  • CSS: \F11D
  • JS: \uF11D
  • HTML: &#xF11D;

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" viewBox="0 0 16 16">
  <path d="M12.467 10.466a.605.605 0 0 1-.467.2.605.605 0 0 1-.466-.2L8 6.933l-3.533 3.533a.644.644 0 0 1-.933 0 .644.644 0 0 1 0-.933l4-4a.644.644 0 0 1 .933 0l4 4a.644.644 0 0 1 0 .933Z"/>
</svg>