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

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

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="M14.613 16.025q1.112-.975 1.337-2.425q.05-.25-.112-.425T15.4 13H8.6q-.25 0-.425.175t-.125.425q.225 1.45 1.337 2.425T12 17t2.613-.975M12 22q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v9q0 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 20M7.813 7.4q-.513.4-.713 1q-.075.225.075.413T7.6 9h2.8q.25 0 .4-.187t.1-.413q-.2-.6-.712-1T9 7t-1.187.4m6 0q-.513.4-.713 1q-.075.225.075.413T13.6 9h2.8q.25 0 .4-.187t.1-.413q-.2-.6-.712-1T15 7t-1.187.4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsComedyMaskOutlineRounded(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="M14.613 16.025q1.112-.975 1.337-2.425q.05-.25-.112-.425T15.4 13H8.6q-.25 0-.425.175t-.125.425q.225 1.45 1.337 2.425T12 17t2.613-.975M12 22q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v9q0 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 20M7.813 7.4q-.513.4-.713 1q-.075.225.075.413T7.6 9h2.8q.25 0 .4-.187t.1-.413q-.2-.6-.712-1T9 7t-1.187.4m6 0q-.513.4-.713 1q-.075.225.075.413T13.6 9h2.8q.25 0 .4-.187t.1-.413q-.2-.6-.712-1T15 7t-1.187.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.613 16.025q1.112-.975 1.337-2.425q.05-.25-.112-.425T15.4 13H8.6q-.25 0-.425.175t-.125.425q.225 1.45 1.337 2.425T12 17t2.613-.975M12 22q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v9q0 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 20M7.813 7.4q-.513.4-.713 1q-.075.225.075.413T7.6 9h2.8q.25 0 .4-.187t.1-.413q-.2-.6-.712-1T9 7t-1.187.4m6 0q-.513.4-.713 1q-.075.225.075.413T13.6 9h2.8q.25 0 .4-.187t.1-.413q-.2-.6-.712-1T15 7t-1.187.4"/></svg>
</template>

CSS

.icon-comedy-mask-outline-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%22M14.613%2016.025q1.112-.975%201.337-2.425q.05-.25-.112-.425T15.4%2013H8.6q-.25%200-.425.175t-.125.425q.225%201.45%201.337%202.425T12%2017t2.613-.975M12%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2013V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v9q0%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%2020M7.813%207.4q-.513.4-.713%201q-.075.225.075.413T7.6%209h2.8q.25%200%20.4-.187t.1-.413q-.2-.6-.712-1T9%207t-1.187.4m6%200q-.513.4-.713%201q-.075.225.075.413T13.6%209h2.8q.25%200%20.4-.187t.1-.413q-.2-.6-.712-1T15%207t-1.187.4%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%22M14.613%2016.025q1.112-.975%201.337-2.425q.05-.25-.112-.425T15.4%2013H8.6q-.25%200-.425.175t-.125.425q.225%201.45%201.337%202.425T12%2017t2.613-.975M12%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2013V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v9q0%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%2020M7.813%207.4q-.513.4-.713%201q-.075.225.075.413T7.6%209h2.8q.25%200%20.4-.187t.1-.413q-.2-.6-.712-1T9%207t-1.187.4m6%200q-.513.4-.713%201q-.075.225.075.413T13.6%209h2.8q.25%200%20.4-.187t.1-.413q-.2-.6-.712-1T15%207t-1.187.4%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-rounded.svg?color=%231a73e8&size=48