Camera X Pixel Art Icon
A camera icon with an X for removing a photo, canceling an image capture, or disabling a camera source.
Tags
cameraphotocapturelenssnapclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Camera X icon
A camera icon crossed with an X to signal cancellation, removal, or disabling. Use it on a 'Delete Photo' confirmation button, a 'Remove Profile Picture' action, or a state indicator that shows a camera source has been blocked or turned off. It reads as clearly negative, so avoid it for neutral camera actions. For adding a photo instead, camera-plus is the direct counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/camera-x.svg" width="24" height="24" alt="Camera X" />
<!-- React -->
import { CameraX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="camera-x.svg" width="48" height="48" style="image-rendering: pixelated" />