youtube video icon
youtube-video-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- youtube-video-outline
- Set
- Material Symbols
- Style
- Outline
- 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.05zm0-2q2.175 0 4.438-.088t2.862-.262q.125-.05.213-.137t.137-.213q.2-.725.275-2.075T20 12t-.075-2.225T19.65 7.7q-.05-.125-.137-.212T19.3 7.35q-.6-.175-2.863-.262T12 7t-4.437.088T4.7 7.35q-.125.05-.213.138T4.35 7.7q-.2.725-.275 2.075T4 12t.075 2.225t.275 2.075q.05.125.138.213t.212.137q.6.175 2.863.263T12 17m-2-2l5.2-3L10 9zm2-3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsYoutubeVideoOutline(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.05zm0-2q2.175 0 4.438-.088t2.862-.262q.125-.05.213-.137t.137-.213q.2-.725.275-2.075T20 12t-.075-2.225T19.65 7.7q-.05-.125-.137-.212T19.3 7.35q-.6-.175-2.863-.262T12 7t-4.437.088T4.7 7.35q-.125.05-.213.138T4.35 7.7q-.2.725-.275 2.075T4 12t.075 2.225t.275 2.075q.05.125.138.213t.212.137q.6.175 2.863.263T12 17m-2-2l5.2-3L10 9zm2-3"/></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.05zm0-2q2.175 0 4.438-.088t2.862-.262q.125-.05.213-.137t.137-.213q.2-.725.275-2.075T20 12t-.075-2.225T19.65 7.7q-.05-.125-.137-.212T19.3 7.35q-.6-.175-2.863-.262T12 7t-4.437.088T4.7 7.35q-.125.05-.213.138T4.35 7.7q-.2.725-.275 2.075T4 12t.075 2.225t.275 2.075q.05.125.138.213t.212.137q.6.175 2.863.263T12 17m-2-2l5.2-3L10 9zm2-3"/></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%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.05zm0-2q2.175%200%204.438-.088t2.862-.262q.125-.05.213-.137t.137-.213q.2-.725.275-2.075T20%2012t-.075-2.225T19.65%207.7q-.05-.125-.137-.212T19.3%207.35q-.6-.175-2.863-.262T12%207t-4.437.088T4.7%207.35q-.125.05-.213.138T4.35%207.7q-.2.725-.275%202.075T4%2012t.075%202.225t.275%202.075q.05.125.138.213t.212.137q.6.175%202.863.263T12%2017m-2-2l5.2-3L10%209zm2-3%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.05zm0-2q2.175%200%204.438-.088t2.862-.262q.125-.05.213-.137t.137-.213q.2-.725.275-2.075T20%2012t-.075-2.225T19.65%207.7q-.05-.125-.137-.212T19.3%207.35q-.6-.175-2.863-.262T12%207t-4.437.088T4.7%207.35q-.125.05-.213.138T4.35%207.7q-.2.725-.275%202.075T4%2012t.075%202.225t.275%202.075q.05.125.138.213t.212.137q.6.175%202.863.263T12%2017m-2-2l5.2-3L10%209zm2-3%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-outline.svg?color=%231a73e8&size=48