cpap machine icon

cpap-machine-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Devices · MIT Free for personal and commercial use.

Name
cpap-machine-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Devices
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More devices icons from Health Icons

Use the cpap machine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.31 7.446a.5.5 0 0 1 .5-.446h3.468c.257 0 .472.192.5.446l.218 2a.5.5 0 0 1-.5.554h-3.905a.5.5 0 0 1-.5-.554z"/><path fill-rule="evenodd" d="M10.254 4.429A.5.5 0 0 1 10.752 4h9.584c.25 0 .461.183.497.429l1.162 8a.5.5 0 0 1-.498.571H16.55v7H9.993v-2.729h-6.01V12H3.51c-1.121 0-1.85-1.173-1.349-2.17L3.66 6.846c.556-1.105 2.142-1.105 2.697 0l1.5 2.982c.5.998-.229 2.171-1.35 2.171h-.513v3.271h6.01V18h2.535v-5H9.59a.5.5 0 0 1-.497-.572zM11.331 11l.726-5h6.973l.726 5zM5.1 8.815a.1.1 0 0 0-.18 0l-.523 1.04a.1.1 0 0 0 .09.145h1.046a.1.1 0 0 0 .09-.145z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCpapMachineOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.31 7.446a.5.5 0 0 1 .5-.446h3.468c.257 0 .472.192.5.446l.218 2a.5.5 0 0 1-.5.554h-3.905a.5.5 0 0 1-.5-.554z"/><path fillRule="evenodd" d="M10.254 4.429A.5.5 0 0 1 10.752 4h9.584c.25 0 .461.183.497.429l1.162 8a.5.5 0 0 1-.498.571H16.55v7H9.993v-2.729h-6.01V12H3.51c-1.121 0-1.85-1.173-1.349-2.17L3.66 6.846c.556-1.105 2.142-1.105 2.697 0l1.5 2.982c.5.998-.229 2.171-1.35 2.171h-.513v3.271h6.01V18h2.535v-5H9.59a.5.5 0 0 1-.497-.572zM11.331 11l.726-5h6.973l.726 5zM5.1 8.815a.1.1 0 0 0-.18 0l-.523 1.04a.1.1 0 0 0 .09.145h1.046a.1.1 0 0 0 .09-.145z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.31 7.446a.5.5 0 0 1 .5-.446h3.468c.257 0 .472.192.5.446l.218 2a.5.5 0 0 1-.5.554h-3.905a.5.5 0 0 1-.5-.554z"/><path fill-rule="evenodd" d="M10.254 4.429A.5.5 0 0 1 10.752 4h9.584c.25 0 .461.183.497.429l1.162 8a.5.5 0 0 1-.498.571H16.55v7H9.993v-2.729h-6.01V12H3.51c-1.121 0-1.85-1.173-1.349-2.17L3.66 6.846c.556-1.105 2.142-1.105 2.697 0l1.5 2.982c.5.998-.229 2.171-1.35 2.171h-.513v3.271h6.01V18h2.535v-5H9.59a.5.5 0 0 1-.497-.572zM11.331 11l.726-5h6.973l.726 5zM5.1 8.815a.1.1 0 0 0-.18 0l-.523 1.04a.1.1 0 0 0 .09.145h1.046a.1.1 0 0 0 .09-.145z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-cpap-machine-outline-24px {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.31%207.446a.5.5%200%200%201%20.5-.446h3.468c.257%200%20.472.192.5.446l.218%202a.5.5%200%200%201-.5.554h-3.905a.5.5%200%200%201-.5-.554z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.254%204.429A.5.5%200%200%201%2010.752%204h9.584c.25%200%20.461.183.497.429l1.162%208a.5.5%200%200%201-.498.571H16.55v7H9.993v-2.729h-6.01V12H3.51c-1.121%200-1.85-1.173-1.349-2.17L3.66%206.846c.556-1.105%202.142-1.105%202.697%200l1.5%202.982c.5.998-.229%202.171-1.35%202.171h-.513v3.271h6.01V18h2.535v-5H9.59a.5.5%200%200%201-.497-.572zM11.331%2011l.726-5h6.973l.726%205zM5.1%208.815a.1.1%200%200%200-.18%200l-.523%201.04a.1.1%200%200%200%20.09.145h1.046a.1.1%200%200%200%20.09-.145z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.31%207.446a.5.5%200%200%201%20.5-.446h3.468c.257%200%20.472.192.5.446l.218%202a.5.5%200%200%201-.5.554h-3.905a.5.5%200%200%201-.5-.554z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.254%204.429A.5.5%200%200%201%2010.752%204h9.584c.25%200%20.461.183.497.429l1.162%208a.5.5%200%200%201-.498.571H16.55v7H9.993v-2.729h-6.01V12H3.51c-1.121%200-1.85-1.173-1.349-2.17L3.66%206.846c.556-1.105%202.142-1.105%202.697%200l1.5%202.982c.5.998-.229%202.171-1.35%202.171h-.513v3.271h6.01V18h2.535v-5H9.59a.5.5%200%200%201-.497-.572zM11.331%2011l.726-5h6.973l.726%205zM5.1%208.815a.1.1%200%200%200-.18%200l-.523%201.04a.1.1%200%200%200%20.09.145h1.046a.1.1%200%200%200%20.09-.145z%22%20clip-rule%3D%22evenodd%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-machine-outline-24px.svg?color=%231a73e8&size=48