ventilator alt icon
ventilator-alt from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- ventilator-alt
- 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 ventilator alt 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="M18 26c0-1.306.835-2.418 2-2.83V20h-5V6h18v14h-5v3.17c1.165.412 2 1.524 2 2.83v.12c.32.026.667.082 1.011.197a2.92 2.92 0 0 1 1.528 1.126c.408.595.604 1.352.604 2.26c0 .36.165.644.534.881c.397.256.992.416 1.644.416c.653 0 1.248-.16 1.645-.416c.369-.237.534-.521.534-.882V18.855A3.5 3.5 0 0 1 35 15.5v-4a3.5 3.5 0 1 1 7 0v4a3.5 3.5 0 0 1-2.5 3.355v10.847c0 1.171-.63 2.036-1.453 2.565c-.794.51-1.79.733-2.726.733s-1.93-.222-2.725-.733c-.824-.53-1.453-1.394-1.453-2.565c0-.625-.134-.955-.254-1.13c-.114-.167-.275-.28-.508-.357a2 2 0 0 0-.384-.085A3 3 0 0 1 27 31h-6a3 3 0 0 1-3-3h-.5c-.958 0-1.703.13-2.195.457c-.407.271-.805.79-.805 2.043c0 .983-.334 1.81-.918 2.395a2.94 2.94 0 0 1-2.082.855c-.747 0-1.507-.28-2.082-.855c-.584-.585-.918-1.412-.918-2.395v-7.645A3.5 3.5 0 0 1 6 19.5v-4a3.5 3.5 0 1 1 7 0v4a3.5 3.5 0 0 1-2.5 3.355V30.5c0 .517.166.815.332.98a.94.94 0 0 0 .668.27a.94.94 0 0 0 .668-.27c.166-.165.332-.463.332-.98c0-1.747.602-2.978 1.695-3.707C15.203 26.121 16.458 26 17.5 26zm6.683-16.793l2.252 4.037l1.521-1.815H31v2h-1.61l-2.787 3.326l-2.21-3.962l-1.183 1.493h-6.771v-2h5.804zM26 28a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-4h4v-3h-4zM8 20.333v-2h3v2z" clip-rule="evenodd"/><path d="M27 32c.35 0 .687-.06 1-.17V36h10v2H10v-2h10v-4.17c.313.11.65.17 1 .17h1v4h4v-4zM14.5 42a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m19 0a1.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 HealthiconsVentilatorAlt(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="M18 26c0-1.306.835-2.418 2-2.83V20h-5V6h18v14h-5v3.17c1.165.412 2 1.524 2 2.83v.12c.32.026.667.082 1.011.197a2.92 2.92 0 0 1 1.528 1.126c.408.595.604 1.352.604 2.26c0 .36.165.644.534.881c.397.256.992.416 1.644.416c.653 0 1.248-.16 1.645-.416c.369-.237.534-.521.534-.882V18.855A3.5 3.5 0 0 1 35 15.5v-4a3.5 3.5 0 1 1 7 0v4a3.5 3.5 0 0 1-2.5 3.355v10.847c0 1.171-.63 2.036-1.453 2.565c-.794.51-1.79.733-2.726.733s-1.93-.222-2.725-.733c-.824-.53-1.453-1.394-1.453-2.565c0-.625-.134-.955-.254-1.13c-.114-.167-.275-.28-.508-.357a2 2 0 0 0-.384-.085A3 3 0 0 1 27 31h-6a3 3 0 0 1-3-3h-.5c-.958 0-1.703.13-2.195.457c-.407.271-.805.79-.805 2.043c0 .983-.334 1.81-.918 2.395a2.94 2.94 0 0 1-2.082.855c-.747 0-1.507-.28-2.082-.855c-.584-.585-.918-1.412-.918-2.395v-7.645A3.5 3.5 0 0 1 6 19.5v-4a3.5 3.5 0 1 1 7 0v4a3.5 3.5 0 0 1-2.5 3.355V30.5c0 .517.166.815.332.98a.94.94 0 0 0 .668.27a.94.94 0 0 0 .668-.27c.166-.165.332-.463.332-.98c0-1.747.602-2.978 1.695-3.707C15.203 26.121 16.458 26 17.5 26zm6.683-16.793l2.252 4.037l1.521-1.815H31v2h-1.61l-2.787 3.326l-2.21-3.962l-1.183 1.493h-6.771v-2h5.804zM26 28a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-4h4v-3h-4zM8 20.333v-2h3v2z" clipRule="evenodd"/><path d="M27 32c.35 0 .687-.06 1-.17V36h10v2H10v-2h10v-4.17c.313.11.65.17 1 .17h1v4h4v-4zM14.5 42a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m19 0a1.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 fill-rule="evenodd" d="M18 26c0-1.306.835-2.418 2-2.83V20h-5V6h18v14h-5v3.17c1.165.412 2 1.524 2 2.83v.12c.32.026.667.082 1.011.197a2.92 2.92 0 0 1 1.528 1.126c.408.595.604 1.352.604 2.26c0 .36.165.644.534.881c.397.256.992.416 1.644.416c.653 0 1.248-.16 1.645-.416c.369-.237.534-.521.534-.882V18.855A3.5 3.5 0 0 1 35 15.5v-4a3.5 3.5 0 1 1 7 0v4a3.5 3.5 0 0 1-2.5 3.355v10.847c0 1.171-.63 2.036-1.453 2.565c-.794.51-1.79.733-2.726.733s-1.93-.222-2.725-.733c-.824-.53-1.453-1.394-1.453-2.565c0-.625-.134-.955-.254-1.13c-.114-.167-.275-.28-.508-.357a2 2 0 0 0-.384-.085A3 3 0 0 1 27 31h-6a3 3 0 0 1-3-3h-.5c-.958 0-1.703.13-2.195.457c-.407.271-.805.79-.805 2.043c0 .983-.334 1.81-.918 2.395a2.94 2.94 0 0 1-2.082.855c-.747 0-1.507-.28-2.082-.855c-.584-.585-.918-1.412-.918-2.395v-7.645A3.5 3.5 0 0 1 6 19.5v-4a3.5 3.5 0 1 1 7 0v4a3.5 3.5 0 0 1-2.5 3.355V30.5c0 .517.166.815.332.98a.94.94 0 0 0 .668.27a.94.94 0 0 0 .668-.27c.166-.165.332-.463.332-.98c0-1.747.602-2.978 1.695-3.707C15.203 26.121 16.458 26 17.5 26zm6.683-16.793l2.252 4.037l1.521-1.815H31v2h-1.61l-2.787 3.326l-2.21-3.962l-1.183 1.493h-6.771v-2h5.804zM26 28a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-4h4v-3h-4zM8 20.333v-2h3v2z" clip-rule="evenodd"/><path d="M27 32c.35 0 .687-.06 1-.17V36h10v2H10v-2h10v-4.17c.313.11.65.17 1 .17h1v4h4v-4zM14.5 42a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m19 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></g></svg> </template>
CSS
.icon-ventilator-alt {
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%22M18%2026c0-1.306.835-2.418%202-2.83V20h-5V6h18v14h-5v3.17c1.165.412%202%201.524%202%202.83v.12c.32.026.667.082%201.011.197a2.92%202.92%200%200%201%201.528%201.126c.408.595.604%201.352.604%202.26c0%20.36.165.644.534.881c.397.256.992.416%201.644.416c.653%200%201.248-.16%201.645-.416c.369-.237.534-.521.534-.882V18.855A3.5%203.5%200%200%201%2035%2015.5v-4a3.5%203.5%200%201%201%207%200v4a3.5%203.5%200%200%201-2.5%203.355v10.847c0%201.171-.63%202.036-1.453%202.565c-.794.51-1.79.733-2.726.733s-1.93-.222-2.725-.733c-.824-.53-1.453-1.394-1.453-2.565c0-.625-.134-.955-.254-1.13c-.114-.167-.275-.28-.508-.357a2%202%200%200%200-.384-.085A3%203%200%200%201%2027%2031h-6a3%203%200%200%201-3-3h-.5c-.958%200-1.703.13-2.195.457c-.407.271-.805.79-.805%202.043c0%20.983-.334%201.81-.918%202.395a2.94%202.94%200%200%201-2.082.855c-.747%200-1.507-.28-2.082-.855c-.584-.585-.918-1.412-.918-2.395v-7.645A3.5%203.5%200%200%201%206%2019.5v-4a3.5%203.5%200%201%201%207%200v4a3.5%203.5%200%200%201-2.5%203.355V30.5c0%20.517.166.815.332.98a.94.94%200%200%200%20.668.27a.94.94%200%200%200%20.668-.27c.166-.165.332-.463.332-.98c0-1.747.602-2.978%201.695-3.707C15.203%2026.121%2016.458%2026%2017.5%2026zm6.683-16.793l2.252%204.037l1.521-1.815H31v2h-1.61l-2.787%203.326l-2.21-3.962l-1.183%201.493h-6.771v-2h5.804zM26%2028a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-3-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-4h4v-3h-4zM8%2020.333v-2h3v2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M27%2032c.35%200%20.687-.06%201-.17V36h10v2H10v-2h10v-4.17c.313.11.65.17%201%20.17h1v4h4v-4zM14.5%2042a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m19%200a1.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%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2026c0-1.306.835-2.418%202-2.83V20h-5V6h18v14h-5v3.17c1.165.412%202%201.524%202%202.83v.12c.32.026.667.082%201.011.197a2.92%202.92%200%200%201%201.528%201.126c.408.595.604%201.352.604%202.26c0%20.36.165.644.534.881c.397.256.992.416%201.644.416c.653%200%201.248-.16%201.645-.416c.369-.237.534-.521.534-.882V18.855A3.5%203.5%200%200%201%2035%2015.5v-4a3.5%203.5%200%201%201%207%200v4a3.5%203.5%200%200%201-2.5%203.355v10.847c0%201.171-.63%202.036-1.453%202.565c-.794.51-1.79.733-2.726.733s-1.93-.222-2.725-.733c-.824-.53-1.453-1.394-1.453-2.565c0-.625-.134-.955-.254-1.13c-.114-.167-.275-.28-.508-.357a2%202%200%200%200-.384-.085A3%203%200%200%201%2027%2031h-6a3%203%200%200%201-3-3h-.5c-.958%200-1.703.13-2.195.457c-.407.271-.805.79-.805%202.043c0%20.983-.334%201.81-.918%202.395a2.94%202.94%200%200%201-2.082.855c-.747%200-1.507-.28-2.082-.855c-.584-.585-.918-1.412-.918-2.395v-7.645A3.5%203.5%200%200%201%206%2019.5v-4a3.5%203.5%200%201%201%207%200v4a3.5%203.5%200%200%201-2.5%203.355V30.5c0%20.517.166.815.332.98a.94.94%200%200%200%20.668.27a.94.94%200%200%200%20.668-.27c.166-.165.332-.463.332-.98c0-1.747.602-2.978%201.695-3.707C15.203%2026.121%2016.458%2026%2017.5%2026zm6.683-16.793l2.252%204.037l1.521-1.815H31v2h-1.61l-2.787%203.326l-2.21-3.962l-1.183%201.493h-6.771v-2h5.804zM26%2028a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-3-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-4h4v-3h-4zM8%2020.333v-2h3v2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M27%2032c.35%200%20.687-.06%201-.17V36h10v2H10v-2h10v-4.17c.313.11.65.17%201%20.17h1v4h4v-4zM14.5%2042a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m19%200a1.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-alt.svg?color=%231a73e8&size=48