The Phosphor barbell icon visually represents weightlifting equipment and is commonly used in UIs to signify fitness, gym activities, or strength training.
Common uses
- Button to start a workout routine
- Link to a gym or fitness section
- Indicator for strength training exercises
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Barbell } from '@phosphor-icons/react';
<Barbell size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Barbell size={24} />thin
<Barbell size={24} weight="thin" />light
<Barbell size={24} weight="light" />bold
<Barbell size={24} weight="bold" />fill
<Barbell size={24} weight="fill" />duotone
<Barbell size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- gymweightsdumbbellsstrength trainingworkoutexercisesfitnesshealth & wellnessbarbellgym equipmentstrengthlifting
FAQ
- What is the barbell icon used for?
- It's used to represent weightlifting, gym activities, and strength training in user interfaces.
- How do I use the barbell icon in React?
- Import it from the library: `import { Barbell } from '@phosphor-icons/react'`. Then use it as a component: `<Barbell />`.
- What is the license for this icon?
- The Phosphor icon library, including the barbell 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 →