The Phosphor television icon visually represents a television screen, commonly used in user interfaces to denote settings related to display, media playback, or system status.
Common uses
- Media player controls
- TV or streaming service settings
- Device status indicators
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Television } from '@phosphor-icons/react';
<Television size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Television size={24} />thin
<Television size={24} weight="thin" />light
<Television size={24} weight="light" />bold
<Television size={24} weight="bold" />fill
<Television size={24} weight="fill" />duotone
<Television size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- screentvdisplayssystemobjectstelevisiondisplaymonitor
FAQ
- What does the television icon represent?
- It depicts a television screen and is typically used for UI elements related to displays, media, or system settings.
- How do I use the television icon in React?
- You can import and use it like this: `import { Television } from '@phosphor-icons/react'`. Then render it as a component: `<Television />`.
- What is the license for this icon?
- The Phosphor icon library, including the television 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 →