Image X Pixel Art Icon
An image-X icon for canceling a photo, clearing an image field, or indicating a broken or removed picture.
Tags
imagepicturephotojpgpngclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Image X icon
The base image icon crossed with an X, covering a range of negative states: a photo was removed, an upload was canceled, or an image failed to load. Use it on a 'Clear Image' button, a broken-image error indicator, or an 'Undo Upload' control. The X reads as more immediate and final than a minus sign, so reserve it for actions where the consequence is clear and intentional. Image-minus is the softer alternative for conditional removals.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/image-x.svg" width="24" height="24" alt="Image X" />
<!-- React -->
import { ImageX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="image-x.svg" width="48" height="48" style="image-rendering: pixelated" />