Two solid triangles, for speeding up playback and seeking ahead. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 7.504963C2 6.190024 3.571571 5.511488 4.52863 6.413212L9.685754 11.272166C10.10475 11.666937 10.10475 12.333063 9.685754 12.727834L4.52863 17.586788C3.571571 18.488512 2 17.809976 2 16.495037ZM14 7.504963C14 6.190024 15.571571 5.511488 16.52863 6.413212L21.685754 11.272166C22.10475 11.666937 22.10475 12.333063 21.685754 12.727834L16.52863 17.586788C15.571571 18.488512 14 17.809976 14 16.495037Z"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- speed up
- seek ahead
- accelerate
- next
- skip
- speed
- seek
- faster
Related icons
The rest of the fast family first, then the Media shelf.
FAQ
Answered from fast-forward's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the fast-forward icon for?
- Two solid triangles, for speeding up playback and seeking ahead. It is filed under Media in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as speed up, seek ahead, accelerate, next, skip, speed, seek and faster, and the browser's search matches all of those.
- What styles does the fast-forward icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of fast-forward?
- No. fast-forward is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with fast-forward?
- audio-lines, camera, camera-off, captions, cast and circle-pause, and 12 more, all shown below. They are the Media shelf: nothing else in the set is named after fast.
- How do I import fast-forward in React?
- <FastForward /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <FastForward size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the fast-forward SVG?
- icons/stroke/fast-forward.svg, icons/duotone/fast-forward.svg and icons/fill/fast-forward.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was fast-forward added to the set?
- Added 12 Aug 2026. It ships in v0.1.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.