The Lucide square equal icon depicts a square with an equals sign inside, commonly used to represent mathematical equality, calculation functions, or confirmation actions in UI.
Common uses
- Button for 'Calculate' or 'Equals'
- Indicator for a confirmed or equal state
- Part of a formula or equation display
Use it in React
Install
npm i lucide-reactImport & render
import { SquareEqual } from 'lucide-react';
<SquareEqual size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- calculate=squareequalequals signmath equalconfirmation
FAQ
- What does the square equal icon represent?
- It symbolizes mathematical equality or the result of a calculation. It's often used for 'equals' buttons or to show that two values are the same.
- How do I use the square equal icon in React?
- You can import it directly from the 'lucide-react' library using: import { SquareEqual } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon library, including the square equal icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →