The Phosphor monitor play icon depicts a screen with a play button, commonly used to indicate video playback, media controls, or system status related to display output.
Common uses
- Start video playback
- Media player controls
- System display settings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MonitorPlay } from '@phosphor-icons/react';
<MonitorPlay size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MonitorPlay size={24} />thin
<MonitorPlay size={24} weight="thin" />light
<MonitorPlay size={24} weight="light" />bold
<MonitorPlay size={24} weight="bold" />fill
<MonitorPlay size={24} weight="fill" />duotone
<MonitorPlay size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- screentelevisiontvdisplaysscreencastvideomoviesystemmediamonitorplayscreen playtv playvideo displaymedia screen
FAQ
- What does the monitor play icon represent?
- It represents a screen or monitor with a play symbol, typically used for actions or indicators related to video or media playback on a display.
- How do I use this icon in React?
- You can import and use it in React with: import { MonitorPlay } from '@phosphor-icons/react'. Then render it as <MonitorPlay size={24} />.
- What is the license for this icon?
- The Phosphor icon library, including the monitor play icon, is available 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 →