youtube activity 2 icon
youtube-activity-2-rounded from Material Symbols Light by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- youtube-activity-2-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- youtube-activity-rounded
3 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
Use the youtube activity 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.154 17.5h-1.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.5V15q0-.213.144-.356t.356-.144t.356.144t.144.356v1.5h1.5q.212 0 .356.144t.144.357t-.144.356t-.356.143h-1.5V19q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zm-5.165-5.848L10.692 9.81q-.211-.131-.404 0t-.192.354v3.692q0 .222.192.353t.404 0l3.296-1.861q.212-.121.212-.343t-.212-.353M12 6.019l.933.003q.933.003 2.149.04t2.417.106t1.763.219q.476.136.846.491t.505.841q.212.76.287 1.81t.075 1.987q0 .276-.195.425q-.196.15-.463.088q-1.115-.185-2.276.233q-1.16.417-1.933 1.188q-.794.771-1.151 1.793q-.357 1.023-.274 2.124q.017.243-.127.435t-.391.192q-.453 0-.85.003q-.395.003-.673.003H12q-1.641 0-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15 1.753-.219q1.192-.069 2.418-.108q1.434-.04 3.077-.04"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightYoutubeActivity2Rounded(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="M19.154 17.5h-1.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.5V15q0-.213.144-.356t.356-.144t.356.144t.144.356v1.5h1.5q.212 0 .356.144t.144.357t-.144.356t-.356.143h-1.5V19q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zm-5.165-5.848L10.692 9.81q-.211-.131-.404 0t-.192.354v3.692q0 .222.192.353t.404 0l3.296-1.861q.212-.121.212-.343t-.212-.353M12 6.019l.933.003q.933.003 2.149.04t2.417.106t1.763.219q.476.136.846.491t.505.841q.212.76.287 1.81t.075 1.987q0 .276-.195.425q-.196.15-.463.088q-1.115-.185-2.276.233q-1.16.417-1.933 1.188q-.794.771-1.151 1.793q-.357 1.023-.274 2.124q.017.243-.127.435t-.391.192q-.453 0-.85.003q-.395.003-.673.003H12q-1.641 0-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15 1.753-.219q1.192-.069 2.418-.108q1.434-.04 3.077-.04"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.154 17.5h-1.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.5V15q0-.213.144-.356t.356-.144t.356.144t.144.356v1.5h1.5q.212 0 .356.144t.144.357t-.144.356t-.356.143h-1.5V19q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zm-5.165-5.848L10.692 9.81q-.211-.131-.404 0t-.192.354v3.692q0 .222.192.353t.404 0l3.296-1.861q.212-.121.212-.343t-.212-.353M12 6.019l.933.003q.933.003 2.149.04t2.417.106t1.763.219q.476.136.846.491t.505.841q.212.76.287 1.81t.075 1.987q0 .276-.195.425q-.196.15-.463.088q-1.115-.185-2.276.233q-1.16.417-1.933 1.188q-.794.771-1.151 1.793q-.357 1.023-.274 2.124q.017.243-.127.435t-.391.192q-.453 0-.85.003q-.395.003-.673.003H12q-1.641 0-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15 1.753-.219q1.192-.069 2.418-.108q1.434-.04 3.077-.04"/></svg> </template>
CSS
.icon-youtube-activity-2-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%22M19.154%2017.5h-1.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h1.5V15q0-.213.144-.356t.356-.144t.356.144t.144.356v1.5h1.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-1.5V19q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zm-5.165-5.848L10.692%209.81q-.211-.131-.404%200t-.192.354v3.692q0%20.222.192.353t.404%200l3.296-1.861q.212-.121.212-.343t-.212-.353M12%206.019l.933.003q.933.003%202.149.04t2.417.106t1.763.219q.476.136.846.491t.505.841q.212.76.287%201.81t.075%201.987q0%20.276-.195.425q-.196.15-.463.088q-1.115-.185-2.276.233q-1.16.417-1.933%201.188q-.794.771-1.151%201.793q-.357%201.023-.274%202.124q.017.243-.127.435t-.391.192q-.453%200-.85.003q-.395.003-.673.003H12q-1.641%200-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15%201.753-.219q1.192-.069%202.418-.108q1.434-.04%203.077-.04%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%22M19.154%2017.5h-1.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h1.5V15q0-.213.144-.356t.356-.144t.356.144t.144.356v1.5h1.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-1.5V19q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zm-5.165-5.848L10.692%209.81q-.211-.131-.404%200t-.192.354v3.692q0%20.222.192.353t.404%200l3.296-1.861q.212-.121.212-.343t-.212-.353M12%206.019l.933.003q.933.003%202.149.04t2.417.106t1.763.219q.476.136.846.491t.505.841q.212.76.287%201.81t.075%201.987q0%20.276-.195.425q-.196.15-.463.088q-1.115-.185-2.276.233q-1.16.417-1.933%201.188q-.794.771-1.151%201.793q-.357%201.023-.274%202.124q.017.243-.127.435t-.391.192q-.453%200-.85.003q-.395.003-.673.003H12q-1.641%200-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15%201.753-.219q1.192-.069%202.418-.108q1.434-.04%203.077-.04%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-activity-2-rounded.svg?color=%231a73e8&size=48