Skip to main content

icon-carat-left


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F110
  • CSS: \F110
  • JS: \uF110
  • HTML: &#xF110;

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-carat-left" viewBox="0 0 16 16">
  <path d="M10.667 4v8c0 .267-.133.534-.4.6-.067.067-.2.067-.267.067a.605.605 0 0 1-.466-.2l-4-4a.644.644 0 0 1 0-.933l4-4c.2-.2.466-.267.733-.134.267.067.4.334.4.6Z"/>
</svg>