The Phosphor spinner icon visually represents an ongoing process, commonly used to indicate that content is loading or an action is being processed.
Common uses
- Indicating data fetching in progress
- Showing background task completion
- Signaling a form submission
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Spinner } from '@phosphor-icons/react';
<Spinner size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Spinner size={24} />thin
<Spinner size={24} weight="thin" />light
<Spinner size={24} weight="light" />bold
<Spinner size={24} weight="bold" />fill
<Spinner size={24} weight="fill" />duotone
<Spinner size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- loadingloaderwaitingprogresssystemspinnerloading iconwaiting indicatorprogress indicator
FAQ
- What is the spinner icon used for?
- It's used to show that an operation is currently in progress, such as loading data or submitting a form.
- How do I use the spinner icon in React?
- You can import and use it like this: import { Spinner } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed 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 →