Video Off Pixel Art Icon
A video-off icon for camera disabled states, muted video in conference calls, and no-camera mode indicators.
Tags
filmmovierecordingoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Video Off icon
The video icon struck through or marked off to show the camera is currently inactive. It is essential in video call interfaces, appearing in the toolbar when the user has turned off their camera feed. It also fits a privacy settings panel that shows the webcam is blocked, or an installation state where no camera hardware was detected. When the user re-enables video, it swaps back to the plain video icon.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/video-off.svg" width="24" height="24" alt="Video Off" />
<!-- React -->
import { VideoOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="video-off.svg" width="48" height="48" style="image-rendering: pixelated" />