The Tabler equal not icon depicts a mathematical symbol indicating inequality, commonly used in UI to represent conditions where two values are not the same or to signify a 'not equal to' operation.
Common uses
- Filtering data to exclude specific values.
- Indicating a 'not equal' condition in form validation.
- Representing a 'not equal' state in conditional logic displays.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconEqualNot } from '@tabler/icons-react';
<IconEqualNot size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Math
- Keywords
- mathsmathematicsequationdifferentvalueequalnotcalculationnumericformulamathnot equalinequalitynot equal symbol
FAQ
- What does the equal not icon represent?
- It represents the mathematical concept of 'not equal to', signifying that two quantities or values are different.
- How do I use the equal not icon in React?
- You can import and use it in your React components like this: import { IconEqualNot } from '@tabler/icons-react'; <IconEqualNot />.
- What is the license for this icon?
- The Tabler icons, including the equal not icon, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →