Skip to main content

icon-chevron-left


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F119
  • CSS: \F119
  • JS: \uF119
  • HTML: &#xF119;

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-left" viewBox="0 0 16 16">
  <path d="M10.467 11.533a.644.644 0 0 1 0 .933.605.605 0 0 1-.467.2.605.605 0 0 1-.466-.2l-4-4a.644.644 0 0 1 0-.933l4-4a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933L6.933 8l3.534 3.533Z"/>
</svg>