comedy-mask-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
comedy-mask-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
comedy-mask-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the comedy mask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16.289q1.246 0 2.18-.82q.936-.819 1.09-2.065H8.711q.153 1.246 1.097 2.065q.945.82 2.191.82m-4.423-7.02h3.23q0-.671-.481-1.153t-1.153-.482t-1.134.482t-.462 1.153m5.615-.019h3.231q0-.671-.472-1.143t-1.143-.472t-1.143.472q-.473.472-.473 1.143M12 21q-1.664 0-3.118-.636q-1.455-.635-2.542-1.723T4.626 16.08T4 12.942V3h16v9.942q0 1.664-.626 3.138t-1.714 2.56t-2.542 1.724T12 21m0-1q2.9 0 4.95-2.06T19 12.942V4H5v8.942q0 2.939 2.04 4.999T12 20m0-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightComedyMaskOutline(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 16.289q1.246 0 2.18-.82q.936-.819 1.09-2.065H8.711q.153 1.246 1.097 2.065q.945.82 2.191.82m-4.423-7.02h3.23q0-.671-.481-1.153t-1.153-.482t-1.134.482t-.462 1.153m5.615-.019h3.231q0-.671-.472-1.143t-1.143-.472t-1.143.472q-.473.472-.473 1.143M12 21q-1.664 0-3.118-.636q-1.455-.635-2.542-1.723T4.626 16.08T4 12.942V3h16v9.942q0 1.664-.626 3.138t-1.714 2.56t-2.542 1.724T12 21m0-1q2.9 0 4.95-2.06T19 12.942V4H5v8.942q0 2.939 2.04 4.999T12 20m0-8"/></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 16.289q1.246 0 2.18-.82q.936-.819 1.09-2.065H8.711q.153 1.246 1.097 2.065q.945.82 2.191.82m-4.423-7.02h3.23q0-.671-.481-1.153t-1.153-.482t-1.134.482t-.462 1.153m5.615-.019h3.231q0-.671-.472-1.143t-1.143-.472t-1.143.472q-.473.472-.473 1.143M12 21q-1.664 0-3.118-.636q-1.455-.635-2.542-1.723T4.626 16.08T4 12.942V3h16v9.942q0 1.664-.626 3.138t-1.714 2.56t-2.542 1.724T12 21m0-1q2.9 0 4.95-2.06T19 12.942V4H5v8.942q0 2.939 2.04 4.999T12 20m0-8"/></svg>
</template>

CSS

.icon-comedy-mask-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%2016.289q1.246%200%202.18-.82q.936-.819%201.09-2.065H8.711q.153%201.246%201.097%202.065q.945.82%202.191.82m-4.423-7.02h3.23q0-.671-.481-1.153t-1.153-.482t-1.134.482t-.462%201.153m5.615-.019h3.231q0-.671-.472-1.143t-1.143-.472t-1.143.472q-.473.472-.473%201.143M12%2021q-1.664%200-3.118-.636q-1.455-.635-2.542-1.723T4.626%2016.08T4%2012.942V3h16v9.942q0%201.664-.626%203.138t-1.714%202.56t-2.542%201.724T12%2021m0-1q2.9%200%204.95-2.06T19%2012.942V4H5v8.942q0%202.939%202.04%204.999T12%2020m0-8%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%2016.289q1.246%200%202.18-.82q.936-.819%201.09-2.065H8.711q.153%201.246%201.097%202.065q.945.82%202.191.82m-4.423-7.02h3.23q0-.671-.481-1.153t-1.153-.482t-1.134.482t-.462%201.153m5.615-.019h3.231q0-.671-.472-1.143t-1.143-.472t-1.143.472q-.473.472-.473%201.143M12%2021q-1.664%200-3.118-.636q-1.455-.635-2.542-1.723T4.626%2016.08T4%2012.942V3h16v9.942q0%201.664-.626%203.138t-1.714%202.56t-2.542%201.724T12%2021m0-1q2.9%200%204.95-2.06T19%2012.942V4H5v8.942q0%202.939%202.04%204.999T12%2020m0-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/comedy-mask-outline.svg?color=%231a73e8&size=48