The Phosphor fast forward icon depicts a double-arrow pointing right, commonly used to indicate advancing media playback or skipping ahead.
Common uses
- Skip to next track in music player
- Advance video playback
- Fast forward through audio recording
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FastForward } from '@phosphor-icons/react';
<FastForward size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FastForward size={24} />thin
<FastForward size={24} weight="thin" />light
<FastForward size={24} weight="light" />bold
<FastForward size={24} weight="bold" />fill
<FastForward size={24} weight="fill" />duotone
<FastForward size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- audiomusicseekscrubscanaheadskipmediasystemfastforwardnext trackskip aheadadvance mediaseek forward
FAQ
- What is the fast forward icon used for?
- It's used to represent actions like skipping to the next item in a playlist, advancing video playback, or fast forwarding through audio.
- How do I use the fast forward icon in React?
- Import it from the library like this: `import { FastForward } from '@phosphor-icons/react'`. Then use it as a component: `<FastForward />`.
- What is the license for the Phosphor fast forward icon?
- The Phosphor icon library, including the fast forward icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →