mask theater 02 icon
mask-theater-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mask-theater-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mask theater 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M5.445 14.275a1.11 1.11 0 0 1 .777-.59c.339-.061.672.053.928.282m4.086 3.31c-.327.61-.878 1.057-1.555 1.18c-.677.122-1.344-.105-1.855-.565m2.733-4.54c.164-.305.439-.529.777-.59c.34-.06.672.053.928.283m.806-5.903c-1.15 1.086-2.899 1.95-4.94 2.318c-2.04.368-3.97.168-5.415-.45a.5.5 0 0 0-.289-.035c-.284.05-.47.348-.417.663l.938 5.443c.7 4.058 4.1 6.007 5.677 6.704c.522.232 1.098.261 1.658.16s1.092-.33 1.506-.73c1.249-1.208 3.792-4.229 3.092-8.287l-.937-5.443c-.055-.315-.33-.529-.614-.477a.5.5 0 0 0-.26.134"/><path d="M14.316 17c.363 0 .723-.065 1.06-.215c1.577-.697 4.977-2.646 5.677-6.704l.938-5.443c.054-.315-.133-.612-.417-.663a.5.5 0 0 0-.289.035c-1.444.618-3.375.818-5.416.45c-2.04-.368-3.788-1.232-4.939-2.318a.5.5 0 0 0-.259-.134c-.284-.052-.56.162-.614.477L9.12 7.928c-.083.477-.12.94-.12 1.386"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMaskTheater02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M5.445 14.275a1.11 1.11 0 0 1 .777-.59c.339-.061.672.053.928.282m4.086 3.31c-.327.61-.878 1.057-1.555 1.18c-.677.122-1.344-.105-1.855-.565m2.733-4.54c.164-.305.439-.529.777-.59c.34-.06.672.053.928.283m.806-5.903c-1.15 1.086-2.899 1.95-4.94 2.318c-2.04.368-3.97.168-5.415-.45a.5.5 0 0 0-.289-.035c-.284.05-.47.348-.417.663l.938 5.443c.7 4.058 4.1 6.007 5.677 6.704c.522.232 1.098.261 1.658.16s1.092-.33 1.506-.73c1.249-1.208 3.792-4.229 3.092-8.287l-.937-5.443c-.055-.315-.33-.529-.614-.477a.5.5 0 0 0-.26.134"/><path d="M14.316 17c.363 0 .723-.065 1.06-.215c1.577-.697 4.977-2.646 5.677-6.704l.938-5.443c.054-.315-.133-.612-.417-.663a.5.5 0 0 0-.289.035c-1.444.618-3.375.818-5.416.45c-2.04-.368-3.788-1.232-4.939-2.318a.5.5 0 0 0-.259-.134c-.284-.052-.56.162-.614.477L9.12 7.928c-.083.477-.12.94-.12 1.386"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M5.445 14.275a1.11 1.11 0 0 1 .777-.59c.339-.061.672.053.928.282m4.086 3.31c-.327.61-.878 1.057-1.555 1.18c-.677.122-1.344-.105-1.855-.565m2.733-4.54c.164-.305.439-.529.777-.59c.34-.06.672.053.928.283m.806-5.903c-1.15 1.086-2.899 1.95-4.94 2.318c-2.04.368-3.97.168-5.415-.45a.5.5 0 0 0-.289-.035c-.284.05-.47.348-.417.663l.938 5.443c.7 4.058 4.1 6.007 5.677 6.704c.522.232 1.098.261 1.658.16s1.092-.33 1.506-.73c1.249-1.208 3.792-4.229 3.092-8.287l-.937-5.443c-.055-.315-.33-.529-.614-.477a.5.5 0 0 0-.26.134"/><path d="M14.316 17c.363 0 .723-.065 1.06-.215c1.577-.697 4.977-2.646 5.677-6.704l.938-5.443c.054-.315-.133-.612-.417-.663a.5.5 0 0 0-.289.035c-1.444.618-3.375.818-5.416.45c-2.04-.368-3.788-1.232-4.939-2.318a.5.5 0 0 0-.259-.134c-.284-.052-.56.162-.614.477L9.12 7.928c-.083.477-.12.94-.12 1.386"/></g></svg> </template>
CSS
.icon-mask-theater-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.445%2014.275a1.11%201.11%200%200%201%20.777-.59c.339-.061.672.053.928.282m4.086%203.31c-.327.61-.878%201.057-1.555%201.18c-.677.122-1.344-.105-1.855-.565m2.733-4.54c.164-.305.439-.529.777-.59c.34-.06.672.053.928.283m.806-5.903c-1.15%201.086-2.899%201.95-4.94%202.318c-2.04.368-3.97.168-5.415-.45a.5.5%200%200%200-.289-.035c-.284.05-.47.348-.417.663l.938%205.443c.7%204.058%204.1%206.007%205.677%206.704c.522.232%201.098.261%201.658.16s1.092-.33%201.506-.73c1.249-1.208%203.792-4.229%203.092-8.287l-.937-5.443c-.055-.315-.33-.529-.614-.477a.5.5%200%200%200-.26.134%22%2F%3E%3Cpath%20d%3D%22M14.316%2017c.363%200%20.723-.065%201.06-.215c1.577-.697%204.977-2.646%205.677-6.704l.938-5.443c.054-.315-.133-.612-.417-.663a.5.5%200%200%200-.289.035c-1.444.618-3.375.818-5.416.45c-2.04-.368-3.788-1.232-4.939-2.318a.5.5%200%200%200-.259-.134c-.284-.052-.56.162-.614.477L9.12%207.928c-.083.477-.12.94-.12%201.386%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.445%2014.275a1.11%201.11%200%200%201%20.777-.59c.339-.061.672.053.928.282m4.086%203.31c-.327.61-.878%201.057-1.555%201.18c-.677.122-1.344-.105-1.855-.565m2.733-4.54c.164-.305.439-.529.777-.59c.34-.06.672.053.928.283m.806-5.903c-1.15%201.086-2.899%201.95-4.94%202.318c-2.04.368-3.97.168-5.415-.45a.5.5%200%200%200-.289-.035c-.284.05-.47.348-.417.663l.938%205.443c.7%204.058%204.1%206.007%205.677%206.704c.522.232%201.098.261%201.658.16s1.092-.33%201.506-.73c1.249-1.208%203.792-4.229%203.092-8.287l-.937-5.443c-.055-.315-.33-.529-.614-.477a.5.5%200%200%200-.26.134%22%2F%3E%3Cpath%20d%3D%22M14.316%2017c.363%200%20.723-.065%201.06-.215c1.577-.697%204.977-2.646%205.677-6.704l.938-5.443c.054-.315-.133-.612-.417-.663a.5.5%200%200%200-.289.035c-1.444.618-3.375.818-5.416.45c-2.04-.368-3.788-1.232-4.939-2.318a.5.5%200%200%200-.259-.134c-.284-.052-.56.162-.614.477L9.12%207.928c-.083.477-.12.94-.12%201.386%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mask-theater-02.svg?color=%231a73e8&size=48