youtube video icon
youtube-video-outline from Material Symbols Light by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- youtube-video-outline
- Set
- Material Symbols Light
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
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.008 18q-1.648 0-3.083-.043q-1.227-.043-2.42-.118t-1.747-.206q-.494-.133-.855-.495q-.36-.361-.497-.838q-.15-.517-.226-1.256t-.118-1.41Q3.02 12.828 3.02 12t.05-1.613q.031-.673.113-1.413q.083-.74.224-1.255q.136-.477.497-.838t.855-.494q.555-.15 1.747-.22q1.191-.069 2.418-.108q1.434-.04 3.077-.04l.933.003q.933.003 2.158.04q1.226.038 2.43.106q1.204.069 1.74.219q.494.133.855.494t.498.838q.14.516.223 1.255q.082.74.113 1.413Q21 11.17 21 12t-.043 1.634q-.043.671-.118 1.41t-.225 1.256q-.137.477-.498.838q-.36.361-.854.495q-.534.132-1.74.209t-2.43.115t-2.155.04zm-.001-1q2.085 0 4.255-.088t2.75-.243q.24-.069.414-.233q.174-.165.224-.386q.2-.667.275-1.95T20 11.995t-.075-2.09t-.275-1.936q-.07-.24-.234-.395t-.404-.224q-.581-.156-2.75-.243t-4.255-.088t-4.255.088t-2.744.243q-.24.07-.415.234q-.174.164-.224.385q-.2.668-.275 1.936t-.075 2.09t.075 2.105t.275 1.95q.07.24.234.395t.405.224q.575.156 2.744.244t4.255.087m-1.91-2.442L14.603 12l-4.508-2.539zm1.922-2.539"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightYoutubeVideoOutline(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.008 18q-1.648 0-3.083-.043q-1.227-.043-2.42-.118t-1.747-.206q-.494-.133-.855-.495q-.36-.361-.497-.838q-.15-.517-.226-1.256t-.118-1.41Q3.02 12.828 3.02 12t.05-1.613q.031-.673.113-1.413q.083-.74.224-1.255q.136-.477.497-.838t.855-.494q.555-.15 1.747-.22q1.191-.069 2.418-.108q1.434-.04 3.077-.04l.933.003q.933.003 2.158.04q1.226.038 2.43.106q1.204.069 1.74.219q.494.133.855.494t.498.838q.14.516.223 1.255q.082.74.113 1.413Q21 11.17 21 12t-.043 1.634q-.043.671-.118 1.41t-.225 1.256q-.137.477-.498.838q-.36.361-.854.495q-.534.132-1.74.209t-2.43.115t-2.155.04zm-.001-1q2.085 0 4.255-.088t2.75-.243q.24-.069.414-.233q.174-.165.224-.386q.2-.667.275-1.95T20 11.995t-.075-2.09t-.275-1.936q-.07-.24-.234-.395t-.404-.224q-.581-.156-2.75-.243t-4.255-.088t-4.255.088t-2.744.243q-.24.07-.415.234q-.174.164-.224.385q-.2.668-.275 1.936t-.075 2.09t.075 2.105t.275 1.95q.07.24.234.395t.405.224q.575.156 2.744.244t4.255.087m-1.91-2.442L14.603 12l-4.508-2.539zm1.922-2.539"/></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.008 18q-1.648 0-3.083-.043q-1.227-.043-2.42-.118t-1.747-.206q-.494-.133-.855-.495q-.36-.361-.497-.838q-.15-.517-.226-1.256t-.118-1.41Q3.02 12.828 3.02 12t.05-1.613q.031-.673.113-1.413q.083-.74.224-1.255q.136-.477.497-.838t.855-.494q.555-.15 1.747-.22q1.191-.069 2.418-.108q1.434-.04 3.077-.04l.933.003q.933.003 2.158.04q1.226.038 2.43.106q1.204.069 1.74.219q.494.133.855.494t.498.838q.14.516.223 1.255q.082.74.113 1.413Q21 11.17 21 12t-.043 1.634q-.043.671-.118 1.41t-.225 1.256q-.137.477-.498.838q-.36.361-.854.495q-.534.132-1.74.209t-2.43.115t-2.155.04zm-.001-1q2.085 0 4.255-.088t2.75-.243q.24-.069.414-.233q.174-.165.224-.386q.2-.667.275-1.95T20 11.995t-.075-2.09t-.275-1.936q-.07-.24-.234-.395t-.404-.224q-.581-.156-2.75-.243t-4.255-.088t-4.255.088t-2.744.243q-.24.07-.415.234q-.174.164-.224.385q-.2.668-.275 1.936t-.075 2.09t.075 2.105t.275 1.95q.07.24.234.395t.405.224q.575.156 2.744.244t4.255.087m-1.91-2.442L14.603 12l-4.508-2.539zm1.922-2.539"/></svg> </template>
CSS
.icon-youtube-video-outline {
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.008%2018q-1.648%200-3.083-.043q-1.227-.043-2.42-.118t-1.747-.206q-.494-.133-.855-.495q-.36-.361-.497-.838q-.15-.517-.226-1.256t-.118-1.41Q3.02%2012.828%203.02%2012t.05-1.613q.031-.673.113-1.413q.083-.74.224-1.255q.136-.477.497-.838t.855-.494q.555-.15%201.747-.22q1.191-.069%202.418-.108q1.434-.04%203.077-.04l.933.003q.933.003%202.158.04q1.226.038%202.43.106q1.204.069%201.74.219q.494.133.855.494t.498.838q.14.516.223%201.255q.082.74.113%201.413Q21%2011.17%2021%2012t-.043%201.634q-.043.671-.118%201.41t-.225%201.256q-.137.477-.498.838q-.36.361-.854.495q-.534.132-1.74.209t-2.43.115t-2.155.04zm-.001-1q2.085%200%204.255-.088t2.75-.243q.24-.069.414-.233q.174-.165.224-.386q.2-.667.275-1.95T20%2011.995t-.075-2.09t-.275-1.936q-.07-.24-.234-.395t-.404-.224q-.581-.156-2.75-.243t-4.255-.088t-4.255.088t-2.744.243q-.24.07-.415.234q-.174.164-.224.385q-.2.668-.275%201.936t-.075%202.09t.075%202.105t.275%201.95q.07.24.234.395t.405.224q.575.156%202.744.244t4.255.087m-1.91-2.442L14.603%2012l-4.508-2.539zm1.922-2.539%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.008%2018q-1.648%200-3.083-.043q-1.227-.043-2.42-.118t-1.747-.206q-.494-.133-.855-.495q-.36-.361-.497-.838q-.15-.517-.226-1.256t-.118-1.41Q3.02%2012.828%203.02%2012t.05-1.613q.031-.673.113-1.413q.083-.74.224-1.255q.136-.477.497-.838t.855-.494q.555-.15%201.747-.22q1.191-.069%202.418-.108q1.434-.04%203.077-.04l.933.003q.933.003%202.158.04q1.226.038%202.43.106q1.204.069%201.74.219q.494.133.855.494t.498.838q.14.516.223%201.255q.082.74.113%201.413Q21%2011.17%2021%2012t-.043%201.634q-.043.671-.118%201.41t-.225%201.256q-.137.477-.498.838q-.36.361-.854.495q-.534.132-1.74.209t-2.43.115t-2.155.04zm-.001-1q2.085%200%204.255-.088t2.75-.243q.24-.069.414-.233q.174-.165.224-.386q.2-.667.275-1.95T20%2011.995t-.075-2.09t-.275-1.936q-.07-.24-.234-.395t-.404-.224q-.581-.156-2.75-.243t-4.255-.088t-4.255.088t-2.744.243q-.24.07-.415.234q-.174.164-.224.385q-.2.668-.275%201.936t-.075%202.09t.075%202.105t.275%201.95q.07.24.234.395t.405.224q.575.156%202.744.244t4.255.087m-1.91-2.442L14.603%2012l-4.508-2.539zm1.922-2.539%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/youtube-video-outline.svg?color=%231a73e8&size=48