cpap tubes icon
cpap-tubes-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- cpap-tubes-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- cpap-tubes2x-outline
3 other variants in Health Icons
More devices icons from Health Icons
Use the cpap tubes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M14.213 9.32c6.483.934 10.827 4.74 14.413 8.281l1.46-2.677a15.7 15.7 0 0 0-2.332-3.268C26.014 9.792 23.424 8 19.866 8c-2.237 0-3.985.454-5.653 1.32m17 5.627c.916-.402.915-.403.915-.403l-.001-.004l-.004-.007l-.01-.023a7 7 0 0 0-.174-.359c-.12-.236-.3-.568-.538-.963a17.7 17.7 0 0 0-2.185-2.897C27.247 8.181 24.164 6 19.866 6c-3.883 0-6.545 1.227-9.32 3.305C7.21 11.805 5 15.61 5 20.245c0 4.344 2.135 7.25 4.229 9.038a15 15 0 0 0 3.527 2.23V42h2V30.84a1 1 0 0 0-.676-.946l-.01-.003l-.05-.018l-.214-.086c-.19-.079-.47-.202-.806-.375a13 13 0 0 1-2.473-1.65c-1.453-1.24-2.879-3.058-3.358-5.636c6.276 3.55 11.983 3.815 17.83 2.779l-.685 1.407c-1.03 2.117.51 4.583 2.866 4.583h1.287v2.477h-5.983a1 1 0 0 0-1 1V42h2v-6.628h5.983a1 1 0 0 0 1-1v-3.477h1.423a3.19 3.19 0 0 0 3.187-3.187v-.539h1.198V42h2V26.17a1 1 0 0 0-1-1H33.02a.835.835 0 0 1 0-1.67H39a1 1 0 0 1 1 1V42h2V24.5a3 3 0 0 0-3-3h-5.19l-1.624-6.786a1 1 0 0 0-.058-.17zm-.367 2.762l.971 4.058a2.835 2.835 0 0 0 1.204 5.402h.056v.539c0 .656-.531 1.187-1.187 1.187h-4.71a1.187 1.187 0 0 1-1.068-1.707l3.643-7.478zm-3.192 1.745c-4.108-4.09-8.71-8.225-16.172-8.346c-2.602 2.054-4.314 5.014-4.47 8.596c6.743 4.227 12.669 4.31 19.084 2.95z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCpapTubesOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M14.213 9.32c6.483.934 10.827 4.74 14.413 8.281l1.46-2.677a15.7 15.7 0 0 0-2.332-3.268C26.014 9.792 23.424 8 19.866 8c-2.237 0-3.985.454-5.653 1.32m17 5.627c.916-.402.915-.403.915-.403l-.001-.004l-.004-.007l-.01-.023a7 7 0 0 0-.174-.359c-.12-.236-.3-.568-.538-.963a17.7 17.7 0 0 0-2.185-2.897C27.247 8.181 24.164 6 19.866 6c-3.883 0-6.545 1.227-9.32 3.305C7.21 11.805 5 15.61 5 20.245c0 4.344 2.135 7.25 4.229 9.038a15 15 0 0 0 3.527 2.23V42h2V30.84a1 1 0 0 0-.676-.946l-.01-.003l-.05-.018l-.214-.086c-.19-.079-.47-.202-.806-.375a13 13 0 0 1-2.473-1.65c-1.453-1.24-2.879-3.058-3.358-5.636c6.276 3.55 11.983 3.815 17.83 2.779l-.685 1.407c-1.03 2.117.51 4.583 2.866 4.583h1.287v2.477h-5.983a1 1 0 0 0-1 1V42h2v-6.628h5.983a1 1 0 0 0 1-1v-3.477h1.423a3.19 3.19 0 0 0 3.187-3.187v-.539h1.198V42h2V26.17a1 1 0 0 0-1-1H33.02a.835.835 0 0 1 0-1.67H39a1 1 0 0 1 1 1V42h2V24.5a3 3 0 0 0-3-3h-5.19l-1.624-6.786a1 1 0 0 0-.058-.17zm-.367 2.762l.971 4.058a2.835 2.835 0 0 0 1.204 5.402h.056v.539c0 .656-.531 1.187-1.187 1.187h-4.71a1.187 1.187 0 0 1-1.068-1.707l3.643-7.478zm-3.192 1.745c-4.108-4.09-8.71-8.225-16.172-8.346c-2.602 2.054-4.314 5.014-4.47 8.596c6.743 4.227 12.669 4.31 19.084 2.95z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M14.213 9.32c6.483.934 10.827 4.74 14.413 8.281l1.46-2.677a15.7 15.7 0 0 0-2.332-3.268C26.014 9.792 23.424 8 19.866 8c-2.237 0-3.985.454-5.653 1.32m17 5.627c.916-.402.915-.403.915-.403l-.001-.004l-.004-.007l-.01-.023a7 7 0 0 0-.174-.359c-.12-.236-.3-.568-.538-.963a17.7 17.7 0 0 0-2.185-2.897C27.247 8.181 24.164 6 19.866 6c-3.883 0-6.545 1.227-9.32 3.305C7.21 11.805 5 15.61 5 20.245c0 4.344 2.135 7.25 4.229 9.038a15 15 0 0 0 3.527 2.23V42h2V30.84a1 1 0 0 0-.676-.946l-.01-.003l-.05-.018l-.214-.086c-.19-.079-.47-.202-.806-.375a13 13 0 0 1-2.473-1.65c-1.453-1.24-2.879-3.058-3.358-5.636c6.276 3.55 11.983 3.815 17.83 2.779l-.685 1.407c-1.03 2.117.51 4.583 2.866 4.583h1.287v2.477h-5.983a1 1 0 0 0-1 1V42h2v-6.628h5.983a1 1 0 0 0 1-1v-3.477h1.423a3.19 3.19 0 0 0 3.187-3.187v-.539h1.198V42h2V26.17a1 1 0 0 0-1-1H33.02a.835.835 0 0 1 0-1.67H39a1 1 0 0 1 1 1V42h2V24.5a3 3 0 0 0-3-3h-5.19l-1.624-6.786a1 1 0 0 0-.058-.17zm-.367 2.762l.971 4.058a2.835 2.835 0 0 0 1.204 5.402h.056v.539c0 .656-.531 1.187-1.187 1.187h-4.71a1.187 1.187 0 0 1-1.068-1.707l3.643-7.478zm-3.192 1.745c-4.108-4.09-8.71-8.225-16.172-8.346c-2.602 2.054-4.314 5.014-4.47 8.596c6.743 4.227 12.669 4.31 19.084 2.95z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cpap-tubes-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.213%209.32c6.483.934%2010.827%204.74%2014.413%208.281l1.46-2.677a15.7%2015.7%200%200%200-2.332-3.268C26.014%209.792%2023.424%208%2019.866%208c-2.237%200-3.985.454-5.653%201.32m17%205.627c.916-.402.915-.403.915-.403l-.001-.004l-.004-.007l-.01-.023a7%207%200%200%200-.174-.359c-.12-.236-.3-.568-.538-.963a17.7%2017.7%200%200%200-2.185-2.897C27.247%208.181%2024.164%206%2019.866%206c-3.883%200-6.545%201.227-9.32%203.305C7.21%2011.805%205%2015.61%205%2020.245c0%204.344%202.135%207.25%204.229%209.038a15%2015%200%200%200%203.527%202.23V42h2V30.84a1%201%200%200%200-.676-.946l-.01-.003l-.05-.018l-.214-.086c-.19-.079-.47-.202-.806-.375a13%2013%200%200%201-2.473-1.65c-1.453-1.24-2.879-3.058-3.358-5.636c6.276%203.55%2011.983%203.815%2017.83%202.779l-.685%201.407c-1.03%202.117.51%204.583%202.866%204.583h1.287v2.477h-5.983a1%201%200%200%200-1%201V42h2v-6.628h5.983a1%201%200%200%200%201-1v-3.477h1.423a3.19%203.19%200%200%200%203.187-3.187v-.539h1.198V42h2V26.17a1%201%200%200%200-1-1H33.02a.835.835%200%200%201%200-1.67H39a1%201%200%200%201%201%201V42h2V24.5a3%203%200%200%200-3-3h-5.19l-1.624-6.786a1%201%200%200%200-.058-.17zm-.367%202.762l.971%204.058a2.835%202.835%200%200%200%201.204%205.402h.056v.539c0%20.656-.531%201.187-1.187%201.187h-4.71a1.187%201.187%200%200%201-1.068-1.707l3.643-7.478zm-3.192%201.745c-4.108-4.09-8.71-8.225-16.172-8.346c-2.602%202.054-4.314%205.014-4.47%208.596c6.743%204.227%2012.669%204.31%2019.084%202.95z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.213%209.32c6.483.934%2010.827%204.74%2014.413%208.281l1.46-2.677a15.7%2015.7%200%200%200-2.332-3.268C26.014%209.792%2023.424%208%2019.866%208c-2.237%200-3.985.454-5.653%201.32m17%205.627c.916-.402.915-.403.915-.403l-.001-.004l-.004-.007l-.01-.023a7%207%200%200%200-.174-.359c-.12-.236-.3-.568-.538-.963a17.7%2017.7%200%200%200-2.185-2.897C27.247%208.181%2024.164%206%2019.866%206c-3.883%200-6.545%201.227-9.32%203.305C7.21%2011.805%205%2015.61%205%2020.245c0%204.344%202.135%207.25%204.229%209.038a15%2015%200%200%200%203.527%202.23V42h2V30.84a1%201%200%200%200-.676-.946l-.01-.003l-.05-.018l-.214-.086c-.19-.079-.47-.202-.806-.375a13%2013%200%200%201-2.473-1.65c-1.453-1.24-2.879-3.058-3.358-5.636c6.276%203.55%2011.983%203.815%2017.83%202.779l-.685%201.407c-1.03%202.117.51%204.583%202.866%204.583h1.287v2.477h-5.983a1%201%200%200%200-1%201V42h2v-6.628h5.983a1%201%200%200%200%201-1v-3.477h1.423a3.19%203.19%200%200%200%203.187-3.187v-.539h1.198V42h2V26.17a1%201%200%200%200-1-1H33.02a.835.835%200%200%201%200-1.67H39a1%201%200%200%201%201%201V42h2V24.5a3%203%200%200%200-3-3h-5.19l-1.624-6.786a1%201%200%200%200-.058-.17zm-.367%202.762l.971%204.058a2.835%202.835%200%200%200%201.204%205.402h.056v.539c0%20.656-.531%201.187-1.187%201.187h-4.71a1.187%201.187%200%200%201-1.068-1.707l3.643-7.478zm-3.192%201.745c-4.108-4.09-8.71-8.225-16.172-8.346c-2.602%202.054-4.314%205.014-4.47%208.596c6.743%204.227%2012.669%204.31%2019.084%202.95z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/cpap-tubes-outline.svg?color=%231a73e8&size=48