John KuehJohn Kueh

not equal sign circle icon

HugeIcons · NotEqualSignCircleIcon · MIT

Download SVG

The HugeIcons not equal sign circle icon visually represents inequality or a condition that is not met, often used to indicate a failed validation or a state that is not equivalent.

Common uses

  • Form validation error
  • Status indicator for 'not matching'
  • Conditional logic representation

Use it in React

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

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

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
not equaldoes not equalinequalitymismatch

FAQ

What does the NotEqualSignCircleIcon represent?
This icon represents the concept of 'not equal to' or a condition that is false. It's commonly used to show when something doesn't match or a requirement isn't met.
How do I use the NotEqualSignCircleIcon in a React project?
To use it in React, first import the icon: `import { NotEqualSignCircleIcon } from '@hugeicons/core-free-icons';`. Then, render it using the `HugeiconsIcon` component: `<HugeiconsIcon icon={NotEqualSignCircleIcon} />`.
What is the license for HugeIcons?
The HugeIcons icon library is distributed under the MIT license, which allows 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 →