The HugeIcons equal sign square icon depicts a mathematical equals sign within a square, commonly used to represent equality, confirmation, or a 'submit' action in user interfaces.
Common uses
- Confirming a selection
- Submitting a form
- Indicating a match or equivalence
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EqualSignSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EqualSignSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- equals iconequality symbolsubmit button iconmatch icon
FAQ
- What is the purpose of the EqualSignSquareIcon?
- This icon represents equality or confirmation. It's often used for actions like submitting a form or confirming a choice.
- How do I use the EqualSignSquareIcon in React?
- Import both HugeiconsIcon and EqualSignSquareIcon, then render it using <HugeiconsIcon icon={EqualSignSquareIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this 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 →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →