comedy mask icon
comedy-mask from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- comedy-mask
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- comedy-mask-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="M14.825 15.825Q16 14.65 16 13H8q0 1.65 1.175 2.825T12 17t2.825-1.175M12 22q-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 22M7 9h4q0-.825-.587-1.412T9 7t-1.412.588T7 9m6 0h4q0-.825-.587-1.412T15 7t-1.412.588T13 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsComedyMask(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.825 15.825Q16 14.65 16 13H8q0 1.65 1.175 2.825T12 17t2.825-1.175M12 22q-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 22M7 9h4q0-.825-.587-1.412T9 7t-1.412.588T7 9m6 0h4q0-.825-.587-1.412T15 7t-1.412.588T13 9"/></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.825 15.825Q16 14.65 16 13H8q0 1.65 1.175 2.825T12 17t2.825-1.175M12 22q-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 22M7 9h4q0-.825-.587-1.412T9 7t-1.412.588T7 9m6 0h4q0-.825-.587-1.412T15 7t-1.412.588T13 9"/></svg> </template>
CSS
.icon-comedy-mask {
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.825%2015.825Q16%2014.65%2016%2013H8q0%201.65%201.175%202.825T12%2017t2.825-1.175M12%2022q-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%2022M7%209h4q0-.825-.587-1.412T9%207t-1.412.588T7%209m6%200h4q0-.825-.587-1.412T15%207t-1.412.588T13%209%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.825%2015.825Q16%2014.65%2016%2013H8q0%201.65%201.175%202.825T12%2017t2.825-1.175M12%2022q-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%2022M7%209h4q0-.825-.587-1.412T9%207t-1.412.588T7%209m6%200h4q0-.825-.587-1.412T15%207t-1.412.588T13%209%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.svg?color=%231a73e8&size=48