The Lucide squares subtract icon visually represents the subtraction of one square from another, commonly used in UI to indicate operations like removing an item or applying a clipping mask.
Common uses
- Remove item from list
- Clipping mask operation
- Boolean subtract action
Use it in React
Install
npm i lucide-reactImport & render
import { SquaresSubtract } from 'lucide-react';
<SquaresSubtract size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- squarepathfinderpathminussubtractsubtractionshapefrontvectorsquaressquare minusremove shapepath subtract
FAQ
- What does the squares subtract icon represent?
- It depicts a square being subtracted from another, often used for actions like removal or masking in user interfaces.
- How do I use the squares subtract icon in React?
- You can import and use it like this: import { SquaresSubtract } from 'lucide-react';. Then render it as a component: <SquaresSubtract />.
- What is the license for the Lucide squares subtract icon?
- The Lucide icon library, including the squares subtract 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 →