Closed Caption Pixel Art Icon
A closed-caption icon for standalone CC controls, accessibility panels, and subtitle toggle buttons.
Tags
closedcaption
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Closed Caption icon
A rectangular speech-like shape containing 'CC', the conventional shorthand for closed captions in television and streaming standards. It is most at home directly inside a video player's control bar, in an accessibility preferences section, or on a content detail page that lists supported languages. Unlike the badge-closed-caption variant used as a content label, this icon functions as an interactive control. Tapping it should toggle captions on or off.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/closed-caption.svg" width="24" height="24" alt="Closed Caption" />
<!-- React -->
import { ClosedCaption } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="closed-caption.svg" width="48" height="48" style="image-rendering: pixelated" />