The Phosphor fast forward circle icon visually represents advancing media playback and is commonly used in user interfaces to skip to the next section or the end of content.
Common uses
- Next track button
- Skip to end of video
- Advance to next chapter
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FastForwardCircle } from '@phosphor-icons/react';
<FastForwardCircle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FastForwardCircle size={24} />thin
<FastForwardCircle size={24} weight="thin" />light
<FastForwardCircle size={24} weight="light" />bold
<FastForwardCircle size={24} weight="bold" />fill
<FastForwardCircle size={24} weight="fill" />duotone
<FastForwardCircle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- audiomusicseekscrubscanaheadskipmediasystemfastforwardcirclenext mediaskip aheadadvance playbackmedia controls
FAQ
- What is the purpose of the fast forward circle icon?
- This icon is used to indicate an action that moves playback forward, such as skipping to the next song or section in media.
- How do I use the fast forward circle icon in React?
- You can import and use it directly in your React components like this: import { FastForwardCircle } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →