The HugeIcons medium icon depicts a play button and is commonly used to represent actions like playing media, starting a process, or initiating an action.
Common uses
- Play/pause button for audio/video
- Start/resume button for tasks
- Initiate a workflow or animation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MediumIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MediumIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- playstartmediainitiate
FAQ
- What is the MediumIcon used for?
- The MediumIcon is typically used to signify playing media, starting a process, or initiating an action within a user interface.
- How do I use the MediumIcon in React?
- To use the MediumIcon in React, import both HugeiconsIcon and MediumIcon, then render <HugeiconsIcon icon={MediumIcon} />.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, which allows for free usage in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →