John KuehJohn Kueh

not equal sign square icon

HugeIcons · NotEqualSignSquareIcon · MIT

Download SVG

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-icons
Import & 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 →