ventilator icon
ventilator-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- ventilator-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- ventilator2x-outline
3 other variants in Health Icons
The same icon in other sets
More devices icons from Health Icons
Use the ventilator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M37 16v2h-7v-2zm-7-3v2h7v-2zm0 8h7v-2h-7z"/><path fill-rule="evenodd" d="M7 8q-.464 0-.918.038l-.164-1.994Q6.454 6 7 6c7.18 0 13 5.82 13 13v1.302l.043.05c2.922 3.44 4.47 6.828 4.492 10.17c.926.08 1.697.372 2.29.907c.695.625 1.012 1.46 1.159 2.267c.146.802.14 1.677.109 2.484q-.019.45-.041.863c-.027.51-.052.986-.052 1.457c0 .393.133.583.317.717c.237.171.66.314 1.31.343c1.293.058 3.043-.356 4.6-1.066c.769-.35 1.455-.758 1.989-1.183c.545-.434.868-.837 1.006-1.159c.118-.274.101-.467-.026-.673c-.165-.266-.586-.655-1.538-1.058c-1.026-.434-1.785-1.02-2.314-1.745c-.526-.722-.777-1.519-.89-2.302c-.112-.772-.092-1.564-.053-2.292q.017-.335.038-.646c.032-.503.061-.969.061-1.436H31v-2h-5a1 1 0 1 1 0-2h1V8.5C27 7.12 29.91 6 33.5 6S40 7.12 40 8.5V22h1a1 1 0 1 1 0 2h-5v2h-1.5c0 .534-.035 1.098-.069 1.624q-.019.293-.033.565c-.038.704-.047 1.332.035 1.9c.08.556.244 1.019.528 1.409c.282.386.728.765 1.476 1.081c1.126.476 1.982 1.077 2.459 1.847c.514.83.505 1.72.164 2.515c-.32.746-.922 1.396-1.599 1.935c-.688.548-1.523 1.036-2.404 1.438c-1.745.795-3.816 1.32-5.519 1.244c-.848-.037-1.715-.229-2.396-.723C26.41 40.304 26 39.497 26 38.5c0-.52.03-1.092.058-1.635c.014-.264.027-.522.037-.764c.03-.786.025-1.474-.079-2.047c-.103-.568-.286-.92-.529-1.139c-.196-.176-.525-.35-1.122-.4c-.569 3.184-2.548 6.138-5.707 8.895l-.368.32l-.48-.092l-.005-.001l-.014-.003l-.05-.01l-.185-.038a36 36 0 0 1-2.778-.702a21 21 0 0 1-2.458-.883c-.756-.337-1.532-.767-2.048-1.316l-.075-.084l-.197-.084V43H8v-6a1 1 0 0 1 1.394-.92l.718.309c.108-.198.233-.381.357-.548c.476-.637 1.205-1.346 1.915-2.036l.245-.24c.82-.8 1.628-1.61 2.232-2.433c.613-.834.92-1.55.92-2.163c0-2.054.682-4.189 1.324-5.758c.326-.795.651-1.47.896-1.945l.023-.047A1 1 0 0 1 18 21v-2c0-6.075-4.925-11-11-11m30.378.599c.295.113.495.22.622.301V22h-9V8.9c.127-.08.327-.188.622-.301C30.516 8.255 31.886 8 33.5 8s2.984.255 3.878.599m-18.422 15.37c.174-.424.347-.81.506-1.146c2.294 3.043 3.236 5.831 3.05 8.41c-.2 2.797-1.742 5.568-4.8 8.341l-.37-.083a34 34 0 0 1-1.994-.524a19 19 0 0 1-2.214-.793c-.606-.27-1.043-.532-1.301-.759c.038-.08.109-.204.238-.377c.375-.501.983-1.093 1.73-1.821l.225-.22c.813-.793 1.732-1.709 2.446-2.68c.705-.959 1.309-2.101 1.309-3.348c0-1.666.567-3.515 1.175-5" clip-rule="evenodd"/><path d="M14.5 23a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVentilatorOutline(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 d="M37 16v2h-7v-2zm-7-3v2h7v-2zm0 8h7v-2h-7z"/><path fillRule="evenodd" d="M7 8q-.464 0-.918.038l-.164-1.994Q6.454 6 7 6c7.18 0 13 5.82 13 13v1.302l.043.05c2.922 3.44 4.47 6.828 4.492 10.17c.926.08 1.697.372 2.29.907c.695.625 1.012 1.46 1.159 2.267c.146.802.14 1.677.109 2.484q-.019.45-.041.863c-.027.51-.052.986-.052 1.457c0 .393.133.583.317.717c.237.171.66.314 1.31.343c1.293.058 3.043-.356 4.6-1.066c.769-.35 1.455-.758 1.989-1.183c.545-.434.868-.837 1.006-1.159c.118-.274.101-.467-.026-.673c-.165-.266-.586-.655-1.538-1.058c-1.026-.434-1.785-1.02-2.314-1.745c-.526-.722-.777-1.519-.89-2.302c-.112-.772-.092-1.564-.053-2.292q.017-.335.038-.646c.032-.503.061-.969.061-1.436H31v-2h-5a1 1 0 1 1 0-2h1V8.5C27 7.12 29.91 6 33.5 6S40 7.12 40 8.5V22h1a1 1 0 1 1 0 2h-5v2h-1.5c0 .534-.035 1.098-.069 1.624q-.019.293-.033.565c-.038.704-.047 1.332.035 1.9c.08.556.244 1.019.528 1.409c.282.386.728.765 1.476 1.081c1.126.476 1.982 1.077 2.459 1.847c.514.83.505 1.72.164 2.515c-.32.746-.922 1.396-1.599 1.935c-.688.548-1.523 1.036-2.404 1.438c-1.745.795-3.816 1.32-5.519 1.244c-.848-.037-1.715-.229-2.396-.723C26.41 40.304 26 39.497 26 38.5c0-.52.03-1.092.058-1.635c.014-.264.027-.522.037-.764c.03-.786.025-1.474-.079-2.047c-.103-.568-.286-.92-.529-1.139c-.196-.176-.525-.35-1.122-.4c-.569 3.184-2.548 6.138-5.707 8.895l-.368.32l-.48-.092l-.005-.001l-.014-.003l-.05-.01l-.185-.038a36 36 0 0 1-2.778-.702a21 21 0 0 1-2.458-.883c-.756-.337-1.532-.767-2.048-1.316l-.075-.084l-.197-.084V43H8v-6a1 1 0 0 1 1.394-.92l.718.309c.108-.198.233-.381.357-.548c.476-.637 1.205-1.346 1.915-2.036l.245-.24c.82-.8 1.628-1.61 2.232-2.433c.613-.834.92-1.55.92-2.163c0-2.054.682-4.189 1.324-5.758c.326-.795.651-1.47.896-1.945l.023-.047A1 1 0 0 1 18 21v-2c0-6.075-4.925-11-11-11m30.378.599c.295.113.495.22.622.301V22h-9V8.9c.127-.08.327-.188.622-.301C30.516 8.255 31.886 8 33.5 8s2.984.255 3.878.599m-18.422 15.37c.174-.424.347-.81.506-1.146c2.294 3.043 3.236 5.831 3.05 8.41c-.2 2.797-1.742 5.568-4.8 8.341l-.37-.083a34 34 0 0 1-1.994-.524a19 19 0 0 1-2.214-.793c-.606-.27-1.043-.532-1.301-.759c.038-.08.109-.204.238-.377c.375-.501.983-1.093 1.73-1.821l.225-.22c.813-.793 1.732-1.709 2.446-2.68c.705-.959 1.309-2.101 1.309-3.348c0-1.666.567-3.515 1.175-5" clipRule="evenodd"/><path d="M14.5 23a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></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 d="M37 16v2h-7v-2zm-7-3v2h7v-2zm0 8h7v-2h-7z"/><path fill-rule="evenodd" d="M7 8q-.464 0-.918.038l-.164-1.994Q6.454 6 7 6c7.18 0 13 5.82 13 13v1.302l.043.05c2.922 3.44 4.47 6.828 4.492 10.17c.926.08 1.697.372 2.29.907c.695.625 1.012 1.46 1.159 2.267c.146.802.14 1.677.109 2.484q-.019.45-.041.863c-.027.51-.052.986-.052 1.457c0 .393.133.583.317.717c.237.171.66.314 1.31.343c1.293.058 3.043-.356 4.6-1.066c.769-.35 1.455-.758 1.989-1.183c.545-.434.868-.837 1.006-1.159c.118-.274.101-.467-.026-.673c-.165-.266-.586-.655-1.538-1.058c-1.026-.434-1.785-1.02-2.314-1.745c-.526-.722-.777-1.519-.89-2.302c-.112-.772-.092-1.564-.053-2.292q.017-.335.038-.646c.032-.503.061-.969.061-1.436H31v-2h-5a1 1 0 1 1 0-2h1V8.5C27 7.12 29.91 6 33.5 6S40 7.12 40 8.5V22h1a1 1 0 1 1 0 2h-5v2h-1.5c0 .534-.035 1.098-.069 1.624q-.019.293-.033.565c-.038.704-.047 1.332.035 1.9c.08.556.244 1.019.528 1.409c.282.386.728.765 1.476 1.081c1.126.476 1.982 1.077 2.459 1.847c.514.83.505 1.72.164 2.515c-.32.746-.922 1.396-1.599 1.935c-.688.548-1.523 1.036-2.404 1.438c-1.745.795-3.816 1.32-5.519 1.244c-.848-.037-1.715-.229-2.396-.723C26.41 40.304 26 39.497 26 38.5c0-.52.03-1.092.058-1.635c.014-.264.027-.522.037-.764c.03-.786.025-1.474-.079-2.047c-.103-.568-.286-.92-.529-1.139c-.196-.176-.525-.35-1.122-.4c-.569 3.184-2.548 6.138-5.707 8.895l-.368.32l-.48-.092l-.005-.001l-.014-.003l-.05-.01l-.185-.038a36 36 0 0 1-2.778-.702a21 21 0 0 1-2.458-.883c-.756-.337-1.532-.767-2.048-1.316l-.075-.084l-.197-.084V43H8v-6a1 1 0 0 1 1.394-.92l.718.309c.108-.198.233-.381.357-.548c.476-.637 1.205-1.346 1.915-2.036l.245-.24c.82-.8 1.628-1.61 2.232-2.433c.613-.834.92-1.55.92-2.163c0-2.054.682-4.189 1.324-5.758c.326-.795.651-1.47.896-1.945l.023-.047A1 1 0 0 1 18 21v-2c0-6.075-4.925-11-11-11m30.378.599c.295.113.495.22.622.301V22h-9V8.9c.127-.08.327-.188.622-.301C30.516 8.255 31.886 8 33.5 8s2.984.255 3.878.599m-18.422 15.37c.174-.424.347-.81.506-1.146c2.294 3.043 3.236 5.831 3.05 8.41c-.2 2.797-1.742 5.568-4.8 8.341l-.37-.083a34 34 0 0 1-1.994-.524a19 19 0 0 1-2.214-.793c-.606-.27-1.043-.532-1.301-.759c.038-.08.109-.204.238-.377c.375-.501.983-1.093 1.73-1.821l.225-.22c.813-.793 1.732-1.709 2.446-2.68c.705-.959 1.309-2.101 1.309-3.348c0-1.666.567-3.515 1.175-5" clip-rule="evenodd"/><path d="M14.5 23a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></g></svg> </template>
CSS
.icon-ventilator-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%20d%3D%22M37%2016v2h-7v-2zm-7-3v2h7v-2zm0%208h7v-2h-7z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%208q-.464%200-.918.038l-.164-1.994Q6.454%206%207%206c7.18%200%2013%205.82%2013%2013v1.302l.043.05c2.922%203.44%204.47%206.828%204.492%2010.17c.926.08%201.697.372%202.29.907c.695.625%201.012%201.46%201.159%202.267c.146.802.14%201.677.109%202.484q-.019.45-.041.863c-.027.51-.052.986-.052%201.457c0%20.393.133.583.317.717c.237.171.66.314%201.31.343c1.293.058%203.043-.356%204.6-1.066c.769-.35%201.455-.758%201.989-1.183c.545-.434.868-.837%201.006-1.159c.118-.274.101-.467-.026-.673c-.165-.266-.586-.655-1.538-1.058c-1.026-.434-1.785-1.02-2.314-1.745c-.526-.722-.777-1.519-.89-2.302c-.112-.772-.092-1.564-.053-2.292q.017-.335.038-.646c.032-.503.061-.969.061-1.436H31v-2h-5a1%201%200%201%201%200-2h1V8.5C27%207.12%2029.91%206%2033.5%206S40%207.12%2040%208.5V22h1a1%201%200%201%201%200%202h-5v2h-1.5c0%20.534-.035%201.098-.069%201.624q-.019.293-.033.565c-.038.704-.047%201.332.035%201.9c.08.556.244%201.019.528%201.409c.282.386.728.765%201.476%201.081c1.126.476%201.982%201.077%202.459%201.847c.514.83.505%201.72.164%202.515c-.32.746-.922%201.396-1.599%201.935c-.688.548-1.523%201.036-2.404%201.438c-1.745.795-3.816%201.32-5.519%201.244c-.848-.037-1.715-.229-2.396-.723C26.41%2040.304%2026%2039.497%2026%2038.5c0-.52.03-1.092.058-1.635c.014-.264.027-.522.037-.764c.03-.786.025-1.474-.079-2.047c-.103-.568-.286-.92-.529-1.139c-.196-.176-.525-.35-1.122-.4c-.569%203.184-2.548%206.138-5.707%208.895l-.368.32l-.48-.092l-.005-.001l-.014-.003l-.05-.01l-.185-.038a36%2036%200%200%201-2.778-.702a21%2021%200%200%201-2.458-.883c-.756-.337-1.532-.767-2.048-1.316l-.075-.084l-.197-.084V43H8v-6a1%201%200%200%201%201.394-.92l.718.309c.108-.198.233-.381.357-.548c.476-.637%201.205-1.346%201.915-2.036l.245-.24c.82-.8%201.628-1.61%202.232-2.433c.613-.834.92-1.55.92-2.163c0-2.054.682-4.189%201.324-5.758c.326-.795.651-1.47.896-1.945l.023-.047A1%201%200%200%201%2018%2021v-2c0-6.075-4.925-11-11-11m30.378.599c.295.113.495.22.622.301V22h-9V8.9c.127-.08.327-.188.622-.301C30.516%208.255%2031.886%208%2033.5%208s2.984.255%203.878.599m-18.422%2015.37c.174-.424.347-.81.506-1.146c2.294%203.043%203.236%205.831%203.05%208.41c-.2%202.797-1.742%205.568-4.8%208.341l-.37-.083a34%2034%200%200%201-1.994-.524a19%2019%200%200%201-2.214-.793c-.606-.27-1.043-.532-1.301-.759c.038-.08.109-.204.238-.377c.375-.501.983-1.093%201.73-1.821l.225-.22c.813-.793%201.732-1.709%202.446-2.68c.705-.959%201.309-2.101%201.309-3.348c0-1.666.567-3.515%201.175-5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.5%2023a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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%20d%3D%22M37%2016v2h-7v-2zm-7-3v2h7v-2zm0%208h7v-2h-7z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%208q-.464%200-.918.038l-.164-1.994Q6.454%206%207%206c7.18%200%2013%205.82%2013%2013v1.302l.043.05c2.922%203.44%204.47%206.828%204.492%2010.17c.926.08%201.697.372%202.29.907c.695.625%201.012%201.46%201.159%202.267c.146.802.14%201.677.109%202.484q-.019.45-.041.863c-.027.51-.052.986-.052%201.457c0%20.393.133.583.317.717c.237.171.66.314%201.31.343c1.293.058%203.043-.356%204.6-1.066c.769-.35%201.455-.758%201.989-1.183c.545-.434.868-.837%201.006-1.159c.118-.274.101-.467-.026-.673c-.165-.266-.586-.655-1.538-1.058c-1.026-.434-1.785-1.02-2.314-1.745c-.526-.722-.777-1.519-.89-2.302c-.112-.772-.092-1.564-.053-2.292q.017-.335.038-.646c.032-.503.061-.969.061-1.436H31v-2h-5a1%201%200%201%201%200-2h1V8.5C27%207.12%2029.91%206%2033.5%206S40%207.12%2040%208.5V22h1a1%201%200%201%201%200%202h-5v2h-1.5c0%20.534-.035%201.098-.069%201.624q-.019.293-.033.565c-.038.704-.047%201.332.035%201.9c.08.556.244%201.019.528%201.409c.282.386.728.765%201.476%201.081c1.126.476%201.982%201.077%202.459%201.847c.514.83.505%201.72.164%202.515c-.32.746-.922%201.396-1.599%201.935c-.688.548-1.523%201.036-2.404%201.438c-1.745.795-3.816%201.32-5.519%201.244c-.848-.037-1.715-.229-2.396-.723C26.41%2040.304%2026%2039.497%2026%2038.5c0-.52.03-1.092.058-1.635c.014-.264.027-.522.037-.764c.03-.786.025-1.474-.079-2.047c-.103-.568-.286-.92-.529-1.139c-.196-.176-.525-.35-1.122-.4c-.569%203.184-2.548%206.138-5.707%208.895l-.368.32l-.48-.092l-.005-.001l-.014-.003l-.05-.01l-.185-.038a36%2036%200%200%201-2.778-.702a21%2021%200%200%201-2.458-.883c-.756-.337-1.532-.767-2.048-1.316l-.075-.084l-.197-.084V43H8v-6a1%201%200%200%201%201.394-.92l.718.309c.108-.198.233-.381.357-.548c.476-.637%201.205-1.346%201.915-2.036l.245-.24c.82-.8%201.628-1.61%202.232-2.433c.613-.834.92-1.55.92-2.163c0-2.054.682-4.189%201.324-5.758c.326-.795.651-1.47.896-1.945l.023-.047A1%201%200%200%201%2018%2021v-2c0-6.075-4.925-11-11-11m30.378.599c.295.113.495.22.622.301V22h-9V8.9c.127-.08.327-.188.622-.301C30.516%208.255%2031.886%208%2033.5%208s2.984.255%203.878.599m-18.422%2015.37c.174-.424.347-.81.506-1.146c2.294%203.043%203.236%205.831%203.05%208.41c-.2%202.797-1.742%205.568-4.8%208.341l-.37-.083a34%2034%200%200%201-1.994-.524a19%2019%200%200%201-2.214-.793c-.606-.27-1.043-.532-1.301-.759c.038-.08.109-.204.238-.377c.375-.501.983-1.093%201.73-1.821l.225-.22c.813-.793%201.732-1.709%202.446-2.68c.705-.959%201.309-2.101%201.309-3.348c0-1.666.567-3.515%201.175-5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.5%2023a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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/ventilator-outline.svg?color=%231a73e8&size=48