Video Pixel Art Icon
A video camera icon for video calls, recording features, video upload buttons, and media playback entry points.
Tags
filmmovierecording
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Video icon
A camera body with an angled lens or a video camera shape, the baseline icon for all video-related actions. It suits a 'Turn On Camera' button in a video call, a 'Record Video' trigger in a camera app, a 'Upload Video' field in a content editor, or a 'Videos' section tab. Nearly every video-related action starts here. When you need to signal a specific modification to the video action, the plus, minus, off, and X variants extend this foundation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/video.svg" width="24" height="24" alt="Video" />
<!-- React -->
import { Video } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="video.svg" width="48" height="48" style="image-rendering: pixelated" />