John KuehJohn Kueh

not equal sign icon

HugeIcons · NotEqualSignIcon · MIT

Download SVG

The HugeIcons not equal sign icon visually represents inequality or difference, commonly used in programming interfaces to denote conditions where two values are not the same.

Common uses

  • Conditional logic display
  • Filtering options
  • Comparison results

Use it in React

Install
npm i @hugeicons/react @hugeicons/core-free-icons
Import & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NotEqualSignIcon } from '@hugeicons/core-free-icons';

<HugeiconsIcon icon={NotEqualSignIcon} size={24} strokeWidth={1.5} />

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
does not equalinequality symbolnot the samedifference icon

FAQ

What does the not equal sign icon represent?
It signifies inequality or that two things are different. It's often used in programming to check if values do not match.
How do I use the NotEqualSignIcon in React?
Import it using `import { NotEqualSignIcon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={NotEqualSignIcon} />`.
What is the license for this icon?
This icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.

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 →