Image Minus Pixel Art Icon
A standard image-minus icon for removing a photo, deleting a picture, and media detachment in base-style image flows.
Tags
imagepicturephotojpgpngminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Image Minus icon
The base image icon with a minus badge, the most broadly applicable icon for removing or detaching a photo. Use it on 'Delete Image' buttons, a remove action inside a media slot, or a bulk-remove control in a photo library. Because it belongs to the base image family, it fits products that use the standard image icon for all photo references. For adding photos, image-plus is the counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/image-minus.svg" width="24" height="24" alt="Image Minus" />
<!-- React -->
import { ImageMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="image-minus.svg" width="48" height="48" style="image-rendering: pixelated" />