The Phosphor steps icon depicts a series of ascending steps, commonly used to represent navigation, progress, or a sequence of actions in a user interface.
Common uses
- Indicate multi-step forms or processes
- Represent navigation between different levels or sections
- Show progress in a tutorial or onboarding flow
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Steps } from '@phosphor-icons/react';
<Steps size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Steps size={24} />thin
<Steps size={24} weight="thin" />light
<Steps size={24} weight="light" />bold
<Steps size={24} weight="bold" />fill
<Steps size={24} weight="fill" />duotone
<Steps size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- stairsstaircaseexitsignscommerceobjectsstepsprogresssequence
FAQ
- What is the steps icon used for?
- It visually represents a sequence, progress, or navigation through multiple stages or levels.
- How do I use the steps icon in React?
- Import it using `import { Steps } from '@phosphor-icons/react'` and then use it as a React component like `<Steps size={24} />`.
- What is the license for the Phosphor steps icon?
- The Phosphor icon library, including the steps 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 →