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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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 17q1.65 0 2.825-1.175T16 13H8q0 1.65 1.175 2.825T12 17M7 9h4q0-.825-.587-1.412T9 7t-1.412.588T7 9m6 0h4q0-.825-.587-1.412T15 7t-1.412.588T13 9m-1 13q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13V2h18v11q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22m0-2q2.9 0 4.95-2.05T19 13V4H5v9q0 2.9 2.05 4.95T12 20m0-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsComedyMaskOutline(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 17q1.65 0 2.825-1.175T16 13H8q0 1.65 1.175 2.825T12 17M7 9h4q0-.825-.587-1.412T9 7t-1.412.588T7 9m6 0h4q0-.825-.587-1.412T15 7t-1.412.588T13 9m-1 13q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13V2h18v11q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22m0-2q2.9 0 4.95-2.05T19 13V4H5v9q0 2.9 2.05 4.95T12 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 17q1.65 0 2.825-1.175T16 13H8q0 1.65 1.175 2.825T12 17M7 9h4q0-.825-.587-1.412T9 7t-1.412.588T7 9m6 0h4q0-.825-.587-1.412T15 7t-1.412.588T13 9m-1 13q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13V2h18v11q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22m0-2q2.9 0 4.95-2.05T19 13V4H5v9q0 2.9 2.05 4.95T12 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%2017q1.65%200%202.825-1.175T16%2013H8q0%201.65%201.175%202.825T12%2017M7%209h4q0-.825-.587-1.412T9%207t-1.412.588T7%209m6%200h4q0-.825-.587-1.412T15%207t-1.412.588T13%209m-1%2013q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2013V2h18v11q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022m0-2q2.9%200%204.95-2.05T19%2013V4H5v9q0%202.9%202.05%204.95T12%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%2017q1.65%200%202.825-1.175T16%2013H8q0%201.65%201.175%202.825T12%2017M7%209h4q0-.825-.587-1.412T9%207t-1.412.588T7%209m6%200h4q0-.825-.587-1.412T15%207t-1.412.588T13%209m-1%2013q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2013V2h18v11q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022m0-2q2.9%200%204.95-2.05T19%2013V4H5v9q0%202.9%202.05%204.95T12%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/comedy-mask-outline.svg?color=%231a73e8&size=48