The Phosphor approximate equals icon depicts the mathematical symbol for approximation and is commonly used in UI to represent a value that is close to, but not exactly, another.
Common uses
- Indicating a calculated estimate in financial reports.
- Showing a rounded-off value in data visualizations.
- Representing a 'close enough' state in a comparison tool.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ApproximateEquals } from '@phosphor-icons/react';
<ApproximateEquals size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ApproximateEquals size={24} />thin
<ApproximateEquals size={24} weight="thin" />light
<ApproximateEquals size={24} weight="light" />bold
<ApproximateEquals size={24} weight="bold" />fill
<ApproximateEquals size={24} weight="fill" />duotone
<ApproximateEquals size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- *new*≈is approximately equal tocongruentequalityequivalentequivalencecomparisonmathematicsarithmeticcalculatorfinancestechnology & developmentapproximateequalsapproximately equal to
FAQ
- What is the approximate equals icon used for?
- It's used to visually represent values that are approximately equal, often in contexts involving calculations, estimations, or comparisons where exact equality isn't met.
- How do I use this icon in React?
- You can import and use it as follows: import { ApproximateEquals } from '@phosphor-icons/react'. Then, render it like <ApproximateEquals />.
- What is the license for this icon?
- The Phosphor icon set, including the approximate equals icon, 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 →