guy fawkes mask icon
guy-fawkes-mask from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- guy-fawkes-mask
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the guy fawkes mask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13a9 9 0 0 1-9 9a9 9 0 0 1-9-9l.03-8.57C5.68 2.88 8.76 2 12.05 2c3.25 0 6.31.87 8.95 2.38zm-8 6.93c3.39-.49 6-3.43 6-6.93V5.59C16.9 4.57 14.54 4 12.05 4c-2.55 0-4.97.6-7.11 1.66L5 13c0 3.5 2.63 6.44 6 6.93V18h2zM11 16H8l-2-3l3 1h1l1-1h2l1 1h1l3-1l-2 3h-3l-1-1zM6 9.03c.64-.63 1.5-.98 2.5-.98c.95 0 1.84.35 2.5.98c-.66.62-1.55.97-2.5.97c-1 0-1.86-.35-2.5-.97m7 0c.64-.63 1.5-.98 2.5-.98c.95 0 1.84.35 2.5.98c-.66.62-1.55.97-2.5.97c-1 0-1.86-.35-2.5-.97"/></svg>
React
import type { SVGProps } from "react";
export function MdiGuyFawkesMask(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="M21 13a9 9 0 0 1-9 9a9 9 0 0 1-9-9l.03-8.57C5.68 2.88 8.76 2 12.05 2c3.25 0 6.31.87 8.95 2.38zm-8 6.93c3.39-.49 6-3.43 6-6.93V5.59C16.9 4.57 14.54 4 12.05 4c-2.55 0-4.97.6-7.11 1.66L5 13c0 3.5 2.63 6.44 6 6.93V18h2zM11 16H8l-2-3l3 1h1l1-1h2l1 1h1l3-1l-2 3h-3l-1-1zM6 9.03c.64-.63 1.5-.98 2.5-.98c.95 0 1.84.35 2.5.98c-.66.62-1.55.97-2.5.97c-1 0-1.86-.35-2.5-.97m7 0c.64-.63 1.5-.98 2.5-.98c.95 0 1.84.35 2.5.98c-.66.62-1.55.97-2.5.97c-1 0-1.86-.35-2.5-.97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13a9 9 0 0 1-9 9a9 9 0 0 1-9-9l.03-8.57C5.68 2.88 8.76 2 12.05 2c3.25 0 6.31.87 8.95 2.38zm-8 6.93c3.39-.49 6-3.43 6-6.93V5.59C16.9 4.57 14.54 4 12.05 4c-2.55 0-4.97.6-7.11 1.66L5 13c0 3.5 2.63 6.44 6 6.93V18h2zM11 16H8l-2-3l3 1h1l1-1h2l1 1h1l3-1l-2 3h-3l-1-1zM6 9.03c.64-.63 1.5-.98 2.5-.98c.95 0 1.84.35 2.5.98c-.66.62-1.55.97-2.5.97c-1 0-1.86-.35-2.5-.97m7 0c.64-.63 1.5-.98 2.5-.98c.95 0 1.84.35 2.5.98c-.66.62-1.55.97-2.5.97c-1 0-1.86-.35-2.5-.97"/></svg> </template>
CSS
.icon-guy-fawkes-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%22M21%2013a9%209%200%200%201-9%209a9%209%200%200%201-9-9l.03-8.57C5.68%202.88%208.76%202%2012.05%202c3.25%200%206.31.87%208.95%202.38zm-8%206.93c3.39-.49%206-3.43%206-6.93V5.59C16.9%204.57%2014.54%204%2012.05%204c-2.55%200-4.97.6-7.11%201.66L5%2013c0%203.5%202.63%206.44%206%206.93V18h2zM11%2016H8l-2-3l3%201h1l1-1h2l1%201h1l3-1l-2%203h-3l-1-1zM6%209.03c.64-.63%201.5-.98%202.5-.98c.95%200%201.84.35%202.5.98c-.66.62-1.55.97-2.5.97c-1%200-1.86-.35-2.5-.97m7%200c.64-.63%201.5-.98%202.5-.98c.95%200%201.84.35%202.5.98c-.66.62-1.55.97-2.5.97c-1%200-1.86-.35-2.5-.97%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%22M21%2013a9%209%200%200%201-9%209a9%209%200%200%201-9-9l.03-8.57C5.68%202.88%208.76%202%2012.05%202c3.25%200%206.31.87%208.95%202.38zm-8%206.93c3.39-.49%206-3.43%206-6.93V5.59C16.9%204.57%2014.54%204%2012.05%204c-2.55%200-4.97.6-7.11%201.66L5%2013c0%203.5%202.63%206.44%206%206.93V18h2zM11%2016H8l-2-3l3%201h1l1-1h2l1%201h1l3-1l-2%203h-3l-1-1zM6%209.03c.64-.63%201.5-.98%202.5-.98c.95%200%201.84.35%202.5.98c-.66.62-1.55.97-2.5.97c-1%200-1.86-.35-2.5-.97m7%200c.64-.63%201.5-.98%202.5-.98c.95%200%201.84.35%202.5.98c-.66.62-1.55.97-2.5.97c-1%200-1.86-.35-2.5-.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/guy-fawkes-mask.svg?color=%231a73e8&size=48