Skip to main content

icon-arrow-left


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F105
  • CSS: \F105
  • JS: \uF105
  • HTML: &#xF105;

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-left" viewBox="0 0 16 16">
  <path d="M13.333 8c0 .4-.267.667-.667.667H4.933L8.466 12.2a.645.645 0 0 1 0 .934.605.605 0 0 1-.466.2.605.605 0 0 1-.467-.2L2.866 8.467c-.066-.067-.133-.133-.133-.2-.067-.133-.067-.333 0-.533.067-.067.067-.134.133-.2l4.667-4.667a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933L4.933 7.334h7.733c.4 0 .667.266.667.666Z"/>
</svg>