Two solid triangles pointing back, for seeking backward and replaying. 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="M22 16.495037C22 17.809976 20.428429 18.488512 19.47137 17.586788L14.314246 12.727834C13.89525 12.333063 13.89525 11.666937 14.314246 11.272166L19.47137 6.413212C20.428429 5.511488 22 6.190024 22 7.504963ZM10 16.495037C10 17.809976 8.428429 18.488512 7.47137 17.586788L2.314246 12.727834C1.89525 12.333063 1.89525 11.666937 2.314246 11.272166L7.47137 6.413212C8.428429 5.511488 10 6.190024 10 7.504963Z"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- seek back
- replay
- reverse
- previous
- back
- seek
- slower
Related icons
The rest of the rewind family first, then the Media shelf.
FAQ
Answered from rewind's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the rewind icon for?
- Two solid triangles pointing back, for seeking backward and replaying. 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 seek back, replay, reverse, previous, back, seek and slower, and the browser's search matches all of those.
- What styles does the rewind 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 rewind?
- No. rewind is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with rewind?
- 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 rewind.
- How do I import rewind in React?
- <Rewind /> 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 <Rewind size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the rewind SVG?
- icons/stroke/rewind.svg, icons/duotone/rewind.svg and icons/fill/rewind.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 rewind 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.