The Lucide copy minus icon visually represents the action of removing or collapsing a copied item, often used to signify deleting a duplicate or reducing a set of copied elements.
Common uses
- Deleting a copied file or entry
- Collapsing a duplicated section of content
- Removing an item from a copied list
Use it in React
Install
npm i lucide-reactImport & render
import { CopyMinus } from 'lucide-react';
<CopyMinus size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- cloneduplicateremovedeletecollapsesubtractmultiple-copyminusdelete copyremove duplicatesubtract copycollapse copy
FAQ
- What does the copy minus icon represent?
- It signifies the removal or subtraction of a copied item or set. It's used when you want to delete a duplicate or reduce a copied quantity.
- How do I use this icon in React?
- You can import and use it directly from the 'lucide-react' library with the following code: import { CopyMinus } from 'lucide-react'
- What is the license for this icon?
- The Lucide icon set, including the copy minus icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →