Skip to main content

icon-fast-forward


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-fast-forward"></s-icon>

Icon font

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

<span class="sf-main sf-icon-fast-forward"></span>

Code point

  • Unicode: U+F132
  • CSS: \F132
  • JS: \uF132
  • HTML: &#xF132;

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-fast-forward" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M8.373 2.724a.667.667 0 0 1 .667.074l6 4.666a.667.667 0 0 1 0 1.054l-6 4.666a.667.667 0 0 1-.667.074.667.667 0 0 1-.373-.6V3.324a.667.667 0 0 1 .373-.6Zm.96 1.934v6.666l4.247-3.333-4.247-3.333ZM1.04 2.724a.667.667 0 0 1 .667.074l6 4.666a.667.667 0 0 1 0 1.054l-6 4.666a.667.667 0 0 1-.667.074.667.667 0 0 1-.373-.6V3.324a.667.667 0 0 1 .373-.6ZM2 4.658v6.666l4.247-3.333L2 4.658Z"/>
</svg>