The Heroicons play icon depicts a triangle pointing to the right, commonly used to initiate media playback or start a process.
Common uses
- Start audio/video playback
- Begin a tutorial or animation
- Activate a game or simulation
Use it in React
Install
npm i @heroicons/reactImport & render
import { PlayIcon } from '@heroicons/react/24/outline';
<PlayIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<PlayIcon className="size-6" />24/solid
<PlayIcon className="size-6" />20/solid
<PlayIcon className="size-6" />16/solid
<PlayIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- playstartforwardnextrun
FAQ
- What is the play icon used for?
- It signifies the action of starting or playing media content like videos or music, or initiating a process.
- How do I use the play icon in React?
- Import it using `import { PlayIcon } from '@heroicons/react/24/outline'` and then use it as a React component.
- 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.