cpap machine icon

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

Name
cpap-machine-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
cpap-machine2x-outline

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 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M28.315 13.5c-.504 0-.93.373-.995.87l-.59 4.5c-.078.6.39 1.13.996 1.13h10.761c.606 0 1.074-.53.996-1.13l-.59-4.5a1 1 0 0 0-.995-.87zm.881 2L28.87 18h8.475l-.327-2.5z" clip-rule="evenodd"/><path d="M33.107 23c.554 0 1.003-.448 1.003-1s-.45-1-1.003-1c-.555 0-1.004.448-1.004 1s.45 1 1.004 1"/><path fill-rule="evenodd" d="M25.15 10c-.502 0-.926.369-.995.864l-1.932 14c-.083.6.386 1.136.995 1.136h8.885v10h-8.531v-5.652H11.026V24h1.882c2.328 0 3.843-2.443 2.801-4.52l-2.885-5.754c-1.155-2.301-4.45-2.301-5.604 0L4.335 19.48C3.293 21.557 4.808 24 7.136 24h1.882v8.348h12.546V38H34.11V26h8.886a1 1 0 0 0 .994-1.136l-1.932-14a1 1 0 0 0-.994-.864zm.875 2l-1.656 12h17.476l-1.656-12zM9.018 21.918H7.136a1.04 1.04 0 0 1-.934-1.506l2.886-5.755a1.045 1.045 0 0 1 1.868 0l2.886 5.755a1.04 1.04 0 0 1-.934 1.506h-1.882V20.5c0-.552-.45-1-1.004-1s-1.004.448-1.004 1z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCpapMachineOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M28.315 13.5c-.504 0-.93.373-.995.87l-.59 4.5c-.078.6.39 1.13.996 1.13h10.761c.606 0 1.074-.53.996-1.13l-.59-4.5a1 1 0 0 0-.995-.87zm.881 2L28.87 18h8.475l-.327-2.5z" clipRule="evenodd"/><path d="M33.107 23c.554 0 1.003-.448 1.003-1s-.45-1-1.003-1c-.555 0-1.004.448-1.004 1s.45 1 1.004 1"/><path fillRule="evenodd" d="M25.15 10c-.502 0-.926.369-.995.864l-1.932 14c-.083.6.386 1.136.995 1.136h8.885v10h-8.531v-5.652H11.026V24h1.882c2.328 0 3.843-2.443 2.801-4.52l-2.885-5.754c-1.155-2.301-4.45-2.301-5.604 0L4.335 19.48C3.293 21.557 4.808 24 7.136 24h1.882v8.348h12.546V38H34.11V26h8.886a1 1 0 0 0 .994-1.136l-1.932-14a1 1 0 0 0-.994-.864zm.875 2l-1.656 12h17.476l-1.656-12zM9.018 21.918H7.136a1.04 1.04 0 0 1-.934-1.506l2.886-5.755a1.045 1.045 0 0 1 1.868 0l2.886 5.755a1.04 1.04 0 0 1-.934 1.506h-1.882V20.5c0-.552-.45-1-1.004-1s-1.004.448-1.004 1z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M28.315 13.5c-.504 0-.93.373-.995.87l-.59 4.5c-.078.6.39 1.13.996 1.13h10.761c.606 0 1.074-.53.996-1.13l-.59-4.5a1 1 0 0 0-.995-.87zm.881 2L28.87 18h8.475l-.327-2.5z" clip-rule="evenodd"/><path d="M33.107 23c.554 0 1.003-.448 1.003-1s-.45-1-1.003-1c-.555 0-1.004.448-1.004 1s.45 1 1.004 1"/><path fill-rule="evenodd" d="M25.15 10c-.502 0-.926.369-.995.864l-1.932 14c-.083.6.386 1.136.995 1.136h8.885v10h-8.531v-5.652H11.026V24h1.882c2.328 0 3.843-2.443 2.801-4.52l-2.885-5.754c-1.155-2.301-4.45-2.301-5.604 0L4.335 19.48C3.293 21.557 4.808 24 7.136 24h1.882v8.348h12.546V38H34.11V26h8.886a1 1 0 0 0 .994-1.136l-1.932-14a1 1 0 0 0-.994-.864zm.875 2l-1.656 12h17.476l-1.656-12zM9.018 21.918H7.136a1.04 1.04 0 0 1-.934-1.506l2.886-5.755a1.045 1.045 0 0 1 1.868 0l2.886 5.755a1.04 1.04 0 0 1-.934 1.506h-1.882V20.5c0-.552-.45-1-1.004-1s-1.004.448-1.004 1z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-cpap-machine-outline {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M28.315%2013.5c-.504%200-.93.373-.995.87l-.59%204.5c-.078.6.39%201.13.996%201.13h10.761c.606%200%201.074-.53.996-1.13l-.59-4.5a1%201%200%200%200-.995-.87zm.881%202L28.87%2018h8.475l-.327-2.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M33.107%2023c.554%200%201.003-.448%201.003-1s-.45-1-1.003-1c-.555%200-1.004.448-1.004%201s.45%201%201.004%201%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.15%2010c-.502%200-.926.369-.995.864l-1.932%2014c-.083.6.386%201.136.995%201.136h8.885v10h-8.531v-5.652H11.026V24h1.882c2.328%200%203.843-2.443%202.801-4.52l-2.885-5.754c-1.155-2.301-4.45-2.301-5.604%200L4.335%2019.48C3.293%2021.557%204.808%2024%207.136%2024h1.882v8.348h12.546V38H34.11V26h8.886a1%201%200%200%200%20.994-1.136l-1.932-14a1%201%200%200%200-.994-.864zm.875%202l-1.656%2012h17.476l-1.656-12zM9.018%2021.918H7.136a1.04%201.04%200%200%201-.934-1.506l2.886-5.755a1.045%201.045%200%200%201%201.868%200l2.886%205.755a1.04%201.04%200%200%201-.934%201.506h-1.882V20.5c0-.552-.45-1-1.004-1s-1.004.448-1.004%201z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M28.315%2013.5c-.504%200-.93.373-.995.87l-.59%204.5c-.078.6.39%201.13.996%201.13h10.761c.606%200%201.074-.53.996-1.13l-.59-4.5a1%201%200%200%200-.995-.87zm.881%202L28.87%2018h8.475l-.327-2.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M33.107%2023c.554%200%201.003-.448%201.003-1s-.45-1-1.003-1c-.555%200-1.004.448-1.004%201s.45%201%201.004%201%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.15%2010c-.502%200-.926.369-.995.864l-1.932%2014c-.083.6.386%201.136.995%201.136h8.885v10h-8.531v-5.652H11.026V24h1.882c2.328%200%203.843-2.443%202.801-4.52l-2.885-5.754c-1.155-2.301-4.45-2.301-5.604%200L4.335%2019.48C3.293%2021.557%204.808%2024%207.136%2024h1.882v8.348h12.546V38H34.11V26h8.886a1%201%200%200%200%20.994-1.136l-1.932-14a1%201%200%200%200-.994-.864zm.875%202l-1.656%2012h17.476l-1.656-12zM9.018%2021.918H7.136a1.04%201.04%200%200%201-.934-1.506l2.886-5.755a1.045%201.045%200%200%201%201.868%200l2.886%205.755a1.04%201.04%200%200%201-.934%201.506h-1.882V20.5c0-.552-.45-1-1.004-1s-1.004.448-1.004%201z%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.svg?color=%231a73e8&size=48