The HugeIcons not equal sign square icon depicts a square with a diagonal line through it, commonly used to represent inequality or a 'not equal to' condition in programming and data filtering.
Common uses
- Filtering data to exclude specific items
- Indicating a 'not equal' comparison in search parameters
- Representing a 'does not match' state in validation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NotEqualSignSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NotEqualSignSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- not equaldoes not equalinequalityexclude
FAQ
- What does the not equal sign square icon represent?
- This icon represents the concept of inequality or 'not equal to'. It's often used in user interfaces to signify that a condition is not met or that an item should be excluded.
- How do I use the NotEqualSignSquareIcon in React?
- To use it in React, import both HugeiconsIcon and NotEqualSignSquareIcon, then render the icon component like this: <HugeiconsIcon icon={NotEqualSignSquareIcon} />.
- What is the license for this icon?
- The HugeIcons not equal sign square icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →