The Phosphor closed captioning icon visually represents the availability of subtitles or captions, commonly used to indicate that media content has transcribed audio for accessibility.
Common uses
- Toggle button for closed captions on a video player
- Indicator for media content that includes subtitles
- Accessibility settings menu option
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ClosedCaptioning } from '@phosphor-icons/react';
<ClosedCaptioning size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ClosedCaptioning size={24} />thin
<ClosedCaptioning size={24} weight="thin" />light
<ClosedCaptioning size={24} weight="light" />bold
<ClosedCaptioning size={24} weight="bold" />fill
<ClosedCaptioning size={24} weight="fill" />duotone
<ClosedCaptioning size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- subtitlestelevisiontvtranscribedtranscriptionaccessibilitya11ymediaclosedcaptioningcc
FAQ
- What does the closed captioning icon represent?
- It signifies that a video or audio file has accompanying text (captions or subtitles) to display the spoken dialogue and important sounds.
- How do I use this icon in React?
- You can import and use it like this: `import { ClosedCaptioning } from '@phosphor-icons/react'`. Then render it as a component: `<ClosedCaptioning />`.
- What is the license for this icon?
- The Phosphor icon set, including the closed captioning 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 →