The Phosphor screencast icon depicts a screen displaying a signal, commonly used to represent features like screen sharing, casting, or mirroring content to another device.
Common uses
- Initiate screen sharing in a video call.
- Cast media to a smart TV or other display.
- Indicate a live stream or recording session.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Screencast } from '@phosphor-icons/react';
<Screencast size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Screencast size={24} />thin
<Screencast size={24} weight="thin" />light
<Screencast size={24} weight="light" />bold
<Screencast size={24} weight="bold" />fill
<Screencast size={24} weight="fill" />duotone
<Screencast size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- appleairplayscreencastingscreen sharetelevisiontvmediasystemscreencastcastmirror
FAQ
- What does the screencast icon represent?
- It visually represents the action of broadcasting or sharing a screen's content, often to a larger display or during a remote session.
- How do I use the screencast icon in React?
- You can import and use it directly from the Phosphor React library with: `import { Screencast } from '@phosphor-icons/react'`.
- What is the license for the Phosphor screencast icon?
- The Phosphor icon library, including the screencast icon, is available under the MIT license.