The Tabler video icon depicts a play button within a rounded rectangle, commonly used to represent video playback, recording, or media content in user interfaces.
Common uses
- Play/pause button for video player
- Link to a video tutorial or demonstration
- Indicator for recorded content
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconVideo } from '@tabler/icons-react';
<IconVideo size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconVideo size={24} stroke={2} />filled
<IconVideoFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- filmshootrecordingtapingcameravideocontententertainmentmultimediabroadcastmediamovieplay
FAQ
- What is the video icon used for?
- It visually represents video-related actions or content, such as playing a video, starting a recording, or indicating multimedia.
- How do I use the video icon in React?
- Import it from '@tabler/icons-react' like this: import { IconVideo } from '@tabler/icons-react'; then use it as <IconVideo />.
- What is the license for the Tabler video icon?
- The Tabler icons, including the video icon, 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 →