mask ventilator icon

mask-ventilator from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
mask-ventilator
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the mask ventilator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M159.1 176c-19.7 43.2-31.1 88.7-31.1 124.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9c-32-8-54.5-36.8-54.5-69.9v-85c0-4.4 3.6-8 8-8zm26-48H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6v-76.6c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8v76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269v-85c0-30.9-25.1-56-56-56H454.5C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96m295.6 48H584c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320v192h64V320c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMaskVentilator(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="M159.1 176c-19.7 43.2-31.1 88.7-31.1 124.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9c-32-8-54.5-36.8-54.5-69.9v-85c0-4.4 3.6-8 8-8zm26-48H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6v-76.6c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8v76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269v-85c0-30.9-25.1-56-56-56H454.5C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96m295.6 48H584c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320v192h64V320c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M159.1 176c-19.7 43.2-31.1 88.7-31.1 124.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9c-32-8-54.5-36.8-54.5-69.9v-85c0-4.4 3.6-8 8-8zm26-48H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6v-76.6c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8v76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269v-85c0-30.9-25.1-56-56-56H454.5C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96m295.6 48H584c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320v192h64V320c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg>
</template>

CSS

.icon-mask-ventilator {
  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%22M159.1%20176c-19.7%2043.2-31.1%2088.7-31.1%20124.8c0%2015.9%202.2%2031.4%206.3%2046l-31.8-7.9c-32-8-54.5-36.8-54.5-69.9v-85c0-4.4%203.6-8%208-8zm26-48H56c-30.9%200-56%2025.1-56%2056v85c0%2055.1%2037.5%20103.1%2090.9%20116.4l71.3%2017.8c22.7%2030.5%2055.4%2054.1%2093.8%2066.6v-76.6c-19.7-16.4-32-40.3-32-66.9c0-49.5%2043-134.4%2096-134.4c52.5%200%2096%2084.9%2096%20134.4c0%2026.7-12.4%2050.4-32%2066.8v76.6c38-12.6%2070.6-36%2093.5-66.4l71.6-17.9C602.5%20372.1%20640%20324.1%20640%20269v-85c0-30.9-25.1-56-56-56H454.5C419.7%2073.8%20372.1%2032%20320%2032c-52.6%200-100.2%2041.8-134.9%2096m295.6%2048H584c4.4%200%208%203.6%208%208v85c0%2033-22.5%2061.8-54.5%2069.9l-31.8%208c4.2-14.7%206.4-30.1%206.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288%20320v192h64V320c0-17.7-14.3-32-32-32s-32%2014.3-32%2032%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%22M159.1%20176c-19.7%2043.2-31.1%2088.7-31.1%20124.8c0%2015.9%202.2%2031.4%206.3%2046l-31.8-7.9c-32-8-54.5-36.8-54.5-69.9v-85c0-4.4%203.6-8%208-8zm26-48H56c-30.9%200-56%2025.1-56%2056v85c0%2055.1%2037.5%20103.1%2090.9%20116.4l71.3%2017.8c22.7%2030.5%2055.4%2054.1%2093.8%2066.6v-76.6c-19.7-16.4-32-40.3-32-66.9c0-49.5%2043-134.4%2096-134.4c52.5%200%2096%2084.9%2096%20134.4c0%2026.7-12.4%2050.4-32%2066.8v76.6c38-12.6%2070.6-36%2093.5-66.4l71.6-17.9C602.5%20372.1%20640%20324.1%20640%20269v-85c0-30.9-25.1-56-56-56H454.5C419.7%2073.8%20372.1%2032%20320%2032c-52.6%200-100.2%2041.8-134.9%2096m295.6%2048H584c4.4%200%208%203.6%208%208v85c0%2033-22.5%2061.8-54.5%2069.9l-31.8%208c4.2-14.7%206.4-30.1%206.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288%20320v192h64V320c0-17.7-14.3-32-32-32s-32%2014.3-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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