youtube activity 2 icon

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

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

3 other variants in Material Symbols

The same icon in other sets

Related icons in Material Symbols

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 18h-1q-.425 0-.712-.288T17 17t.288-.712T18 16h1v-1q0-.425.288-.712T20 14t.713.288T21 15v1h1q.425 0 .713.288T23 17t-.288.713T22 18h-1v1q0 .425-.288.713T20 20t-.712-.288T19 19zm-4.55-6.425l-3.7-2.15q-.25-.15-.5.013t-.25.437v4.25q0 .275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425M12 5l1 .012q1 .013 2.313.05t2.6.125t1.887.238q.65.175 1.125.65t.65 1.125q.25.875.325 2.05t.075 2.275q0 .325-.263.513t-.587.087q-1.25-.3-2.488.05t-2.162 1.275q-.95.925-1.287 2.188t-.063 2.537q.075.3-.1.55t-.475.25q-.55 0-1.012.013T12.75 19H12q-1.775 0-3.325-.05q-1.325-.025-2.613-.112T4.176 18.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2 12.925 2 12t.05-1.8q.025-.775.113-1.588T2.4 7.2q.175-.65.65-1.125t1.125-.65q.6-.15 1.888-.238t2.612-.137Q10.225 5 12 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsYoutubeActivity2Rounded(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 18h-1q-.425 0-.712-.288T17 17t.288-.712T18 16h1v-1q0-.425.288-.712T20 14t.713.288T21 15v1h1q.425 0 .713.288T23 17t-.288.713T22 18h-1v1q0 .425-.288.713T20 20t-.712-.288T19 19zm-4.55-6.425l-3.7-2.15q-.25-.15-.5.013t-.25.437v4.25q0 .275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425M12 5l1 .012q1 .013 2.313.05t2.6.125t1.887.238q.65.175 1.125.65t.65 1.125q.25.875.325 2.05t.075 2.275q0 .325-.263.513t-.587.087q-1.25-.3-2.488.05t-2.162 1.275q-.95.925-1.287 2.188t-.063 2.537q.075.3-.1.55t-.475.25q-.55 0-1.012.013T12.75 19H12q-1.775 0-3.325-.05q-1.325-.025-2.613-.112T4.176 18.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2 12.925 2 12t.05-1.8q.025-.775.113-1.588T2.4 7.2q.175-.65.65-1.125t1.125-.65q.6-.15 1.888-.238t2.612-.137Q10.225 5 12 5"/></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 18h-1q-.425 0-.712-.288T17 17t.288-.712T18 16h1v-1q0-.425.288-.712T20 14t.713.288T21 15v1h1q.425 0 .713.288T23 17t-.288.713T22 18h-1v1q0 .425-.288.713T20 20t-.712-.288T19 19zm-4.55-6.425l-3.7-2.15q-.25-.15-.5.013t-.25.437v4.25q0 .275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425M12 5l1 .012q1 .013 2.313.05t2.6.125t1.887.238q.65.175 1.125.65t.65 1.125q.25.875.325 2.05t.075 2.275q0 .325-.263.513t-.587.087q-1.25-.3-2.488.05t-2.162 1.275q-.95.925-1.287 2.188t-.063 2.537q.075.3-.1.55t-.475.25q-.55 0-1.012.013T12.75 19H12q-1.775 0-3.325-.05q-1.325-.025-2.613-.112T4.176 18.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2 12.925 2 12t.05-1.8q.025-.775.113-1.588T2.4 7.2q.175-.65.65-1.125t1.125-.65q.6-.15 1.888-.238t2.612-.137Q10.225 5 12 5"/></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%2018h-1q-.425%200-.712-.288T17%2017t.288-.712T18%2016h1v-1q0-.425.288-.712T20%2014t.713.288T21%2015v1h1q.425%200%20.713.288T23%2017t-.288.713T22%2018h-1v1q0%20.425-.288.713T20%2020t-.712-.288T19%2019zm-4.55-6.425l-3.7-2.15q-.25-.15-.5.013t-.25.437v4.25q0%20.275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425M12%205l1%20.012q1%20.013%202.313.05t2.6.125t1.887.238q.65.175%201.125.65t.65%201.125q.25.875.325%202.05t.075%202.275q0%20.325-.263.513t-.587.087q-1.25-.3-2.488.05t-2.162%201.275q-.95.925-1.287%202.188t-.063%202.537q.075.3-.1.55t-.475.25q-.55%200-1.012.013T12.75%2019H12q-1.775%200-3.325-.05q-1.325-.025-2.613-.112T4.176%2018.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2%2012.925%202%2012t.05-1.8q.025-.775.113-1.588T2.4%207.2q.175-.65.65-1.125t1.125-.65q.6-.15%201.888-.238t2.612-.137Q10.225%205%2012%205%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%2018h-1q-.425%200-.712-.288T17%2017t.288-.712T18%2016h1v-1q0-.425.288-.712T20%2014t.713.288T21%2015v1h1q.425%200%20.713.288T23%2017t-.288.713T22%2018h-1v1q0%20.425-.288.713T20%2020t-.712-.288T19%2019zm-4.55-6.425l-3.7-2.15q-.25-.15-.5.013t-.25.437v4.25q0%20.275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425M12%205l1%20.012q1%20.013%202.313.05t2.6.125t1.887.238q.65.175%201.125.65t.65%201.125q.25.875.325%202.05t.075%202.275q0%20.325-.263.513t-.587.087q-1.25-.3-2.488.05t-2.162%201.275q-.95.925-1.287%202.188t-.063%202.537q.075.3-.1.55t-.475.25q-.55%200-1.012.013T12.75%2019H12q-1.775%200-3.325-.05q-1.325-.025-2.613-.112T4.176%2018.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2%2012.925%202%2012t.05-1.8q.025-.775.113-1.588T2.4%207.2q.175-.65.65-1.125t1.125-.65q.6-.15%201.888-.238t2.612-.137Q10.225%205%2012%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/youtube-activity-2-rounded.svg?color=%231a73e8&size=48