theater comedy icon
theater-comedy-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- theater-comedy-rounded
- Set
- Material Symbols
- Style
- 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="M7 22q-2.5 0-4.25-1.75T1 16v-5q0-.825.588-1.412T3 9h8q.825 0 1.413.588T13 11v5q0 2.5-1.75 4.25T7 22m-2-7.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-.288M23 4v5q0 2.5-1.75 4.25T17 15q-.45 0-.888-.062t-.862-.188q-.35-.125-.55-.425t-.2-.675V10.5q0-1.175-.725-2.05t-1.85-.875q-.4 0-.663-.288T11 6.576V4q0-.825.588-1.412T13 2h8q.825 0 1.413.588T23 4m-8 3.5q.425 0 .713-.288T16 6.5t-.288-.712T15 5.5t-.712.288T14 6.5t.288.713T15 7.5m4 0q.425 0 .713-.288T20 6.5t-.288-.712T19 5.5t-.712.288T18 6.5t.288.713T19 7.5m-3.387 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.288m-7.287 8.337q.625-.275.975-.875q.15-.25 0-.5T8.85 16h-3.7q-.3 0-.45.25t0 .5q.35.6.975.875T7 17.9t1.325-.275"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTheaterComedyRounded(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="M7 22q-2.5 0-4.25-1.75T1 16v-5q0-.825.588-1.412T3 9h8q.825 0 1.413.588T13 11v5q0 2.5-1.75 4.25T7 22m-2-7.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-.288M23 4v5q0 2.5-1.75 4.25T17 15q-.45 0-.888-.062t-.862-.188q-.35-.125-.55-.425t-.2-.675V10.5q0-1.175-.725-2.05t-1.85-.875q-.4 0-.663-.288T11 6.576V4q0-.825.588-1.412T13 2h8q.825 0 1.413.588T23 4m-8 3.5q.425 0 .713-.288T16 6.5t-.288-.712T15 5.5t-.712.288T14 6.5t.288.713T15 7.5m4 0q.425 0 .713-.288T20 6.5t-.288-.712T19 5.5t-.712.288T18 6.5t.288.713T19 7.5m-3.387 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.288m-7.287 8.337q.625-.275.975-.875q.15-.25 0-.5T8.85 16h-3.7q-.3 0-.45.25t0 .5q.35.6.975.875T7 17.9t1.325-.275"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-2.5 0-4.25-1.75T1 16v-5q0-.825.588-1.412T3 9h8q.825 0 1.413.588T13 11v5q0 2.5-1.75 4.25T7 22m-2-7.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-.288M23 4v5q0 2.5-1.75 4.25T17 15q-.45 0-.888-.062t-.862-.188q-.35-.125-.55-.425t-.2-.675V10.5q0-1.175-.725-2.05t-1.85-.875q-.4 0-.663-.288T11 6.576V4q0-.825.588-1.412T13 2h8q.825 0 1.413.588T23 4m-8 3.5q.425 0 .713-.288T16 6.5t-.288-.712T15 5.5t-.712.288T14 6.5t.288.713T15 7.5m4 0q.425 0 .713-.288T20 6.5t-.288-.712T19 5.5t-.712.288T18 6.5t.288.713T19 7.5m-3.387 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.288m-7.287 8.337q.625-.275.975-.875q.15-.25 0-.5T8.85 16h-3.7q-.3 0-.45.25t0 .5q.35.6.975.875T7 17.9t1.325-.275"/></svg> </template>
CSS
.icon-theater-comedy-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%22M7%2022q-2.5%200-4.25-1.75T1%2016v-5q0-.825.588-1.412T3%209h8q.825%200%201.413.588T13%2011v5q0%202.5-1.75%204.25T7%2022m-2-7.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-.288M23%204v5q0%202.5-1.75%204.25T17%2015q-.45%200-.888-.062t-.862-.188q-.35-.125-.55-.425t-.2-.675V10.5q0-1.175-.725-2.05t-1.85-.875q-.4%200-.663-.288T11%206.576V4q0-.825.588-1.412T13%202h8q.825%200%201.413.588T23%204m-8%203.5q.425%200%20.713-.288T16%206.5t-.288-.712T15%205.5t-.712.288T14%206.5t.288.713T15%207.5m4%200q.425%200%20.713-.288T20%206.5t-.288-.712T19%205.5t-.712.288T18%206.5t.288.713T19%207.5m-3.387%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.288m-7.287%208.337q.625-.275.975-.875q.15-.25%200-.5T8.85%2016h-3.7q-.3%200-.45.25t0%20.5q.35.6.975.875T7%2017.9t1.325-.275%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%22M7%2022q-2.5%200-4.25-1.75T1%2016v-5q0-.825.588-1.412T3%209h8q.825%200%201.413.588T13%2011v5q0%202.5-1.75%204.25T7%2022m-2-7.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-.288M23%204v5q0%202.5-1.75%204.25T17%2015q-.45%200-.888-.062t-.862-.188q-.35-.125-.55-.425t-.2-.675V10.5q0-1.175-.725-2.05t-1.85-.875q-.4%200-.663-.288T11%206.576V4q0-.825.588-1.412T13%202h8q.825%200%201.413.588T23%204m-8%203.5q.425%200%20.713-.288T16%206.5t-.288-.712T15%205.5t-.712.288T14%206.5t.288.713T15%207.5m4%200q.425%200%20.713-.288T20%206.5t-.288-.712T19%205.5t-.712.288T18%206.5t.288.713T19%207.5m-3.387%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.288m-7.287%208.337q.625-.275.975-.875q.15-.25%200-.5T8.85%2016h-3.7q-.3%200-.45.25t0%20.5q.35.6.975.875T7%2017.9t1.325-.275%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-rounded.svg?color=%231a73e8&size=48