cpap masks icon

cpap-masks from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
cpap-masks
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More devices icons from Health Icons

Use the cpap masks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="currentColor" d="m34.546 11.84l-8.834-4.436a3.83 3.83 0 0 0-3.424 0l-8.834 4.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144 1.639v7.248c0 1.239.198 2.27.555 3.142c1.4 3.42 5.238 4.413 9.137 6.015v-3.542c-2.429-.922-4.154-3.256-4.154-5.99c0-3.54 2.893-6.41 6.462-6.41s6.462 2.87 6.462 6.41c0 2.734-1.725 5.068-4.154 5.99v3.542c4.183-1.562 7.905-2.44 9.203-6.015c.317-.871.489-1.902.489-3.142V13.61c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131"/><path stroke="currentColor" stroke-width="2" d="M26.308 30.015c4.183-1.562 7.905-2.44 9.203-6.015c.317-.871.489-1.902.489-3.142V13.61m0 0c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131l-8.835-4.437a3.83 3.83 0 0 0-3.424 0l-8.834 4.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144 1.639v.02m24-.02h2a3 3 0 0 1 3 3V21a3 3 0 0 1-3 3h-2.489m-13.819 6.015c-3.9-1.602-7.737-2.595-9.137-6.015c-.357-.873-.555-1.903-.555-3.142V13.63m0 0l-1.988-.008a3 3 0 0 0-3.012 3V21a3 3 0 0 0 3 3h2.555m9.137 18V30.015M26.308 42V30.015m-4.616 0v-2.852m4.616 2.852v-2.852m-4.616-4.233v-2.31c0-1.223 1.034-2.214 2.308-2.214s2.308.991 2.308 2.214v2.309m-4.616 0v4.233m0-4.233v3.543m4.616-3.543v4.233m0-4.233v3.543m-4.616.69v-.69m4.616.69v-.69m0 0c2.429-.922 4.154-3.256 4.154-5.99c0-3.54-2.893-6.41-6.462-6.41s-6.462 2.87-6.462 6.41c0 2.734 1.725 5.068 4.154 5.99"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCpapMasks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="currentColor" d="m34.546 11.84l-8.834-4.436a3.83 3.83 0 0 0-3.424 0l-8.834 4.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144 1.639v7.248c0 1.239.198 2.27.555 3.142c1.4 3.42 5.238 4.413 9.137 6.015v-3.542c-2.429-.922-4.154-3.256-4.154-5.99c0-3.54 2.893-6.41 6.462-6.41s6.462 2.87 6.462 6.41c0 2.734-1.725 5.068-4.154 5.99v3.542c4.183-1.562 7.905-2.44 9.203-6.015c.317-.871.489-1.902.489-3.142V13.61c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131"/><path stroke="currentColor" strokeWidth="2" d="M26.308 30.015c4.183-1.562 7.905-2.44 9.203-6.015c.317-.871.489-1.902.489-3.142V13.61m0 0c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131l-8.835-4.437a3.83 3.83 0 0 0-3.424 0l-8.834 4.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144 1.639v.02m24-.02h2a3 3 0 0 1 3 3V21a3 3 0 0 1-3 3h-2.489m-13.819 6.015c-3.9-1.602-7.737-2.595-9.137-6.015c-.357-.873-.555-1.903-.555-3.142V13.63m0 0l-1.988-.008a3 3 0 0 0-3.012 3V21a3 3 0 0 0 3 3h2.555m9.137 18V30.015M26.308 42V30.015m-4.616 0v-2.852m4.616 2.852v-2.852m-4.616-4.233v-2.31c0-1.223 1.034-2.214 2.308-2.214s2.308.991 2.308 2.214v2.309m-4.616 0v4.233m0-4.233v3.543m4.616-3.543v4.233m0-4.233v3.543m-4.616.69v-.69m4.616.69v-.69m0 0c2.429-.922 4.154-3.256 4.154-5.99c0-3.54-2.893-6.41-6.462-6.41s-6.462 2.87-6.462 6.41c0 2.734 1.725 5.068 4.154 5.99"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="currentColor" d="m34.546 11.84l-8.834-4.436a3.83 3.83 0 0 0-3.424 0l-8.834 4.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144 1.639v7.248c0 1.239.198 2.27.555 3.142c1.4 3.42 5.238 4.413 9.137 6.015v-3.542c-2.429-.922-4.154-3.256-4.154-5.99c0-3.54 2.893-6.41 6.462-6.41s6.462 2.87 6.462 6.41c0 2.734-1.725 5.068-4.154 5.99v3.542c4.183-1.562 7.905-2.44 9.203-6.015c.317-.871.489-1.902.489-3.142V13.61c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131"/><path stroke="currentColor" stroke-width="2" d="M26.308 30.015c4.183-1.562 7.905-2.44 9.203-6.015c.317-.871.489-1.902.489-3.142V13.61m0 0c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131l-8.835-4.437a3.83 3.83 0 0 0-3.424 0l-8.834 4.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144 1.639v.02m24-.02h2a3 3 0 0 1 3 3V21a3 3 0 0 1-3 3h-2.489m-13.819 6.015c-3.9-1.602-7.737-2.595-9.137-6.015c-.357-.873-.555-1.903-.555-3.142V13.63m0 0l-1.988-.008a3 3 0 0 0-3.012 3V21a3 3 0 0 0 3 3h2.555m9.137 18V30.015M26.308 42V30.015m-4.616 0v-2.852m4.616 2.852v-2.852m-4.616-4.233v-2.31c0-1.223 1.034-2.214 2.308-2.214s2.308.991 2.308 2.214v2.309m-4.616 0v4.233m0-4.233v3.543m4.616-3.543v4.233m0-4.233v3.543m-4.616.69v-.69m4.616.69v-.69m0 0c2.429-.922 4.154-3.256 4.154-5.99c0-3.54-2.893-6.41-6.462-6.41s-6.462 2.87-6.462 6.41c0 2.734 1.725 5.068 4.154 5.99"/></g></svg>
</template>

CSS

.icon-cpap-masks {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m34.546%2011.84l-8.834-4.436a3.83%203.83%200%200%200-3.424%200l-8.834%204.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144%201.639v7.248c0%201.239.198%202.27.555%203.142c1.4%203.42%205.238%204.413%209.137%206.015v-3.542c-2.429-.922-4.154-3.256-4.154-5.99c0-3.54%202.893-6.41%206.462-6.41s6.462%202.87%206.462%206.41c0%202.734-1.725%205.068-4.154%205.99v3.542c4.183-1.562%207.905-2.44%209.203-6.015c.317-.871.489-1.902.489-3.142V13.61c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M26.308%2030.015c4.183-1.562%207.905-2.44%209.203-6.015c.317-.871.489-1.902.489-3.142V13.61m0%200c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131l-8.835-4.437a3.83%203.83%200%200%200-3.424%200l-8.834%204.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144%201.639v.02m24-.02h2a3%203%200%200%201%203%203V21a3%203%200%200%201-3%203h-2.489m-13.819%206.015c-3.9-1.602-7.737-2.595-9.137-6.015c-.357-.873-.555-1.903-.555-3.142V13.63m0%200l-1.988-.008a3%203%200%200%200-3.012%203V21a3%203%200%200%200%203%203h2.555m9.137%2018V30.015M26.308%2042V30.015m-4.616%200v-2.852m4.616%202.852v-2.852m-4.616-4.233v-2.31c0-1.223%201.034-2.214%202.308-2.214s2.308.991%202.308%202.214v2.309m-4.616%200v4.233m0-4.233v3.543m4.616-3.543v4.233m0-4.233v3.543m-4.616.69v-.69m4.616.69v-.69m0%200c2.429-.922%204.154-3.256%204.154-5.99c0-3.54-2.893-6.41-6.462-6.41s-6.462%202.87-6.462%206.41c0%202.734%201.725%205.068%204.154%205.99%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m34.546%2011.84l-8.834-4.436a3.83%203.83%200%200%200-3.424%200l-8.834%204.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144%201.639v7.248c0%201.239.198%202.27.555%203.142c1.4%203.42%205.238%204.413%209.137%206.015v-3.542c-2.429-.922-4.154-3.256-4.154-5.99c0-3.54%202.893-6.41%206.462-6.41s6.462%202.87%206.462%206.41c0%202.734-1.725%205.068-4.154%205.99v3.542c4.183-1.562%207.905-2.44%209.203-6.015c.317-.871.489-1.902.489-3.142V13.61c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M26.308%2030.015c4.183-1.562%207.905-2.44%209.203-6.015c.317-.871.489-1.902.489-3.142V13.61m0%200c0-.723-.457-1.368-1.143-1.638c-.105-.042-.21-.08-.31-.131l-8.835-4.437a3.83%203.83%200%200%200-3.424%200l-8.834%204.437c-.1.05-.206.09-.31.13c-.687.271-1.144.916-1.144%201.639v.02m24-.02h2a3%203%200%200%201%203%203V21a3%203%200%200%201-3%203h-2.489m-13.819%206.015c-3.9-1.602-7.737-2.595-9.137-6.015c-.357-.873-.555-1.903-.555-3.142V13.63m0%200l-1.988-.008a3%203%200%200%200-3.012%203V21a3%203%200%200%200%203%203h2.555m9.137%2018V30.015M26.308%2042V30.015m-4.616%200v-2.852m4.616%202.852v-2.852m-4.616-4.233v-2.31c0-1.223%201.034-2.214%202.308-2.214s2.308.991%202.308%202.214v2.309m-4.616%200v4.233m0-4.233v3.543m4.616-3.543v4.233m0-4.233v3.543m-4.616.69v-.69m4.616.69v-.69m0%200c2.429-.922%204.154-3.256%204.154-5.99c0-3.54-2.893-6.41-6.462-6.41s-6.462%202.87-6.462%206.41c0%202.734%201.725%205.068%204.154%205.99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/cpap-masks.svg?color=%231a73e8&size=48