youtube video icon
youtube-video-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- youtube-video-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
Related icons in Material Symbols
Use the youtube video icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19q-1.775 0-3.325-.05q-1.325-.05-2.613-.137T4.2 18.575q-.65-.175-1.125-.65t-.65-1.125q-.15-.575-.237-1.4t-.138-1.575Q2 12.925 2 12t.05-1.825q.05-.75.138-1.575t.237-1.4q.175-.65.65-1.125t1.125-.65q.575-.15 1.863-.237t2.612-.138Q10.225 5 12 5l1 .013q1 .012 2.313.05t2.612.125t1.875.237q.65.175 1.125.65t.65 1.125q.15.575.238 1.4t.137 1.575q.05.9.05 1.825t-.05 1.825q-.05.75-.137 1.575t-.238 1.4q-.175.65-.65 1.125t-1.125.65q-.575.15-1.875.237t-2.613.125t-2.312.05zm2.45-7.425l-3.7-2.15q-.25-.15-.5.012t-.25.438v4.25q0 .275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsYoutubeVideoRounded(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="M12 19q-1.775 0-3.325-.05q-1.325-.05-2.613-.137T4.2 18.575q-.65-.175-1.125-.65t-.65-1.125q-.15-.575-.237-1.4t-.138-1.575Q2 12.925 2 12t.05-1.825q.05-.75.138-1.575t.237-1.4q.175-.65.65-1.125t1.125-.65q.575-.15 1.863-.237t2.612-.138Q10.225 5 12 5l1 .013q1 .012 2.313.05t2.612.125t1.875.237q.65.175 1.125.65t.65 1.125q.15.575.238 1.4t.137 1.575q.05.9.05 1.825t-.05 1.825q-.05.75-.137 1.575t-.238 1.4q-.175.65-.65 1.125t-1.125.65q-.575.15-1.875.237t-2.613.125t-2.312.05zm2.45-7.425l-3.7-2.15q-.25-.15-.5.012t-.25.438v4.25q0 .275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19q-1.775 0-3.325-.05q-1.325-.05-2.613-.137T4.2 18.575q-.65-.175-1.125-.65t-.65-1.125q-.15-.575-.237-1.4t-.138-1.575Q2 12.925 2 12t.05-1.825q.05-.75.138-1.575t.237-1.4q.175-.65.65-1.125t1.125-.65q.575-.15 1.863-.237t2.612-.138Q10.225 5 12 5l1 .013q1 .012 2.313.05t2.612.125t1.875.237q.65.175 1.125.65t.65 1.125q.15.575.238 1.4t.137 1.575q.05.9.05 1.825t-.05 1.825q-.05.75-.137 1.575t-.238 1.4q-.175.65-.65 1.125t-1.125.65q-.575.15-1.875.237t-2.613.125t-2.312.05zm2.45-7.425l-3.7-2.15q-.25-.15-.5.012t-.25.438v4.25q0 .275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425"/></svg> </template>
CSS
.icon-youtube-video-rounded {
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%22M12%2019q-1.775%200-3.325-.05q-1.325-.05-2.613-.137T4.2%2018.575q-.65-.175-1.125-.65t-.65-1.125q-.15-.575-.237-1.4t-.138-1.575Q2%2012.925%202%2012t.05-1.825q.05-.75.138-1.575t.237-1.4q.175-.65.65-1.125t1.125-.65q.575-.15%201.863-.237t2.612-.138Q10.225%205%2012%205l1%20.013q1%20.012%202.313.05t2.612.125t1.875.237q.65.175%201.125.65t.65%201.125q.15.575.238%201.4t.137%201.575q.05.9.05%201.825t-.05%201.825q-.05.75-.137%201.575t-.238%201.4q-.175.65-.65%201.125t-1.125.65q-.575.15-1.875.237t-2.613.125t-2.312.05zm2.45-7.425l-3.7-2.15q-.25-.15-.5.012t-.25.438v4.25q0%20.275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425%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%22M12%2019q-1.775%200-3.325-.05q-1.325-.05-2.613-.137T4.2%2018.575q-.65-.175-1.125-.65t-.65-1.125q-.15-.575-.237-1.4t-.138-1.575Q2%2012.925%202%2012t.05-1.825q.05-.75.138-1.575t.237-1.4q.175-.65.65-1.125t1.125-.65q.575-.15%201.863-.237t2.612-.138Q10.225%205%2012%205l1%20.013q1%20.012%202.313.05t2.612.125t1.875.237q.65.175%201.125.65t.65%201.125q.15.575.238%201.4t.137%201.575q.05.9.05%201.825t-.05%201.825q-.05.75-.137%201.575t-.238%201.4q-.175.65-.65%201.125t-1.125.65q-.575.15-1.875.237t-2.613.125t-2.312.05zm2.45-7.425l-3.7-2.15q-.25-.15-.5.012t-.25.438v4.25q0%20.275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/youtube-video-rounded.svg?color=%231a73e8&size=48