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

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

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the theater comedy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 7.308q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-4 0q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-.27 3.4h4.54q-.097-.664-.754-1.09T16.5 9.192q-.898 0-1.555.426t-.714 1.09M3.96 19.542Q2.5 18.083 2.5 16v-6h10v6q0 2.083-1.457 3.542T7.505 21t-3.543-1.458m6.363-.717Q11.5 17.65 11.5 16v-5h-8v5q0 1.65 1.175 2.825T7.5 20t2.825-1.175M16.5 14q-.67 0-1.374-.185q-.705-.186-1.164-.519L14 12.1q.539.425 1.163.663T16.5 13q1.65 0 2.825-1.175T20.5 9V4h-8v4.5h-1V3h10v6q0 2.083-1.458 3.542Q18.583 14 16.5 14m-11 .308q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m4.568-.24q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-1.013 3.214q.656-.426.714-1.09H5.231q.058.664.714 1.09t1.555.426t1.555-.426M16.5 8.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTheaterComedyOutline(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="M18.5 7.308q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-4 0q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-.27 3.4h4.54q-.097-.664-.754-1.09T16.5 9.192q-.898 0-1.555.426t-.714 1.09M3.96 19.542Q2.5 18.083 2.5 16v-6h10v6q0 2.083-1.457 3.542T7.505 21t-3.543-1.458m6.363-.717Q11.5 17.65 11.5 16v-5h-8v5q0 1.65 1.175 2.825T7.5 20t2.825-1.175M16.5 14q-.67 0-1.374-.185q-.705-.186-1.164-.519L14 12.1q.539.425 1.163.663T16.5 13q1.65 0 2.825-1.175T20.5 9V4h-8v4.5h-1V3h10v6q0 2.083-1.458 3.542Q18.583 14 16.5 14m-11 .308q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m4.568-.24q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-1.013 3.214q.656-.426.714-1.09H5.231q.058.664.714 1.09t1.555.426t1.555-.426M16.5 8.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="M18.5 7.308q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-4 0q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-.27 3.4h4.54q-.097-.664-.754-1.09T16.5 9.192q-.898 0-1.555.426t-.714 1.09M3.96 19.542Q2.5 18.083 2.5 16v-6h10v6q0 2.083-1.457 3.542T7.505 21t-3.543-1.458m6.363-.717Q11.5 17.65 11.5 16v-5h-8v5q0 1.65 1.175 2.825T7.5 20t2.825-1.175M16.5 14q-.67 0-1.374-.185q-.705-.186-1.164-.519L14 12.1q.539.425 1.163.663T16.5 13q1.65 0 2.825-1.175T20.5 9V4h-8v4.5h-1V3h10v6q0 2.083-1.458 3.542Q18.583 14 16.5 14m-11 .308q.329 0 .568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m4.568-.24q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-1.013 3.214q.656-.426.714-1.09H5.231q.058.664.714 1.09t1.555.426t1.555-.426M16.5 8.5"/></svg>
</template>

CSS

.icon-theater-comedy-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%22M18.5%207.308q.329%200%20.568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-4%200q.329%200%20.568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-.27%203.4h4.54q-.097-.664-.754-1.09T16.5%209.192q-.898%200-1.555.426t-.714%201.09M3.96%2019.542Q2.5%2018.083%202.5%2016v-6h10v6q0%202.083-1.457%203.542T7.505%2021t-3.543-1.458m6.363-.717Q11.5%2017.65%2011.5%2016v-5h-8v5q0%201.65%201.175%202.825T7.5%2020t2.825-1.175M16.5%2014q-.67%200-1.374-.185q-.705-.186-1.164-.519L14%2012.1q.539.425%201.163.663T16.5%2013q1.65%200%202.825-1.175T20.5%209V4h-8v4.5h-1V3h10v6q0%202.083-1.458%203.542Q18.583%2014%2016.5%2014m-11%20.308q.329%200%20.568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m4.568-.24q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-1.013%203.214q.656-.426.714-1.09H5.231q.058.664.714%201.09t1.555.426t1.555-.426M16.5%208.5%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%22M18.5%207.308q.329%200%20.568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-4%200q.329%200%20.568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m-.27%203.4h4.54q-.097-.664-.754-1.09T16.5%209.192q-.898%200-1.555.426t-.714%201.09M3.96%2019.542Q2.5%2018.083%202.5%2016v-6h10v6q0%202.083-1.457%203.542T7.505%2021t-3.543-1.458m6.363-.717Q11.5%2017.65%2011.5%2016v-5h-8v5q0%201.65%201.175%202.825T7.5%2020t2.825-1.175M16.5%2014q-.67%200-1.374-.185q-.705-.186-1.164-.519L14%2012.1q.539.425%201.163.663T16.5%2013q1.65%200%202.825-1.175T20.5%209V4h-8v4.5h-1V3h10v6q0%202.083-1.458%203.542Q18.583%2014%2016.5%2014m-11%20.308q.329%200%20.568-.24t.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24m4.568-.24q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-1.013%203.214q.656-.426.714-1.09H5.231q.058.664.714%201.09t1.555.426t1.555-.426M16.5%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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