The Phosphor less than or equal icon visually represents the mathematical concept of 'less than or equal to' (≤) and is commonly used in user interfaces for financial data, comparisons, or conditional logic.
Common uses
- Displaying price limits or thresholds.
- Indicating a maximum value in a range.
- Representing conditions in financial calculations.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { LessThanOrEqual } from '@phosphor-icons/react';
<LessThanOrEqual size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<LessThanOrEqual size={24} />thin
<LessThanOrEqual size={24} weight="thin" />light
<LessThanOrEqual size={24} weight="light" />bold
<LessThanOrEqual size={24} weight="bold" />fill
<LessThanOrEqual size={24} weight="fill" />duotone
<LessThanOrEqual size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- *new*≤less than or equalltecomparisonmathematicsarithmeticcalculatorfinancestechnology & developmentlessthanorequalless than or equal tocomparison operator
FAQ
- What does the less than or equal icon represent?
- It symbolizes the mathematical operator '≤', meaning a value is either less than another value or exactly equal to it.
- How do I use the less than or equal icon in React?
- You can import and use it like this: import { LessThanOrEqual } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon set, including this 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 →