Copy Minus Pixel Art Icon
A copy icon with a minus sign for reducing the number of duplicates, removing a copy, or canceling a partial duplication.
Tags
copyduplicatecloneminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Copy Minus icon
The copy icon marked with a minus symbol, signaling a reduction in copies or the removal of a duplicate. Use it on a 'Remove one copy' control in a print dialog, a 'Reduce instances' button in a design tool, or a 'Delete duplicate' action in a file deduplication workflow. It pairs naturally with copy-plus for incrementing and decrementing copy counts. When deleting the original rather than a copy, a trash icon is the clearer choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/copy-minus.svg" width="24" height="24" alt="Copy Minus" />
<!-- React -->
import { CopyMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="copy-minus.svg" width="48" height="48" style="image-rendering: pixelated" />