youtube icon
youtube from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- youtube
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
youtube-fillAkar Iconsyoutube-filledAnt Design IconsyoutubeBootstrap IconsyoutubeBoxicons BrandsyoutubeCoreUI BrandsyoutubeFont Awesome 6 BrandsyoutubeFont Awesome BrandsyoutubeFeather Iconsyoutube-solidFlowbite Iconsyoutubecss.ggyoutubeHuge IconsyoutubeIconParkyoutubeIconPark OutlineyoutubeIconPark SolidyoutubeIconPark TwoToneyoutubeIconoiryoutubeJam IconsyoutubeLine AwesomeyoutubeMaterial Line IconsyoutubeSVG LogosyoutubeLucideyoutubeMage IconsyoutubeMaterial Design Iconsyoutube-fillMingCute Icon
More brand logos icons from Unicons Monochrome
Use the youtube icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.663 11.775c-2.017-1.078-3.948-2.078-5.922-3.112v6.19c2.077-1.13 4.267-2.164 5.931-3.087z" opacity=".5"/><path fill="currentColor" d="M22.974 9.715a8.54 8.54 0 0 0-.914-4.13a2.87 2.87 0 0 0-1.715-1.017a81 81 0 0 0-8.337-.293a81 81 0 0 0-8.336.293c-.55.102-1.058.36-1.466.741c-.895.83-.96 2.251-1.095 3.449a47.5 47.5 0 0 0 0 6.482c.025.676.126 1.347.302 2c.12.506.362.974.707 1.363c.408.402.928.672 1.491.775a45 45 0 0 0 6.5.328c3.495.056 6.573-.003 10.199-.276a2.9 2.9 0 0 0 1.534-.784c.273-.272.48-.602.604-.966c.362-1.095.54-2.243.526-3.396c.034-.595.034-3.974 0-4.57zm-7.31 2.06l-.004-.002c-.83.46-1.788.946-2.798 1.459a125 125 0 0 0-3.121 1.62v-6.19c.987.518 1.963 1.027 2.945 1.54c.98.514 1.967 1.033 2.974 1.57l.012-.006z"/></svg>
React
import type { SVGProps } from "react";
export function UimYoutube(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.663 11.775c-2.017-1.078-3.948-2.078-5.922-3.112v6.19c2.077-1.13 4.267-2.164 5.931-3.087z" opacity=".5"/><path fill="currentColor" d="M22.974 9.715a8.54 8.54 0 0 0-.914-4.13a2.87 2.87 0 0 0-1.715-1.017a81 81 0 0 0-8.337-.293a81 81 0 0 0-8.336.293c-.55.102-1.058.36-1.466.741c-.895.83-.96 2.251-1.095 3.449a47.5 47.5 0 0 0 0 6.482c.025.676.126 1.347.302 2c.12.506.362.974.707 1.363c.408.402.928.672 1.491.775a45 45 0 0 0 6.5.328c3.495.056 6.573-.003 10.199-.276a2.9 2.9 0 0 0 1.534-.784c.273-.272.48-.602.604-.966c.362-1.095.54-2.243.526-3.396c.034-.595.034-3.974 0-4.57zm-7.31 2.06l-.004-.002c-.83.46-1.788.946-2.798 1.459a125 125 0 0 0-3.121 1.62v-6.19c.987.518 1.963 1.027 2.945 1.54c.98.514 1.967 1.033 2.974 1.57l.012-.006z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.663 11.775c-2.017-1.078-3.948-2.078-5.922-3.112v6.19c2.077-1.13 4.267-2.164 5.931-3.087z" opacity=".5"/><path fill="currentColor" d="M22.974 9.715a8.54 8.54 0 0 0-.914-4.13a2.87 2.87 0 0 0-1.715-1.017a81 81 0 0 0-8.337-.293a81 81 0 0 0-8.336.293c-.55.102-1.058.36-1.466.741c-.895.83-.96 2.251-1.095 3.449a47.5 47.5 0 0 0 0 6.482c.025.676.126 1.347.302 2c.12.506.362.974.707 1.363c.408.402.928.672 1.491.775a45 45 0 0 0 6.5.328c3.495.056 6.573-.003 10.199-.276a2.9 2.9 0 0 0 1.534-.784c.273-.272.48-.602.604-.966c.362-1.095.54-2.243.526-3.396c.034-.595.034-3.974 0-4.57zm-7.31 2.06l-.004-.002c-.83.46-1.788.946-2.798 1.459a125 125 0 0 0-3.121 1.62v-6.19c.987.518 1.963 1.027 2.945 1.54c.98.514 1.967 1.033 2.974 1.57l.012-.006z"/></svg> </template>
CSS
.icon-youtube {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.663%2011.775c-2.017-1.078-3.948-2.078-5.922-3.112v6.19c2.077-1.13%204.267-2.164%205.931-3.087z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.974%209.715a8.54%208.54%200%200%200-.914-4.13a2.87%202.87%200%200%200-1.715-1.017a81%2081%200%200%200-8.337-.293a81%2081%200%200%200-8.336.293c-.55.102-1.058.36-1.466.741c-.895.83-.96%202.251-1.095%203.449a47.5%2047.5%200%200%200%200%206.482c.025.676.126%201.347.302%202c.12.506.362.974.707%201.363c.408.402.928.672%201.491.775a45%2045%200%200%200%206.5.328c3.495.056%206.573-.003%2010.199-.276a2.9%202.9%200%200%200%201.534-.784c.273-.272.48-.602.604-.966c.362-1.095.54-2.243.526-3.396c.034-.595.034-3.974%200-4.57zm-7.31%202.06l-.004-.002c-.83.46-1.788.946-2.798%201.459a125%20125%200%200%200-3.121%201.62v-6.19c.987.518%201.963%201.027%202.945%201.54c.98.514%201.967%201.033%202.974%201.57l.012-.006z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.663%2011.775c-2.017-1.078-3.948-2.078-5.922-3.112v6.19c2.077-1.13%204.267-2.164%205.931-3.087z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.974%209.715a8.54%208.54%200%200%200-.914-4.13a2.87%202.87%200%200%200-1.715-1.017a81%2081%200%200%200-8.337-.293a81%2081%200%200%200-8.336.293c-.55.102-1.058.36-1.466.741c-.895.83-.96%202.251-1.095%203.449a47.5%2047.5%200%200%200%200%206.482c.025.676.126%201.347.302%202c.12.506.362.974.707%201.363c.408.402.928.672%201.491.775a45%2045%200%200%200%206.5.328c3.495.056%206.573-.003%2010.199-.276a2.9%202.9%200%200%200%201.534-.784c.273-.272.48-.602.604-.966c.362-1.095.54-2.243.526-3.396c.034-.595.034-3.974%200-4.57zm-7.31%202.06l-.004-.002c-.83.46-1.788.946-2.798%201.459a125%20125%200%200%200-3.121%201.62v-6.19c.987.518%201.963%201.027%202.945%201.54c.98.514%201.967%201.033%202.974%201.57l.012-.006z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/youtube.svg?color=%231a73e8&size=48