John KuehJohn Kueh

video icon

Phosphor · video · MIT

Download SVG

The Phosphor video icon depicts a play button within a rectangle, commonly used to represent video content, playback controls, or media players in user interfaces.

Common uses

  • Play button for video content
  • Link to a tutorial or training module
  • Icon for a media player section

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Video } from '@phosphor-icons/react';

<Video size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Video size={24} />
thin
<Video size={24} weight="thin" />
light
<Video size={24} weight="light" />
bold
<Video size={24} weight="bold" />
fill
<Video size={24} weight="fill" />
duotone
<Video size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
people
Keywords
trainingcourseeducationtutorialpeoplevideoplay buttonmoviemediafilm

FAQ

What is the Phosphor video icon used for?
It represents video content, playback, or media players. It's often used for play buttons or links to video resources like tutorials.
How do I use the video icon in React?
You can import it directly from the library: `import { Video } from '@phosphor-icons/react'`. Then use it as a component: `<Video size={24} />`.
What is the license for the Phosphor video icon?
The Phosphor icon library, including the video icon, is distributed under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor 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 →