The Heroicons play circle icon depicts a standard play button enclosed in a circle, commonly used to initiate media playback.
Common uses
- Start video playback
- Play audio track
- Initiate a tutorial video
Use it in React
Install
npm i @heroicons/reactImport & render
import { PlayCircleIcon } from '@heroicons/react/24/outline';
<PlayCircleIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<PlayCircleIcon className="size-6" />24/solid
<PlayCircleIcon className="size-6" />20/solid
<PlayCircleIcon className="size-6" />16/solid
<PlayCircleIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- playcircleplay buttonmedia playstart videoaudio play
FAQ
- What is the play circle icon used for?
- It's used to signify the action of starting media playback, such as videos or audio.
- How do I use the play circle icon in React?
- Import it using: import { PlayCircleIcon } from '@heroicons/react/24/outline'
- What is the license for Heroicons?
- Heroicons are released under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →