The Phosphor video conference icon visually represents a meeting or call involving multiple participants, commonly used in interfaces to signify video communication features.
Common uses
- Button to start or join a video meeting
- Indicator for active video calls
- Link to a video conferencing service
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { VideoConference } from '@phosphor-icons/react';
<VideoConference size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<VideoConference size={24} />thin
<VideoConference size={24} weight="thin" />light
<VideoConference size={24} weight="light" />bold
<VideoConference size={24} weight="bold" />fill
<VideoConference size={24} weight="fill" />duotone
<VideoConference size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- *new*video callzoomskypediscordfacetimemeetingmediasystemcommunicationsvideoconferenceonline meetinggroup callwebinar
FAQ
- What does the video conference icon represent?
- It depicts a multi-person video call, suitable for indicating video communication features in a UI.
- How do I use this icon in React?
- Import it using `import { VideoConference } from '@phosphor-icons/react'` and then use it as a component.
- What is the license for this icon?
- The Phosphor icon set, including this 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 →