The Phosphor projector screen icon visually represents a screen used for presentations or displaying information, commonly used in UI to signify features related to slideshows, financial charts, or media playback.
Common uses
- Button to start or manage a presentation.
- Link to a dashboard displaying financial statistics.
- Icon for a media player's full-screen mode.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ProjectorScreen } from '@phosphor-icons/react';
<ProjectorScreen size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ProjectorScreen size={24} />thin
<ProjectorScreen size={24} weight="thin" />light
<ProjectorScreen size={24} weight="light" />bold
<ProjectorScreen size={24} weight="bold" />fill
<ProjectorScreen size={24} weight="fill" />duotone
<ProjectorScreen size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- projectionpresentationslideshowmovieschartsstatisticsanalyzeanalysisfinancesmediaofficeprojectorscreendisplayfinance chart
FAQ
- What is the projector screen icon used for?
- It's typically used to represent presentations, slideshows, financial data visualization, or media display features within a user interface.
- How do I use the projector screen icon in React?
- You can import and use it like this: import { ProjectorScreen } from '@phosphor-icons/react'. Then render it as <ProjectorScreen size={24} />.
- What is the license for this icon?
- The Phosphor icon set, including the projector screen 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 →