The HugeIcons youtube icon depicts a play button within a rounded rectangle, commonly used to represent video content, links to YouTube, or media playback controls.
Common uses
- Link to a YouTube channel or video
- Play/pause button for embedded videos
- Indicate video content within an article
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { YoutubeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={YoutubeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- videoplay buttonmediayoutube logo
FAQ
- What does the YoutubeIcon represent?
- The YoutubeIcon represents a play button within a rounded rectangle, symbolizing video content or links to the YouTube platform.
- How do I use the YoutubeIcon in a React project?
- Import both HugeiconsIcon and YoutubeIcon, then render <HugeiconsIcon icon={YoutubeIcon} />.
- What is the license for the YoutubeIcon?
- The YoutubeIcon is part of the HugeIcons library and is available under the MIT license.