theater masks icon
theater-masks from Font Awesome Solid by Dave Gandy · Solid · Education · CC-BY-4.0 Attribution required.
- Name
- theater-masks
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Education
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More education icons from Font Awesome Solid
Use the theater masks icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m27 182l28.5 161.7c14 79.5 76.3 141.8 155.8 155.8l12.7 2.2c-16.5-28.6-27.1-60.7-30.6-94.5l-24.1 4.3c-9.7 1.7-18.8-5.8-16.9-15.5c4.8-24.7 19.1-46.6 39.7-60.9v-74.6c-1.4.8-3 1.3-4.7 1.6l-63 11.1c-8.7 1.5-17.3-4.4-15.9-13.1c3.1-19.6 18.4-36 39.1-39.7c17.2-3 33.9 3.5 44.6 15.8v-22.7c0-22.5 6.9-52.4 32.3-73.4c26-21.5 67.7-43.9 124.9-54.2c-30.5-16.3-86.3-32-163.8-18.4c-80.3 14.2-128 50.1-150.1 76.1c-9 10.5-10.8 24.9-8.4 38.5zm213 20.7v174.8c0 80.7 50.5 152.9 126.4 180.4l27.7 10.1c14.1 5.1 29.6 5.1 43.7 0l27.8-10C541.5 530.4 592 458.3 592 377.5V202.7c0-6.9-2.1-13.8-7-18.6c-22.6-22.5-78.2-56-169-56s-146.4 33.6-169 56c-4.9 4.9-7 11.7-7 18.6m66.1 187.1c-1.4-7 7-11 12.7-6.6c26.9 20.6 60.6 32.9 97.2 32.9s70.2-12.3 97.2-32.9c5.7-4.4 14.1-.4 12.7 6.6c-10.1 51.4-55.5 90.3-109.9 90.3s-99.8-38.8-109.9-90.3m.5-101.5C313.2 269.5 331 256 352 256s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7h-64c-8.8 0-16.3-7.4-13.4-15.7M512 304h-64c-8.8 0-16.3-7.4-13.4-15.7C441.1 269.5 459 256 480 256s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTheaterMasks(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m27 182l28.5 161.7c14 79.5 76.3 141.8 155.8 155.8l12.7 2.2c-16.5-28.6-27.1-60.7-30.6-94.5l-24.1 4.3c-9.7 1.7-18.8-5.8-16.9-15.5c4.8-24.7 19.1-46.6 39.7-60.9v-74.6c-1.4.8-3 1.3-4.7 1.6l-63 11.1c-8.7 1.5-17.3-4.4-15.9-13.1c3.1-19.6 18.4-36 39.1-39.7c17.2-3 33.9 3.5 44.6 15.8v-22.7c0-22.5 6.9-52.4 32.3-73.4c26-21.5 67.7-43.9 124.9-54.2c-30.5-16.3-86.3-32-163.8-18.4c-80.3 14.2-128 50.1-150.1 76.1c-9 10.5-10.8 24.9-8.4 38.5zm213 20.7v174.8c0 80.7 50.5 152.9 126.4 180.4l27.7 10.1c14.1 5.1 29.6 5.1 43.7 0l27.8-10C541.5 530.4 592 458.3 592 377.5V202.7c0-6.9-2.1-13.8-7-18.6c-22.6-22.5-78.2-56-169-56s-146.4 33.6-169 56c-4.9 4.9-7 11.7-7 18.6m66.1 187.1c-1.4-7 7-11 12.7-6.6c26.9 20.6 60.6 32.9 97.2 32.9s70.2-12.3 97.2-32.9c5.7-4.4 14.1-.4 12.7 6.6c-10.1 51.4-55.5 90.3-109.9 90.3s-99.8-38.8-109.9-90.3m.5-101.5C313.2 269.5 331 256 352 256s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7h-64c-8.8 0-16.3-7.4-13.4-15.7M512 304h-64c-8.8 0-16.3-7.4-13.4-15.7C441.1 269.5 459 256 480 256s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m27 182l28.5 161.7c14 79.5 76.3 141.8 155.8 155.8l12.7 2.2c-16.5-28.6-27.1-60.7-30.6-94.5l-24.1 4.3c-9.7 1.7-18.8-5.8-16.9-15.5c4.8-24.7 19.1-46.6 39.7-60.9v-74.6c-1.4.8-3 1.3-4.7 1.6l-63 11.1c-8.7 1.5-17.3-4.4-15.9-13.1c3.1-19.6 18.4-36 39.1-39.7c17.2-3 33.9 3.5 44.6 15.8v-22.7c0-22.5 6.9-52.4 32.3-73.4c26-21.5 67.7-43.9 124.9-54.2c-30.5-16.3-86.3-32-163.8-18.4c-80.3 14.2-128 50.1-150.1 76.1c-9 10.5-10.8 24.9-8.4 38.5zm213 20.7v174.8c0 80.7 50.5 152.9 126.4 180.4l27.7 10.1c14.1 5.1 29.6 5.1 43.7 0l27.8-10C541.5 530.4 592 458.3 592 377.5V202.7c0-6.9-2.1-13.8-7-18.6c-22.6-22.5-78.2-56-169-56s-146.4 33.6-169 56c-4.9 4.9-7 11.7-7 18.6m66.1 187.1c-1.4-7 7-11 12.7-6.6c26.9 20.6 60.6 32.9 97.2 32.9s70.2-12.3 97.2-32.9c5.7-4.4 14.1-.4 12.7 6.6c-10.1 51.4-55.5 90.3-109.9 90.3s-99.8-38.8-109.9-90.3m.5-101.5C313.2 269.5 331 256 352 256s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7h-64c-8.8 0-16.3-7.4-13.4-15.7M512 304h-64c-8.8 0-16.3-7.4-13.4-15.7C441.1 269.5 459 256 480 256s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7"/></svg> </template>
CSS
.icon-theater-masks {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27%20182l28.5%20161.7c14%2079.5%2076.3%20141.8%20155.8%20155.8l12.7%202.2c-16.5-28.6-27.1-60.7-30.6-94.5l-24.1%204.3c-9.7%201.7-18.8-5.8-16.9-15.5c4.8-24.7%2019.1-46.6%2039.7-60.9v-74.6c-1.4.8-3%201.3-4.7%201.6l-63%2011.1c-8.7%201.5-17.3-4.4-15.9-13.1c3.1-19.6%2018.4-36%2039.1-39.7c17.2-3%2033.9%203.5%2044.6%2015.8v-22.7c0-22.5%206.9-52.4%2032.3-73.4c26-21.5%2067.7-43.9%20124.9-54.2c-30.5-16.3-86.3-32-163.8-18.4c-80.3%2014.2-128%2050.1-150.1%2076.1c-9%2010.5-10.8%2024.9-8.4%2038.5zm213%2020.7v174.8c0%2080.7%2050.5%20152.9%20126.4%20180.4l27.7%2010.1c14.1%205.1%2029.6%205.1%2043.7%200l27.8-10C541.5%20530.4%20592%20458.3%20592%20377.5V202.7c0-6.9-2.1-13.8-7-18.6c-22.6-22.5-78.2-56-169-56s-146.4%2033.6-169%2056c-4.9%204.9-7%2011.7-7%2018.6m66.1%20187.1c-1.4-7%207-11%2012.7-6.6c26.9%2020.6%2060.6%2032.9%2097.2%2032.9s70.2-12.3%2097.2-32.9c5.7-4.4%2014.1-.4%2012.7%206.6c-10.1%2051.4-55.5%2090.3-109.9%2090.3s-99.8-38.8-109.9-90.3m.5-101.5C313.2%20269.5%20331%20256%20352%20256s38.9%2013.5%2045.4%2032.3c2.9%208.4-4.5%2015.7-13.4%2015.7h-64c-8.8%200-16.3-7.4-13.4-15.7M512%20304h-64c-8.8%200-16.3-7.4-13.4-15.7C441.1%20269.5%20459%20256%20480%20256s38.9%2013.5%2045.4%2032.3c2.9%208.4-4.5%2015.7-13.4%2015.7%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27%20182l28.5%20161.7c14%2079.5%2076.3%20141.8%20155.8%20155.8l12.7%202.2c-16.5-28.6-27.1-60.7-30.6-94.5l-24.1%204.3c-9.7%201.7-18.8-5.8-16.9-15.5c4.8-24.7%2019.1-46.6%2039.7-60.9v-74.6c-1.4.8-3%201.3-4.7%201.6l-63%2011.1c-8.7%201.5-17.3-4.4-15.9-13.1c3.1-19.6%2018.4-36%2039.1-39.7c17.2-3%2033.9%203.5%2044.6%2015.8v-22.7c0-22.5%206.9-52.4%2032.3-73.4c26-21.5%2067.7-43.9%20124.9-54.2c-30.5-16.3-86.3-32-163.8-18.4c-80.3%2014.2-128%2050.1-150.1%2076.1c-9%2010.5-10.8%2024.9-8.4%2038.5zm213%2020.7v174.8c0%2080.7%2050.5%20152.9%20126.4%20180.4l27.7%2010.1c14.1%205.1%2029.6%205.1%2043.7%200l27.8-10C541.5%20530.4%20592%20458.3%20592%20377.5V202.7c0-6.9-2.1-13.8-7-18.6c-22.6-22.5-78.2-56-169-56s-146.4%2033.6-169%2056c-4.9%204.9-7%2011.7-7%2018.6m66.1%20187.1c-1.4-7%207-11%2012.7-6.6c26.9%2020.6%2060.6%2032.9%2097.2%2032.9s70.2-12.3%2097.2-32.9c5.7-4.4%2014.1-.4%2012.7%206.6c-10.1%2051.4-55.5%2090.3-109.9%2090.3s-99.8-38.8-109.9-90.3m.5-101.5C313.2%20269.5%20331%20256%20352%20256s38.9%2013.5%2045.4%2032.3c2.9%208.4-4.5%2015.7-13.4%2015.7h-64c-8.8%200-16.3-7.4-13.4-15.7M512%20304h-64c-8.8%200-16.3-7.4-13.4-15.7C441.1%20269.5%20459%20256%20480%20256s38.9%2013.5%2045.4%2032.3c2.9%208.4-4.5%2015.7-13.4%2015.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/theater-masks.svg?color=%231a73e8&size=48