John KuehJohn Kueh

not equals icon

Phosphor · not-equals · MIT

Download SVG

The Phosphor not equals icon visually represents the mathematical concept of inequality, commonly used in UI to denote conditions or states where two values are different.

Common uses

  • Conditional formatting in data tables
  • Disabling options in forms
  • Indicating non-matching search results

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { NotEquals } from '@phosphor-icons/react';

<NotEquals size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<NotEquals size={24} />
thin
<NotEquals size={24} weight="thin" />
light
<NotEquals size={24} weight="light" />
bold
<NotEquals size={24} weight="bold" />
fill
<NotEquals size={24} weight="fill" />
duotone
<NotEquals size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
finances
Keywords
*new*equalityequivalentequivalencemathematicsarithmeticcalculatorfinancestechnology & developmentnotequalsunequalnot equal symbolinequality

FAQ

What does the not equals icon signify?
It signifies that two items or values are not the same or not equivalent.
How do I use the not equals icon in React?
You can import and use it like this: import { NotEquals } from '@phosphor-icons/react'; <NotEquals />.
What is the license for this icon?
This icon is from the Phosphor library and is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor 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 →