The Tabler player skip back icon depicts a fast-backward symbol, commonly used in media players to navigate to the beginning of the current track or a previous one.
Common uses
- Rewind button in a music player
- Navigate to previous video segment
- Skip to the start of a chapter in a media interface
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPlayerSkipBack } from '@tabler/icons-react';
<IconPlayerSkipBack size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPlayerSkipBack size={24} stroke={2} />filled
<IconPlayerSkipBackFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- buttonplayervideofilmmusiccancelrewindreverseskipbackmediarewind buttonprevious trackfast backwardreverse media
FAQ
- What does the player-skip-back icon represent?
- It represents the action of skipping back or rewinding in media playback, such as in music or video players.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconPlayerSkipBack } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon library, including this icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →