youtube activity 2 icon

youtube-activity-2 from Material Symbols Light by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
youtube-activity-2
Set
Material Symbols Light
Style
Regular
Viewbox
24×24
License
Apache 2.0
Aliases
youtube-activity

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 19.5v-2h-2v-1h2v-2h1v2h2v1h-2v2zm-9.058-4.942L14.604 12l-4.508-2.539zM12 6.019l.933.003q.933.003 2.149.04t2.417.106t1.763.218q.476.137.846.492t.505.841q.262.927.324 2.207t.038 2.287q-.296-.104-.642-.158t-.68-.055q-2.093 0-3.546 1.45t-1.453 3.525q-.02.27.01.513t.096.481q-.56.025-1.051.028t-.88.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 MaterialSymbolsLightYoutubeActivity2(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 19.5v-2h-2v-1h2v-2h1v2h2v1h-2v2zm-9.058-4.942L14.604 12l-4.508-2.539zM12 6.019l.933.003q.933.003 2.149.04t2.417.106t1.763.218q.476.137.846.492t.505.841q.262.927.324 2.207t.038 2.287q-.296-.104-.642-.158t-.68-.055q-2.093 0-3.546 1.45t-1.453 3.525q-.02.27.01.513t.096.481q-.56.025-1.051.028t-.88.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 19.5v-2h-2v-1h2v-2h1v2h2v1h-2v2zm-9.058-4.942L14.604 12l-4.508-2.539zM12 6.019l.933.003q.933.003 2.149.04t2.417.106t1.763.218q.476.137.846.492t.505.841q.262.927.324 2.207t.038 2.287q-.296-.104-.642-.158t-.68-.055q-2.093 0-3.546 1.45t-1.453 3.525q-.02.27.01.513t.096.481q-.56.025-1.051.028t-.88.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 {
  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%2019.5v-2h-2v-1h2v-2h1v2h2v1h-2v2zm-9.058-4.942L14.604%2012l-4.508-2.539zM12%206.019l.933.003q.933.003%202.149.04t2.417.106t1.763.218q.476.137.846.492t.505.841q.262.927.324%202.207t.038%202.287q-.296-.104-.642-.158t-.68-.055q-2.093%200-3.546%201.45t-1.453%203.525q-.02.27.01.513t.096.481q-.56.025-1.051.028t-.88.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%2019.5v-2h-2v-1h2v-2h1v2h2v1h-2v2zm-9.058-4.942L14.604%2012l-4.508-2.539zM12%206.019l.933.003q.933.003%202.149.04t2.417.106t1.763.218q.476.137.846.492t.505.841q.262.927.324%202.207t.038%202.287q-.296-.104-.642-.158t-.68-.055q-2.093%200-3.546%201.45t-1.453%203.525q-.02.27.01.513t.096.481q-.56.025-1.051.028t-.88.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.svg?color=%231a73e8&size=48