The Lucide square slash icon visually represents a division or exclusion, often used to indicate an item is ignored, disabled, or represents an 'or' condition.
Common uses
- Indicate a Git diff that is ignored.
- Show a disabled or unavailable option.
- Represent a logical 'OR' operator.
Use it in React
Install
npm i lucide-reactImport & render
import { SquareSlash } from 'lucide-react';
<SquareSlash size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- gitdiffignoreddividedivisionshortcutor/squareslashdisabled
FAQ
- What does the square slash icon mean?
- It typically signifies something being divided, ignored, or an alternative choice (like 'or').
- How do I use the square slash icon in React?
- Import it from 'lucide-react' and use it as a component: import { SquareSlash } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon library, including the square slash 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 →