The Phosphor stop circle icon visually represents the action of stopping playback or a process, commonly used in media players and system interfaces.
Common uses
- Stop button in audio/video players
- Terminate a running process
- Cancel an ongoing operation
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { StopCircle } from '@phosphor-icons/react';
<StopCircle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<StopCircle size={24} />thin
<StopCircle size={24} weight="thin" />light
<StopCircle size={24} weight="light" />bold
<StopCircle size={24} weight="bold" />fill
<StopCircle size={24} weight="fill" />duotone
<StopCircle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- musicaudioroundmediasystemstopcirclestop buttonend playbackhalt iconround stop
FAQ
- What is the stop circle icon used for?
- It signifies stopping playback, ending a process, or canceling an action within an application's interface.
- How do I use the stop circle icon in React?
- Import it from the library and use the StopCircle component: import { StopCircle } from '@phosphor-icons/react'; <StopCircle />
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →