The Phosphor youtube logo icon depicts the familiar YouTube brand mark, commonly used in UIs to link to the YouTube platform or represent video content.
Common uses
- Link to official YouTube channel
- Button to play embedded video
- Icon for video content section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { YoutubeLogo } from '@phosphor-icons/react';
<YoutubeLogo size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<YoutubeLogo size={24} />thin
<YoutubeLogo size={24} weight="thin" />light
<YoutubeLogo size={24} weight="light" />bold
<YoutubeLogo size={24} weight="bold" />fill
<YoutubeLogo size={24} weight="fill" />duotone
<YoutubeLogo size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- brands
- Keywords
- logosgooglevideosmoviessocial mediabrandscommunicationsmediayoutubelogovideo platformplay button logo
FAQ
- What is the youtube-logo icon for?
- This icon represents the YouTube brand and is used to link to YouTube or indicate video content.
- How do I use the youtube-logo icon in React?
- Import it from the library like this: import { YoutubeLogo } from '@phosphor-icons/react'. Then use it as a component: <YoutubeLogo />.
- What is the license for the youtube-logo icon?
- The Phosphor icon library, including the youtube-logo icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →