The Tabler player play icon depicts a triangle pointing to the right, commonly used to initiate playback of video, audio, or other media content.
Common uses
- Play/Pause button in media players
- Start button for video embeds
- Initiate audio playback
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPlayerPlay } from '@tabler/icons-react';
<IconPlayerPlay size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPlayerPlay size={24} stroke={2} />filled
<IconPlayerPlayFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- startvideofilmmusicplayerplaycontententertainmentmultimediabroadcastmediastart iconmedia play buttontriangle playbegin icon
FAQ
- What does the player play icon represent?
- It represents the action of starting or playing media content like videos or music.
- How do I use the player play icon in React?
- You can import and use it like this: import { IconPlayerPlay } from '@tabler/icons-react'; <IconPlayerPlay />.
- What is the license for the Tabler player play icon?
- The Tabler icons, including player play, are 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 →