theater comedy icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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="M19 7.5q.425 0 .713-.288T20 6.5t-.288-.712T19 5.5t-.712.288T18 6.5t.288.713T19 7.5m-4 0q.425 0 .713-.288T16 6.5t-.288-.712T15 5.5t-.712.288T14 6.5t.288.713T15 7.5m.613 1.788q-.663.287-.963.937q-.125.25.063.463t.487.212h3.6q.3 0 .488-.213t.062-.462q-.3-.65-.962-.937T17 9t-1.388.288M2.75 20.25Q1 18.5 1 16v-5q0-.825.588-1.412T3 9h8q.825 0 1.413.588T13 11v5q0 2.5-1.75 4.25T7 22t-4.25-1.75m7.075-1.425Q11 17.65 11 16v-5H3v5q0 1.65 1.175 2.825T7 20t2.825-1.175M23 4v5q0 2.55-1.75 4.275T16.975 15q-.425 0-.837-.05t-.813-.175t-.575-.5t-.05-.775t.5-.588t.775-.062q.275.075.525.112t.525.038q1.65 0 2.813-1.175T21 9V4h-8v2.5q0 .425-.288.713T12 7.5t-.712-.288T11 6.5V4q0-.825.588-1.412T13 2h8q.825 0 1.413.588T23 4M5 14.5q.425 0 .713-.288T6 13.5t-.288-.712T5 12.5t-.712.288T4 13.5t.288.713T5 14.5m4.713-.288Q10 13.926 10 13.5t-.288-.712T9 12.5t-.712.288T8 13.5t.288.713T9 14.5t.713-.288m-1.388 3.413q.625-.275.975-.875q.125-.275-.025-.513T8.85 16h-3.7q-.275 0-.425.238t-.025.512q.35.6.975.875T7 17.9t1.325-.275M16.75 8.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTheaterComedyOutlineRounded(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 7.5q.425 0 .713-.288T20 6.5t-.288-.712T19 5.5t-.712.288T18 6.5t.288.713T19 7.5m-4 0q.425 0 .713-.288T16 6.5t-.288-.712T15 5.5t-.712.288T14 6.5t.288.713T15 7.5m.613 1.788q-.663.287-.963.937q-.125.25.063.463t.487.212h3.6q.3 0 .488-.213t.062-.462q-.3-.65-.962-.937T17 9t-1.388.288M2.75 20.25Q1 18.5 1 16v-5q0-.825.588-1.412T3 9h8q.825 0 1.413.588T13 11v5q0 2.5-1.75 4.25T7 22t-4.25-1.75m7.075-1.425Q11 17.65 11 16v-5H3v5q0 1.65 1.175 2.825T7 20t2.825-1.175M23 4v5q0 2.55-1.75 4.275T16.975 15q-.425 0-.837-.05t-.813-.175t-.575-.5t-.05-.775t.5-.588t.775-.062q.275.075.525.112t.525.038q1.65 0 2.813-1.175T21 9V4h-8v2.5q0 .425-.288.713T12 7.5t-.712-.288T11 6.5V4q0-.825.588-1.412T13 2h8q.825 0 1.413.588T23 4M5 14.5q.425 0 .713-.288T6 13.5t-.288-.712T5 12.5t-.712.288T4 13.5t.288.713T5 14.5m4.713-.288Q10 13.926 10 13.5t-.288-.712T9 12.5t-.712.288T8 13.5t.288.713T9 14.5t.713-.288m-1.388 3.413q.625-.275.975-.875q.125-.275-.025-.513T8.85 16h-3.7q-.275 0-.425.238t-.025.512q.35.6.975.875T7 17.9t1.325-.275M16.75 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="M19 7.5q.425 0 .713-.288T20 6.5t-.288-.712T19 5.5t-.712.288T18 6.5t.288.713T19 7.5m-4 0q.425 0 .713-.288T16 6.5t-.288-.712T15 5.5t-.712.288T14 6.5t.288.713T15 7.5m.613 1.788q-.663.287-.963.937q-.125.25.063.463t.487.212h3.6q.3 0 .488-.213t.062-.462q-.3-.65-.962-.937T17 9t-1.388.288M2.75 20.25Q1 18.5 1 16v-5q0-.825.588-1.412T3 9h8q.825 0 1.413.588T13 11v5q0 2.5-1.75 4.25T7 22t-4.25-1.75m7.075-1.425Q11 17.65 11 16v-5H3v5q0 1.65 1.175 2.825T7 20t2.825-1.175M23 4v5q0 2.55-1.75 4.275T16.975 15q-.425 0-.837-.05t-.813-.175t-.575-.5t-.05-.775t.5-.588t.775-.062q.275.075.525.112t.525.038q1.65 0 2.813-1.175T21 9V4h-8v2.5q0 .425-.288.713T12 7.5t-.712-.288T11 6.5V4q0-.825.588-1.412T13 2h8q.825 0 1.413.588T23 4M5 14.5q.425 0 .713-.288T6 13.5t-.288-.712T5 12.5t-.712.288T4 13.5t.288.713T5 14.5m4.713-.288Q10 13.926 10 13.5t-.288-.712T9 12.5t-.712.288T8 13.5t.288.713T9 14.5t.713-.288m-1.388 3.413q.625-.275.975-.875q.125-.275-.025-.513T8.85 16h-3.7q-.275 0-.425.238t-.025.512q.35.6.975.875T7 17.9t1.325-.275M16.75 8.5"/></svg>
</template>

CSS

.icon-theater-comedy-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%22M19%207.5q.425%200%20.713-.288T20%206.5t-.288-.712T19%205.5t-.712.288T18%206.5t.288.713T19%207.5m-4%200q.425%200%20.713-.288T16%206.5t-.288-.712T15%205.5t-.712.288T14%206.5t.288.713T15%207.5m.613%201.788q-.663.287-.963.937q-.125.25.063.463t.487.212h3.6q.3%200%20.488-.213t.062-.462q-.3-.65-.962-.937T17%209t-1.388.288M2.75%2020.25Q1%2018.5%201%2016v-5q0-.825.588-1.412T3%209h8q.825%200%201.413.588T13%2011v5q0%202.5-1.75%204.25T7%2022t-4.25-1.75m7.075-1.425Q11%2017.65%2011%2016v-5H3v5q0%201.65%201.175%202.825T7%2020t2.825-1.175M23%204v5q0%202.55-1.75%204.275T16.975%2015q-.425%200-.837-.05t-.813-.175t-.575-.5t-.05-.775t.5-.588t.775-.062q.275.075.525.112t.525.038q1.65%200%202.813-1.175T21%209V4h-8v2.5q0%20.425-.288.713T12%207.5t-.712-.288T11%206.5V4q0-.825.588-1.412T13%202h8q.825%200%201.413.588T23%204M5%2014.5q.425%200%20.713-.288T6%2013.5t-.288-.712T5%2012.5t-.712.288T4%2013.5t.288.713T5%2014.5m4.713-.288Q10%2013.926%2010%2013.5t-.288-.712T9%2012.5t-.712.288T8%2013.5t.288.713T9%2014.5t.713-.288m-1.388%203.413q.625-.275.975-.875q.125-.275-.025-.513T8.85%2016h-3.7q-.275%200-.425.238t-.025.512q.35.6.975.875T7%2017.9t1.325-.275M16.75%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%22M19%207.5q.425%200%20.713-.288T20%206.5t-.288-.712T19%205.5t-.712.288T18%206.5t.288.713T19%207.5m-4%200q.425%200%20.713-.288T16%206.5t-.288-.712T15%205.5t-.712.288T14%206.5t.288.713T15%207.5m.613%201.788q-.663.287-.963.937q-.125.25.063.463t.487.212h3.6q.3%200%20.488-.213t.062-.462q-.3-.65-.962-.937T17%209t-1.388.288M2.75%2020.25Q1%2018.5%201%2016v-5q0-.825.588-1.412T3%209h8q.825%200%201.413.588T13%2011v5q0%202.5-1.75%204.25T7%2022t-4.25-1.75m7.075-1.425Q11%2017.65%2011%2016v-5H3v5q0%201.65%201.175%202.825T7%2020t2.825-1.175M23%204v5q0%202.55-1.75%204.275T16.975%2015q-.425%200-.837-.05t-.813-.175t-.575-.5t-.05-.775t.5-.588t.775-.062q.275.075.525.112t.525.038q1.65%200%202.813-1.175T21%209V4h-8v2.5q0%20.425-.288.713T12%207.5t-.712-.288T11%206.5V4q0-.825.588-1.412T13%202h8q.825%200%201.413.588T23%204M5%2014.5q.425%200%20.713-.288T6%2013.5t-.288-.712T5%2012.5t-.712.288T4%2013.5t.288.713T5%2014.5m4.713-.288Q10%2013.926%2010%2013.5t-.288-.712T9%2012.5t-.712.288T8%2013.5t.288.713T9%2014.5t.713-.288m-1.388%203.413q.625-.275.975-.875q.125-.275-.025-.513T8.85%2016h-3.7q-.275%200-.425.238t-.025.512q.35.6.975.875T7%2017.9t1.325-.275M16.75%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/theater-comedy-outline-rounded.svg?color=%231a73e8&size=48