masks theater icon
masks-theater from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- masks-theater
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Use the masks theater icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9c18.6-14.3 50.9-30.5 103.6-35.3l-2.4-2.1c-20.2-15.6-72.4-41.6-185.1-24.5S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8l24.2 164.3c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1.5.2 1.1.3 1.6c3.2 21.8-11.6 42-33.1 45.3S99.8 192 96.6 170.3c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8.6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3s-164.8 8.9-185 24.5c-7.8 6-11.5 15.4-12.9 25.2l-24.2 164.3c-5.5 37.3-.4 75.8 19.6 107.7zm142.9-154.7c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1.5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1.5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1.1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMasksTheater(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9c18.6-14.3 50.9-30.5 103.6-35.3l-2.4-2.1c-20.2-15.6-72.4-41.6-185.1-24.5S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8l24.2 164.3c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1.5.2 1.1.3 1.6c3.2 21.8-11.6 42-33.1 45.3S99.8 192 96.6 170.3c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8.6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3s-164.8 8.9-185 24.5c-7.8 6-11.5 15.4-12.9 25.2l-24.2 164.3c-5.5 37.3-.4 75.8 19.6 107.7zm142.9-154.7c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1.5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1.5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1.1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9c18.6-14.3 50.9-30.5 103.6-35.3l-2.4-2.1c-20.2-15.6-72.4-41.6-185.1-24.5S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8l24.2 164.3c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1.5.2 1.1.3 1.6c3.2 21.8-11.6 42-33.1 45.3S99.8 192 96.6 170.3c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8.6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3s-164.8 8.9-185 24.5c-7.8 6-11.5 15.4-12.9 25.2l-24.2 164.3c-5.5 37.3-.4 75.8 19.6 107.7zm142.9-154.7c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1.5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1.5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1.1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z"/></svg> </template>
CSS
.icon-masks-theater {
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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M74.6%20373.2c41.7%2036.1%20108%2082.5%20166.1%2073.7c6.1-.9%2012.1-2.5%2018-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6%204.1-39.2%2013-54.7%2025.4c-6.5%205.2-16.3%201.3-14.8-7c6.4-33.5%2033-60.9%2068.2-66.3c2.6-.4%205.3-.7%207.9-.8l19.4-131.3c2-13.8%208-32.7%2025-45.9c18.6-14.3%2050.9-30.5%20103.6-35.3l-2.4-2.1c-20.2-15.6-72.4-41.6-185.1-24.5S20.5%2063%205.7%2083.9C0%2091.9-.8%20102%20.6%20111.8l24.2%20164.3c5.5%2037.3%2021.5%2072.6%2049.8%2097.2zm87.7-219.6c4.4-3.1%2010.8-2%2011.8%203.3c.1.5.2%201.1.3%201.6c3.2%2021.8-11.6%2042-33.1%2045.3S99.8%20192%2096.6%20170.3c-.1-.5-.1-1.1-.2-1.6c-.6-5.4%205.2-8.4%2010.3-6.7c9%203%2018.8%203.9%2028.7%202.4s19.1-5.3%2026.8-10.8zM261.6%20390c29.4%2046.9%2079.5%20110.9%20137.6%20119.7s124.5-37.5%20166.1-73.7c28.3-24.5%2044.3-59.8%2049.8-97.2l24.2-164.3c1.4-9.8.6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3s-164.8%208.9-185%2024.5c-7.8%206-11.5%2015.4-12.9%2025.2l-24.2%20164.3c-5.5%2037.3-.4%2075.8%2019.6%20107.7zm142.9-154.7c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7%202.4c-5.1%201.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8%2023.2-36.8%2044.7-33.5s36.3%2023.5%2033.1%2045.3c-.1.5-.2%201.1-.3%201.6c-1%205.3-7.4%206.4-11.8%203.3zm136.2%2015.5c-1%205.3-7.4%206.4-11.8%203.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7%202.4c-5.1%201.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8%2023.2-36.8%2044.7-33.5s36.3%2023.5%2033.1%2045.3c-.1.5-.2%201.1-.3%201.6zM530%20350.2c-19.6%2044.7-66.8%2072.5-116.8%2064.9s-87.1-48.2-93-96.7c-1-8.3%208.9-12.1%2015.2-6.7c23.9%2020.8%2053.6%2035.3%2087%2040.3s66.1.1%2094.9-12.8c7.6-3.4%2016%203.2%2012.6%2010.9z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M74.6%20373.2c41.7%2036.1%20108%2082.5%20166.1%2073.7c6.1-.9%2012.1-2.5%2018-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6%204.1-39.2%2013-54.7%2025.4c-6.5%205.2-16.3%201.3-14.8-7c6.4-33.5%2033-60.9%2068.2-66.3c2.6-.4%205.3-.7%207.9-.8l19.4-131.3c2-13.8%208-32.7%2025-45.9c18.6-14.3%2050.9-30.5%20103.6-35.3l-2.4-2.1c-20.2-15.6-72.4-41.6-185.1-24.5S20.5%2063%205.7%2083.9C0%2091.9-.8%20102%20.6%20111.8l24.2%20164.3c5.5%2037.3%2021.5%2072.6%2049.8%2097.2zm87.7-219.6c4.4-3.1%2010.8-2%2011.8%203.3c.1.5.2%201.1.3%201.6c3.2%2021.8-11.6%2042-33.1%2045.3S99.8%20192%2096.6%20170.3c-.1-.5-.1-1.1-.2-1.6c-.6-5.4%205.2-8.4%2010.3-6.7c9%203%2018.8%203.9%2028.7%202.4s19.1-5.3%2026.8-10.8zM261.6%20390c29.4%2046.9%2079.5%20110.9%20137.6%20119.7s124.5-37.5%20166.1-73.7c28.3-24.5%2044.3-59.8%2049.8-97.2l24.2-164.3c1.4-9.8.6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3s-164.8%208.9-185%2024.5c-7.8%206-11.5%2015.4-12.9%2025.2l-24.2%20164.3c-5.5%2037.3-.4%2075.8%2019.6%20107.7zm142.9-154.7c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7%202.4c-5.1%201.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8%2023.2-36.8%2044.7-33.5s36.3%2023.5%2033.1%2045.3c-.1.5-.2%201.1-.3%201.6c-1%205.3-7.4%206.4-11.8%203.3zm136.2%2015.5c-1%205.3-7.4%206.4-11.8%203.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7%202.4c-5.1%201.7-10.9-1.3-10.3-6.7c.1-.5.1-1.1.2-1.6c3.2-21.8%2023.2-36.8%2044.7-33.5s36.3%2023.5%2033.1%2045.3c-.1.5-.2%201.1-.3%201.6zM530%20350.2c-19.6%2044.7-66.8%2072.5-116.8%2064.9s-87.1-48.2-93-96.7c-1-8.3%208.9-12.1%2015.2-6.7c23.9%2020.8%2053.6%2035.3%2087%2040.3s66.1.1%2094.9-12.8c7.6-3.4%2016%203.2%2012.6%2010.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/masks-theater.svg?color=%231a73e8&size=48