The HugeIcons equal sign icon visually represents equality or sameness, commonly used in UIs to denote functions like 'equals' in a calculator, 'match' criteria, or a 'set to equal' action.
Common uses
- Calculator 'equals' button
- Matching or comparison indicators
- Setting values in forms
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EqualSignIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EqualSignIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- equalsequalitymatchsame
FAQ
- What does the equal sign icon represent?
- It represents equality, sameness, or a direct relationship between two things. It's often used for calculation results or matching criteria.
- How do I use the EqualSignIcon in React?
- Import both HugeiconsIcon and EqualSignIcon, then render <HugeiconsIcon icon={EqualSignIcon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free usage 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 →