The Heroicons stop circle icon depicts a circle with a solid square inside, commonly used to represent a stop or pause function in user interfaces.
Common uses
- Stop playback of audio or video
- Terminate a process or action
- Cancel an ongoing operation
Use it in React
Install
npm i @heroicons/reactImport & render
import { StopCircleIcon } from '@heroicons/react/24/outline';
<StopCircleIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<StopCircleIcon className="size-6" />24/solid
<StopCircleIcon className="size-6" />20/solid
<StopCircleIcon className="size-6" />16/solid
<StopCircleIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- stopcirclestop buttonpause iconcancel circlehalt icon
FAQ
- What is the stop circle icon used for?
- It's typically used to indicate a stop or pause action, like stopping media playback or canceling an operation.
- How do I use the stop circle icon in React?
- You can import it from Heroicons like this: `import { StopCircleIcon } from '@heroicons/react/24/outline'`.
- What is the license for Heroicons?
- Heroicons are released 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 Heroicons.