The Phosphor pause circle icon depicts a circle with two vertical parallel lines, commonly used in user interfaces to indicate the action of pausing media playback.
Common uses
- Pause audio or video playback
- Temporarily halt a process
- Indicate a stopped state in media controls
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PauseCircle } from '@phosphor-icons/react';
<PauseCircle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PauseCircle size={24} />thin
<PauseCircle size={24} weight="thin" />light
<PauseCircle size={24} weight="light" />bold
<PauseCircle size={24} weight="bold" />fill
<PauseCircle size={24} weight="fill" />duotone
<PauseCircle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- musicaudioresumestartstoproundmediasystempausecirclestop buttonhold iconhalt symbol
FAQ
- What is the purpose of the pause circle icon?
- This icon is used to represent the action of pausing or temporarily stopping media playback or a process.
- How do I use the pause circle icon in React?
- You can import and use it with: import { PauseCircle } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
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 →