The Phosphor spinner gap icon depicts a circular loading indicator with a break, commonly used to signify that content is loading or a process is underway.
Common uses
- Displaying while fetching data from an API.
- Indicating a button click is processing.
- Showing progress in a background task.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SpinnerGap } from '@phosphor-icons/react';
<SpinnerGap size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SpinnerGap size={24} />thin
<SpinnerGap size={24} weight="thin" />light
<SpinnerGap size={24} weight="light" />bold
<SpinnerGap size={24} weight="bold" />fill
<SpinnerGap size={24} weight="fill" />duotone
<SpinnerGap size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- loadingloaderwaitingprogresssystemspinnergaploading spinnerprogress indicatorwaiting iconsystem loader
FAQ
- What is the spinner gap icon used for?
- It's used to visually indicate loading, waiting, or progress in a user interface.
- How do I use the spinner gap icon in React?
- You can import and use it like this: import { SpinnerGap } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free usage.
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 →