The HugeIcons play icon depicts a triangle pointing to the right, commonly used to initiate playback of audio or video content.
Common uses
- Start audio/video playback
- Resume paused media
- Navigate to the next item in a playlist
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PlayIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PlayIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- startnextforwardresume
FAQ
- What is the primary function of the play icon?
- The play icon's primary function is to signal the action of starting or resuming media playback.
- How do I use the PlayIcon in React?
- Import both HugeiconsIcon and PlayIcon, then render <HugeiconsIcon icon={PlayIcon} />.
- What is the license for this icon?
- The HugeIcons play icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.