cpap tubes icon
cpap-tubes from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- cpap-tubes
- 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 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="m33.781 14.767l.004.008l.001.003q.038.086.059.176l1.529 6.567a4 4 0 0 0-3.585 3.979v.23a4 4 0 0 0 4 4h.912a3 3 0 0 1-2.767 1.839H32.08v3.608a1 1 0 0 1-1 1h-6.165V42h-2v-6.823a1 1 0 0 1 1-1h6.165V31.57h-1.742c-2.215 0-3.666-2.318-2.699-4.31l.906-1.866c-6.03 1.08-11.91.813-18.38-2.875c.481 2.694 1.96 4.588 3.466 5.878c.921.79 1.847 1.345 2.542 1.702a12 12 0 0 0 1.05.475l.033.012l.018.007l.01.004a1 1 0 0 1 .675.945V42h-2v-9.786a15.3 15.3 0 0 1-3.63-2.299C8.184 28.078 6 25.095 6 20.635c0-4.761 2.26-8.669 5.68-11.237C14.523 7.26 17.25 6 21.227 6c4.402 0 7.56 2.242 9.577 4.409a18 18 0 0 1 2.238 2.977a16 16 0 0 1 .691 1.277l.038.08zm3.433 12.966h1.415V42h3.357V26.52a3 3 0 0 0-3-3.02H35.64a2 2 0 0 0-2 2v.23a2 2 0 0 0 2 2h1.574zm-6.991-9.775c-3.7-3.667-8.181-7.614-14.889-8.552C17.074 8.484 18.891 8 21.227 8c3.66 0 6.323 1.849 8.113 3.771a16.2 16.2 0 0 1 2.405 3.386zM12.617 11.2c7.682.121 12.413 4.396 16.635 8.614l-1.615 3.326c-6.595 1.405-12.69 1.322-19.626-3.045c.157-3.71 1.922-6.773 4.606-8.895" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCpapTubes(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="m33.781 14.767l.004.008l.001.003q.038.086.059.176l1.529 6.567a4 4 0 0 0-3.585 3.979v.23a4 4 0 0 0 4 4h.912a3 3 0 0 1-2.767 1.839H32.08v3.608a1 1 0 0 1-1 1h-6.165V42h-2v-6.823a1 1 0 0 1 1-1h6.165V31.57h-1.742c-2.215 0-3.666-2.318-2.699-4.31l.906-1.866c-6.03 1.08-11.91.813-18.38-2.875c.481 2.694 1.96 4.588 3.466 5.878c.921.79 1.847 1.345 2.542 1.702a12 12 0 0 0 1.05.475l.033.012l.018.007l.01.004a1 1 0 0 1 .675.945V42h-2v-9.786a15.3 15.3 0 0 1-3.63-2.299C8.184 28.078 6 25.095 6 20.635c0-4.761 2.26-8.669 5.68-11.237C14.523 7.26 17.25 6 21.227 6c4.402 0 7.56 2.242 9.577 4.409a18 18 0 0 1 2.238 2.977a16 16 0 0 1 .691 1.277l.038.08zm3.433 12.966h1.415V42h3.357V26.52a3 3 0 0 0-3-3.02H35.64a2 2 0 0 0-2 2v.23a2 2 0 0 0 2 2h1.574zm-6.991-9.775c-3.7-3.667-8.181-7.614-14.889-8.552C17.074 8.484 18.891 8 21.227 8c3.66 0 6.323 1.849 8.113 3.771a16.2 16.2 0 0 1 2.405 3.386zM12.617 11.2c7.682.121 12.413 4.396 16.635 8.614l-1.615 3.326c-6.595 1.405-12.69 1.322-19.626-3.045c.157-3.71 1.922-6.773 4.606-8.895" 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="m33.781 14.767l.004.008l.001.003q.038.086.059.176l1.529 6.567a4 4 0 0 0-3.585 3.979v.23a4 4 0 0 0 4 4h.912a3 3 0 0 1-2.767 1.839H32.08v3.608a1 1 0 0 1-1 1h-6.165V42h-2v-6.823a1 1 0 0 1 1-1h6.165V31.57h-1.742c-2.215 0-3.666-2.318-2.699-4.31l.906-1.866c-6.03 1.08-11.91.813-18.38-2.875c.481 2.694 1.96 4.588 3.466 5.878c.921.79 1.847 1.345 2.542 1.702a12 12 0 0 0 1.05.475l.033.012l.018.007l.01.004a1 1 0 0 1 .675.945V42h-2v-9.786a15.3 15.3 0 0 1-3.63-2.299C8.184 28.078 6 25.095 6 20.635c0-4.761 2.26-8.669 5.68-11.237C14.523 7.26 17.25 6 21.227 6c4.402 0 7.56 2.242 9.577 4.409a18 18 0 0 1 2.238 2.977a16 16 0 0 1 .691 1.277l.038.08zm3.433 12.966h1.415V42h3.357V26.52a3 3 0 0 0-3-3.02H35.64a2 2 0 0 0-2 2v.23a2 2 0 0 0 2 2h1.574zm-6.991-9.775c-3.7-3.667-8.181-7.614-14.889-8.552C17.074 8.484 18.891 8 21.227 8c3.66 0 6.323 1.849 8.113 3.771a16.2 16.2 0 0 1 2.405 3.386zM12.617 11.2c7.682.121 12.413 4.396 16.635 8.614l-1.615 3.326c-6.595 1.405-12.69 1.322-19.626-3.045c.157-3.71 1.922-6.773 4.606-8.895" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cpap-tubes {
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%22m33.781%2014.767l.004.008l.001.003q.038.086.059.176l1.529%206.567a4%204%200%200%200-3.585%203.979v.23a4%204%200%200%200%204%204h.912a3%203%200%200%201-2.767%201.839H32.08v3.608a1%201%200%200%201-1%201h-6.165V42h-2v-6.823a1%201%200%200%201%201-1h6.165V31.57h-1.742c-2.215%200-3.666-2.318-2.699-4.31l.906-1.866c-6.03%201.08-11.91.813-18.38-2.875c.481%202.694%201.96%204.588%203.466%205.878c.921.79%201.847%201.345%202.542%201.702a12%2012%200%200%200%201.05.475l.033.012l.018.007l.01.004a1%201%200%200%201%20.675.945V42h-2v-9.786a15.3%2015.3%200%200%201-3.63-2.299C8.184%2028.078%206%2025.095%206%2020.635c0-4.761%202.26-8.669%205.68-11.237C14.523%207.26%2017.25%206%2021.227%206c4.402%200%207.56%202.242%209.577%204.409a18%2018%200%200%201%202.238%202.977a16%2016%200%200%201%20.691%201.277l.038.08zm3.433%2012.966h1.415V42h3.357V26.52a3%203%200%200%200-3-3.02H35.64a2%202%200%200%200-2%202v.23a2%202%200%200%200%202%202h1.574zm-6.991-9.775c-3.7-3.667-8.181-7.614-14.889-8.552C17.074%208.484%2018.891%208%2021.227%208c3.66%200%206.323%201.849%208.113%203.771a16.2%2016.2%200%200%201%202.405%203.386zM12.617%2011.2c7.682.121%2012.413%204.396%2016.635%208.614l-1.615%203.326c-6.595%201.405-12.69%201.322-19.626-3.045c.157-3.71%201.922-6.773%204.606-8.895%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%22m33.781%2014.767l.004.008l.001.003q.038.086.059.176l1.529%206.567a4%204%200%200%200-3.585%203.979v.23a4%204%200%200%200%204%204h.912a3%203%200%200%201-2.767%201.839H32.08v3.608a1%201%200%200%201-1%201h-6.165V42h-2v-6.823a1%201%200%200%201%201-1h6.165V31.57h-1.742c-2.215%200-3.666-2.318-2.699-4.31l.906-1.866c-6.03%201.08-11.91.813-18.38-2.875c.481%202.694%201.96%204.588%203.466%205.878c.921.79%201.847%201.345%202.542%201.702a12%2012%200%200%200%201.05.475l.033.012l.018.007l.01.004a1%201%200%200%201%20.675.945V42h-2v-9.786a15.3%2015.3%200%200%201-3.63-2.299C8.184%2028.078%206%2025.095%206%2020.635c0-4.761%202.26-8.669%205.68-11.237C14.523%207.26%2017.25%206%2021.227%206c4.402%200%207.56%202.242%209.577%204.409a18%2018%200%200%201%202.238%202.977a16%2016%200%200%201%20.691%201.277l.038.08zm3.433%2012.966h1.415V42h3.357V26.52a3%203%200%200%200-3-3.02H35.64a2%202%200%200%200-2%202v.23a2%202%200%200%200%202%202h1.574zm-6.991-9.775c-3.7-3.667-8.181-7.614-14.889-8.552C17.074%208.484%2018.891%208%2021.227%208c3.66%200%206.323%201.849%208.113%203.771a16.2%2016.2%200%200%201%202.405%203.386zM12.617%2011.2c7.682.121%2012.413%204.396%2016.635%208.614l-1.615%203.326c-6.595%201.405-12.69%201.322-19.626-3.045c.157-3.71%201.922-6.773%204.606-8.895%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.svg?color=%231a73e8&size=48