face mask icon

face-mask-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
face-mask-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the face mask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 104a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h80a4 4 0 0 1 4 4m-4 28H88a4 4 0 0 0 0 8h80a4 4 0 0 0 0-8m84-28v24a28 28 0 0 1-28 28h-7.84c-6.41 16-20.74 29.76-42.37 40.58a187 187 0 0 1-45.07 15.36a4.4 4.4 0 0 1-1.44 0a187 187 0 0 1-45.07-15.36C60.58 185.76 46.25 172 39.84 156H32a28 28 0 0 1-28-28v-24a28 28 0 0 1 28-28h4.06a12 12 0 0 1 7.84-10.19l80-29.09a12 12 0 0 1 8.2 0l80 29.09A12 12 0 0 1 219.94 76H224a28 28 0 0 1 28 28M37.35 148A53.7 53.7 0 0 1 36 136V84h-4a20 20 0 0 0-20 20v24a20 20 0 0 0 20 20ZM212 136V77.09a4 4 0 0 0-2.63-3.76l-80-29.09a4 4 0 0 0-2.74 0l-80 29.09A4 4 0 0 0 44 77.09V136c0 49.42 75.76 66.24 84 67.92c8.24-1.68 84-18.5 84-67.92m32-32a20 20 0 0 0-20-20h-4v52a53.7 53.7 0 0 1-1.35 12H224a20 20 0 0 0 20-20Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFaceMaskThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 104a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h80a4 4 0 0 1 4 4m-4 28H88a4 4 0 0 0 0 8h80a4 4 0 0 0 0-8m84-28v24a28 28 0 0 1-28 28h-7.84c-6.41 16-20.74 29.76-42.37 40.58a187 187 0 0 1-45.07 15.36a4.4 4.4 0 0 1-1.44 0a187 187 0 0 1-45.07-15.36C60.58 185.76 46.25 172 39.84 156H32a28 28 0 0 1-28-28v-24a28 28 0 0 1 28-28h4.06a12 12 0 0 1 7.84-10.19l80-29.09a12 12 0 0 1 8.2 0l80 29.09A12 12 0 0 1 219.94 76H224a28 28 0 0 1 28 28M37.35 148A53.7 53.7 0 0 1 36 136V84h-4a20 20 0 0 0-20 20v24a20 20 0 0 0 20 20ZM212 136V77.09a4 4 0 0 0-2.63-3.76l-80-29.09a4 4 0 0 0-2.74 0l-80 29.09A4 4 0 0 0 44 77.09V136c0 49.42 75.76 66.24 84 67.92c8.24-1.68 84-18.5 84-67.92m32-32a20 20 0 0 0-20-20h-4v52a53.7 53.7 0 0 1-1.35 12H224a20 20 0 0 0 20-20Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 104a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h80a4 4 0 0 1 4 4m-4 28H88a4 4 0 0 0 0 8h80a4 4 0 0 0 0-8m84-28v24a28 28 0 0 1-28 28h-7.84c-6.41 16-20.74 29.76-42.37 40.58a187 187 0 0 1-45.07 15.36a4.4 4.4 0 0 1-1.44 0a187 187 0 0 1-45.07-15.36C60.58 185.76 46.25 172 39.84 156H32a28 28 0 0 1-28-28v-24a28 28 0 0 1 28-28h4.06a12 12 0 0 1 7.84-10.19l80-29.09a12 12 0 0 1 8.2 0l80 29.09A12 12 0 0 1 219.94 76H224a28 28 0 0 1 28 28M37.35 148A53.7 53.7 0 0 1 36 136V84h-4a20 20 0 0 0-20 20v24a20 20 0 0 0 20 20ZM212 136V77.09a4 4 0 0 0-2.63-3.76l-80-29.09a4 4 0 0 0-2.74 0l-80 29.09A4 4 0 0 0 44 77.09V136c0 49.42 75.76 66.24 84 67.92c8.24-1.68 84-18.5 84-67.92m32-32a20 20 0 0 0-20-20h-4v52a53.7 53.7 0 0 1-1.35 12H224a20 20 0 0 0 20-20Z"/></svg>
</template>

CSS

.icon-face-mask-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20104a4%204%200%200%201-4%204H88a4%204%200%200%201%200-8h80a4%204%200%200%201%204%204m-4%2028H88a4%204%200%200%200%200%208h80a4%204%200%200%200%200-8m84-28v24a28%2028%200%200%201-28%2028h-7.84c-6.41%2016-20.74%2029.76-42.37%2040.58a187%20187%200%200%201-45.07%2015.36a4.4%204.4%200%200%201-1.44%200a187%20187%200%200%201-45.07-15.36C60.58%20185.76%2046.25%20172%2039.84%20156H32a28%2028%200%200%201-28-28v-24a28%2028%200%200%201%2028-28h4.06a12%2012%200%200%201%207.84-10.19l80-29.09a12%2012%200%200%201%208.2%200l80%2029.09A12%2012%200%200%201%20219.94%2076H224a28%2028%200%200%201%2028%2028M37.35%20148A53.7%2053.7%200%200%201%2036%20136V84h-4a20%2020%200%200%200-20%2020v24a20%2020%200%200%200%2020%2020ZM212%20136V77.09a4%204%200%200%200-2.63-3.76l-80-29.09a4%204%200%200%200-2.74%200l-80%2029.09A4%204%200%200%200%2044%2077.09V136c0%2049.42%2075.76%2066.24%2084%2067.92c8.24-1.68%2084-18.5%2084-67.92m32-32a20%2020%200%200%200-20-20h-4v52a53.7%2053.7%200%200%201-1.35%2012H224a20%2020%200%200%200%2020-20Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20104a4%204%200%200%201-4%204H88a4%204%200%200%201%200-8h80a4%204%200%200%201%204%204m-4%2028H88a4%204%200%200%200%200%208h80a4%204%200%200%200%200-8m84-28v24a28%2028%200%200%201-28%2028h-7.84c-6.41%2016-20.74%2029.76-42.37%2040.58a187%20187%200%200%201-45.07%2015.36a4.4%204.4%200%200%201-1.44%200a187%20187%200%200%201-45.07-15.36C60.58%20185.76%2046.25%20172%2039.84%20156H32a28%2028%200%200%201-28-28v-24a28%2028%200%200%201%2028-28h4.06a12%2012%200%200%201%207.84-10.19l80-29.09a12%2012%200%200%201%208.2%200l80%2029.09A12%2012%200%200%201%20219.94%2076H224a28%2028%200%200%201%2028%2028M37.35%20148A53.7%2053.7%200%200%201%2036%20136V84h-4a20%2020%200%200%200-20%2020v24a20%2020%200%200%200%2020%2020ZM212%20136V77.09a4%204%200%200%200-2.63-3.76l-80-29.09a4%204%200%200%200-2.74%200l-80%2029.09A4%204%200%200%200%2044%2077.09V136c0%2049.42%2075.76%2066.24%2084%2067.92c8.24-1.68%2084-18.5%2084-67.92m32-32a20%2020%200%200%200-20-20h-4v52a53.7%2053.7%200%200%201-1.35%2012H224a20%2020%200%200%200%2020-20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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