The Phosphor scales icon depicts a balance scale, commonly used in UIs to represent concepts like justice, law, commerce, or measurement.
Common uses
- Representing legal or justice-related features.
- Indicating a comparison or balance between options.
- Symbolizing a marketplace or trade section.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Scales } from '@phosphor-icons/react';
<Scales size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Scales size={24} />thin
<Scales size={24} weight="thin" />light
<Scales size={24} weight="light" />bold
<Scales size={24} weight="bold" />fill
<Scales size={24} weight="fill" />duotone
<Scales size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- measurebalancelawjusticegovernmentcommercemaps & travelobjectsscales
FAQ
- What is the scales icon used for?
- It's used to visually represent concepts like justice, law, balance, measurement, or commerce in user interfaces.
- How do I use the scales icon in React?
- Import it using `import { Scales } from '@phosphor-icons/react'` and then use it as a component: `<Scales />`.
- What is the license for the Phosphor scales icon?
- The Phosphor icon library, including the scales icon, is available under the MIT license.
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 →