Skip to main content

icon-arrow-up


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-arrow-up"></s-icon>

Icon font

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

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

Code point

  • Unicode: U+F109
  • CSS: \F109
  • JS: \uF109
  • HTML: &#xF109;

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-arrow-up" viewBox="0 0 16 16">
  <path d="M13.133 8.467a.605.605 0 0 1-.466.2.605.605 0 0 1-.467-.2L8.666 4.934v7.733c0 .4-.266.667-.666.667s-.667-.267-.667-.667V4.934L3.8 8.467a.644.644 0 0 1-.933 0 .644.644 0 0 1 0-.933l4.666-4.667c.067-.067.133-.133.2-.133.134-.067.333-.067.534 0 .066.066.133.066.2.133l4.666 4.667a.645.645 0 0 1 0 .933Z"/>
</svg>