Skip to main content

icon-chevron-right


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F11B
  • CSS: \F11B
  • JS: \uF11B
  • HTML: &#xF11B;

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-right" viewBox="0 0 16 16">
  <path d="m10.467 8.466-4 4a.605.605 0 0 1-.467.2.605.605 0 0 1-.466-.2.644.644 0 0 1 0-.933L9.066 8 5.533 4.466a.644.644 0 0 1 0-.933.644.644 0 0 1 .934 0l4 4a.644.644 0 0 1 0 .933Z"/>
</svg>