The Phosphor greater than or equal icon visually represents the mathematical concept of 'greater than or equal to' (≥) and is commonly used in interfaces to denote conditions, comparisons, or minimum thresholds.
Common uses
- Displaying minimum required values in forms.
- Indicating a score or level meets a certain benchmark.
- Filtering data based on a minimum threshold.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { GreaterThanOrEqual } from '@phosphor-icons/react';
<GreaterThanOrEqual size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<GreaterThanOrEqual size={24} />thin
<GreaterThanOrEqual size={24} weight="thin" />light
<GreaterThanOrEqual size={24} weight="light" />bold
<GreaterThanOrEqual size={24} weight="bold" />fill
<GreaterThanOrEqual size={24} weight="fill" />duotone
<GreaterThanOrEqual size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- *new*≥greater than or equalgtecomparisonmathematicsarithmeticcalculatorfinancestechnology & developmentgreaterthanorequalgte iconminimum threshold icon
FAQ
- What does the greater than or equal icon signify?
- It signifies the mathematical comparison 'greater than or equal to' (≥). It's used in UIs to show that a value meets or exceeds a specific condition or threshold.
- How do I use this icon in React?
- You can import and use it in React with the following statement: `import { GreaterThanOrEqual } from '@phosphor-icons/react'`.
- What is the license for this icon?
- The Phosphor icon, including the greater than or equal 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 →