face-mask-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
face-mask-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the face mask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.825 4.196l5 1.43A3 3 0 0 1 20 8.51v.065c1.7.33 3 1.72 3 3.425s-1.3 3.095-3 3.425v.066a3 3 0 0 1-2.175 2.885l-5 1.428a3 3 0 0 1-1.65 0l-5-1.429a3 3 0 0 1-2.17-2.702L4 15.426c-1.7-.33-3-1.72-3-3.426c0-1.705 1.3-3.096 3-3.426V8.51a3 3 0 0 1 2.175-2.884l5-1.428a3 3 0 0 1 1.65 0M15 13H9a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2M4 10.651c-.6.248-1 .77-1 1.349c0 .578.4 1.101 1 1.349zm16.001 0v2.697C20.6 13.1 21 12.578 21 12s-.4-1.1-.999-1.348M15 9H9a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function TablerFaceMaskFilled(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="m12.825 4.196l5 1.43A3 3 0 0 1 20 8.51v.065c1.7.33 3 1.72 3 3.425s-1.3 3.095-3 3.425v.066a3 3 0 0 1-2.175 2.885l-5 1.428a3 3 0 0 1-1.65 0l-5-1.429a3 3 0 0 1-2.17-2.702L4 15.426c-1.7-.33-3-1.72-3-3.426c0-1.705 1.3-3.096 3-3.426V8.51a3 3 0 0 1 2.175-2.884l5-1.428a3 3 0 0 1 1.65 0M15 13H9a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2M4 10.651c-.6.248-1 .77-1 1.349c0 .578.4 1.101 1 1.349zm16.001 0v2.697C20.6 13.1 21 12.578 21 12s-.4-1.1-.999-1.348M15 9H9a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.825 4.196l5 1.43A3 3 0 0 1 20 8.51v.065c1.7.33 3 1.72 3 3.425s-1.3 3.095-3 3.425v.066a3 3 0 0 1-2.175 2.885l-5 1.428a3 3 0 0 1-1.65 0l-5-1.429a3 3 0 0 1-2.17-2.702L4 15.426c-1.7-.33-3-1.72-3-3.426c0-1.705 1.3-3.096 3-3.426V8.51a3 3 0 0 1 2.175-2.884l5-1.428a3 3 0 0 1 1.65 0M15 13H9a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2M4 10.651c-.6.248-1 .77-1 1.349c0 .578.4 1.101 1 1.349zm16.001 0v2.697C20.6 13.1 21 12.578 21 12s-.4-1.1-.999-1.348M15 9H9a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-face-mask-filled {
  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%22m12.825%204.196l5%201.43A3%203%200%200%201%2020%208.51v.065c1.7.33%203%201.72%203%203.425s-1.3%203.095-3%203.425v.066a3%203%200%200%201-2.175%202.885l-5%201.428a3%203%200%200%201-1.65%200l-5-1.429a3%203%200%200%201-2.17-2.702L4%2015.426c-1.7-.33-3-1.72-3-3.426c0-1.705%201.3-3.096%203-3.426V8.51a3%203%200%200%201%202.175-2.884l5-1.428a3%203%200%200%201%201.65%200M15%2013H9a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2M4%2010.651c-.6.248-1%20.77-1%201.349c0%20.578.4%201.101%201%201.349zm16.001%200v2.697C20.6%2013.1%2021%2012.578%2021%2012s-.4-1.1-.999-1.348M15%209H9a1%201%200%201%200%200%202h6a1%201%200%200%200%200-2%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%22m12.825%204.196l5%201.43A3%203%200%200%201%2020%208.51v.065c1.7.33%203%201.72%203%203.425s-1.3%203.095-3%203.425v.066a3%203%200%200%201-2.175%202.885l-5%201.428a3%203%200%200%201-1.65%200l-5-1.429a3%203%200%200%201-2.17-2.702L4%2015.426c-1.7-.33-3-1.72-3-3.426c0-1.705%201.3-3.096%203-3.426V8.51a3%203%200%200%201%202.175-2.884l5-1.428a3%203%200%200%201%201.65%200M15%2013H9a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2M4%2010.651c-.6.248-1%20.77-1%201.349c0%20.578.4%201.101%201%201.349zm16.001%200v2.697C20.6%2013.1%2021%2012.578%2021%2012s-.4-1.1-.999-1.348M15%209H9a1%201%200%201%200%200%202h6a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/face-mask-filled.svg?color=%231a73e8&size=48