Skip to main content

icon-carat-down


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F10F
  • CSS: \F10F
  • JS: \uF10F
  • HTML: &#xF10F;

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-down" viewBox="0 0 16 16">
  <path d="m12.467 6.466-4 4a.605.605 0 0 1-.467.2.605.605 0 0 1-.467-.2l-4-4c-.2-.2-.266-.466-.133-.733.067-.267.333-.4.6-.4h8c.267 0 .533.133.6.4.133.267.067.533-.133.733Z"/>
</svg>