ventilator icon
ventilator-24px from Health Icons by Resolve to Save Lives · Filled 24px · Devices · MIT Free for personal and commercial use.
- Name
- ventilator-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5 20.977v-1.989l.053-.001l.286.25c.615.539 1.492.963 2.134 1.235a16 16 0 0 0 1.194.449l.021.007l.007.002h.003l.22.07l.228-.034c.234-.034.425-.13.543-.199c.133-.076.26-.17.38-.266c.237-.195.49-.449.739-.74a8.8 8.8 0 0 0 1.515-2.586q.075-.012.15-.02c.456-.05.76.014.941.144c.065.047.16.17.22.768l.018.203c.018.212.04.473.076.696c.052.314.153.739.43 1.111c.603.81 1.617.87 2.295.787a5.1 5.1 0 0 0 2.133-.803a3.4 3.4 0 0 0 1.398-2.116c.176-.871-.002-1.872-.777-2.644c-.485-.482-.876-.921-1.144-1.33c-.27-.412-.363-.718-.363-.949h-2c0 .764.306 1.451.687 2.033c.382.584.89 1.139 1.405 1.652c.225.224.298.513.23.846a1.4 1.4 0 0 1-.555.86a3.1 3.1 0 0 1-1.259.477c-.285.035-.41-.002-.451-.018a1 1 0 0 1-.054-.223a6 6 0 0 1-.05-.46l-.03-.317c-.054-.55-.17-1.561-1.037-2.184c-.598-.43-1.277-.544-1.86-.539a5 5 0 0 0-.042-.804c-.148-1.147-.694-2.27-1.779-3.236l-.667-.594c.29-.89.494-1.908.243-3.157c-.498-2.474-3.072-4.86-6.646-4.266L3 3.23v17.747zm3.667-.056l.031.01zm-2.006-3.176l-.492-.43a2.6 2.6 0 0 1 .469-.668c.203-.219.439-.427.714-.664l.091-.078a14 14 0 0 0 .764-.689c.395-.393.677-.735.878-1.172c.159-.346.252-.73.349-1.129l.037-.154q.027-.108.055-.21l.045.04c.735.654 1.044 1.344 1.13 2.008c.089.686-.054 1.413-.341 2.112a6.8 6.8 0 0 1-1.079 1.765a4 4 0 0 1-.396.414a14 14 0 0 1-.627-.248c-.614-.26-1.237-.582-1.597-.897m1.589-7.209c.414 0 .75-.334.75-.746a.75.75 0 0 0-.75-.745a.75.75 0 0 0-.75.745c0 .412.336.746.75.746" clip-rule="evenodd"/><path fill-rule="evenodd" d="M13.5 10.039v-5.47c0-.406.249-.771.629-.922l.003-.002l.004-.001l.015-.006a6 6 0 0 1 .227-.083c.148-.052.355-.121.597-.19c.467-.132 1.135-.287 1.775-.287c.549 0 1.226.159 1.688.283a16 16 0 0 1 .814.244l.053.018l.015.005l.006.002a1 1 0 0 1 .674.94v5.469c.552 0 1 .445 1 .995a.997.997 0 0 1-1 .994h-6.5c-.552 0-1-.445-1-.994c0-.55.448-.995 1-.995m2-4.755l.025-.007c.408-.116.865-.21 1.225-.21c.256 0 .704.09 1.166.214l.084.023v4.735h-2.5z" clip-rule="evenodd"/><path d="M14.75 12.028v.994h4v-.994z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVentilator24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M5 20.977v-1.989l.053-.001l.286.25c.615.539 1.492.963 2.134 1.235a16 16 0 0 0 1.194.449l.021.007l.007.002h.003l.22.07l.228-.034c.234-.034.425-.13.543-.199c.133-.076.26-.17.38-.266c.237-.195.49-.449.739-.74a8.8 8.8 0 0 0 1.515-2.586q.075-.012.15-.02c.456-.05.76.014.941.144c.065.047.16.17.22.768l.018.203c.018.212.04.473.076.696c.052.314.153.739.43 1.111c.603.81 1.617.87 2.295.787a5.1 5.1 0 0 0 2.133-.803a3.4 3.4 0 0 0 1.398-2.116c.176-.871-.002-1.872-.777-2.644c-.485-.482-.876-.921-1.144-1.33c-.27-.412-.363-.718-.363-.949h-2c0 .764.306 1.451.687 2.033c.382.584.89 1.139 1.405 1.652c.225.224.298.513.23.846a1.4 1.4 0 0 1-.555.86a3.1 3.1 0 0 1-1.259.477c-.285.035-.41-.002-.451-.018a1 1 0 0 1-.054-.223a6 6 0 0 1-.05-.46l-.03-.317c-.054-.55-.17-1.561-1.037-2.184c-.598-.43-1.277-.544-1.86-.539a5 5 0 0 0-.042-.804c-.148-1.147-.694-2.27-1.779-3.236l-.667-.594c.29-.89.494-1.908.243-3.157c-.498-2.474-3.072-4.86-6.646-4.266L3 3.23v17.747zm3.667-.056l.031.01zm-2.006-3.176l-.492-.43a2.6 2.6 0 0 1 .469-.668c.203-.219.439-.427.714-.664l.091-.078a14 14 0 0 0 .764-.689c.395-.393.677-.735.878-1.172c.159-.346.252-.73.349-1.129l.037-.154q.027-.108.055-.21l.045.04c.735.654 1.044 1.344 1.13 2.008c.089.686-.054 1.413-.341 2.112a6.8 6.8 0 0 1-1.079 1.765a4 4 0 0 1-.396.414a14 14 0 0 1-.627-.248c-.614-.26-1.237-.582-1.597-.897m1.589-7.209c.414 0 .75-.334.75-.746a.75.75 0 0 0-.75-.745a.75.75 0 0 0-.75.745c0 .412.336.746.75.746" clipRule="evenodd"/><path fillRule="evenodd" d="M13.5 10.039v-5.47c0-.406.249-.771.629-.922l.003-.002l.004-.001l.015-.006a6 6 0 0 1 .227-.083c.148-.052.355-.121.597-.19c.467-.132 1.135-.287 1.775-.287c.549 0 1.226.159 1.688.283a16 16 0 0 1 .814.244l.053.018l.015.005l.006.002a1 1 0 0 1 .674.94v5.469c.552 0 1 .445 1 .995a.997.997 0 0 1-1 .994h-6.5c-.552 0-1-.445-1-.994c0-.55.448-.995 1-.995m2-4.755l.025-.007c.408-.116.865-.21 1.225-.21c.256 0 .704.09 1.166.214l.084.023v4.735h-2.5z" clipRule="evenodd"/><path d="M14.75 12.028v.994h4v-.994z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5 20.977v-1.989l.053-.001l.286.25c.615.539 1.492.963 2.134 1.235a16 16 0 0 0 1.194.449l.021.007l.007.002h.003l.22.07l.228-.034c.234-.034.425-.13.543-.199c.133-.076.26-.17.38-.266c.237-.195.49-.449.739-.74a8.8 8.8 0 0 0 1.515-2.586q.075-.012.15-.02c.456-.05.76.014.941.144c.065.047.16.17.22.768l.018.203c.018.212.04.473.076.696c.052.314.153.739.43 1.111c.603.81 1.617.87 2.295.787a5.1 5.1 0 0 0 2.133-.803a3.4 3.4 0 0 0 1.398-2.116c.176-.871-.002-1.872-.777-2.644c-.485-.482-.876-.921-1.144-1.33c-.27-.412-.363-.718-.363-.949h-2c0 .764.306 1.451.687 2.033c.382.584.89 1.139 1.405 1.652c.225.224.298.513.23.846a1.4 1.4 0 0 1-.555.86a3.1 3.1 0 0 1-1.259.477c-.285.035-.41-.002-.451-.018a1 1 0 0 1-.054-.223a6 6 0 0 1-.05-.46l-.03-.317c-.054-.55-.17-1.561-1.037-2.184c-.598-.43-1.277-.544-1.86-.539a5 5 0 0 0-.042-.804c-.148-1.147-.694-2.27-1.779-3.236l-.667-.594c.29-.89.494-1.908.243-3.157c-.498-2.474-3.072-4.86-6.646-4.266L3 3.23v17.747zm3.667-.056l.031.01zm-2.006-3.176l-.492-.43a2.6 2.6 0 0 1 .469-.668c.203-.219.439-.427.714-.664l.091-.078a14 14 0 0 0 .764-.689c.395-.393.677-.735.878-1.172c.159-.346.252-.73.349-1.129l.037-.154q.027-.108.055-.21l.045.04c.735.654 1.044 1.344 1.13 2.008c.089.686-.054 1.413-.341 2.112a6.8 6.8 0 0 1-1.079 1.765a4 4 0 0 1-.396.414a14 14 0 0 1-.627-.248c-.614-.26-1.237-.582-1.597-.897m1.589-7.209c.414 0 .75-.334.75-.746a.75.75 0 0 0-.75-.745a.75.75 0 0 0-.75.745c0 .412.336.746.75.746" clip-rule="evenodd"/><path fill-rule="evenodd" d="M13.5 10.039v-5.47c0-.406.249-.771.629-.922l.003-.002l.004-.001l.015-.006a6 6 0 0 1 .227-.083c.148-.052.355-.121.597-.19c.467-.132 1.135-.287 1.775-.287c.549 0 1.226.159 1.688.283a16 16 0 0 1 .814.244l.053.018l.015.005l.006.002a1 1 0 0 1 .674.94v5.469c.552 0 1 .445 1 .995a.997.997 0 0 1-1 .994h-6.5c-.552 0-1-.445-1-.994c0-.55.448-.995 1-.995m2-4.755l.025-.007c.408-.116.865-.21 1.225-.21c.256 0 .704.09 1.166.214l.084.023v4.735h-2.5z" clip-rule="evenodd"/><path d="M14.75 12.028v.994h4v-.994z"/></g></svg> </template>
CSS
.icon-ventilator-24px {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2020.977v-1.989l.053-.001l.286.25c.615.539%201.492.963%202.134%201.235a16%2016%200%200%200%201.194.449l.021.007l.007.002h.003l.22.07l.228-.034c.234-.034.425-.13.543-.199c.133-.076.26-.17.38-.266c.237-.195.49-.449.739-.74a8.8%208.8%200%200%200%201.515-2.586q.075-.012.15-.02c.456-.05.76.014.941.144c.065.047.16.17.22.768l.018.203c.018.212.04.473.076.696c.052.314.153.739.43%201.111c.603.81%201.617.87%202.295.787a5.1%205.1%200%200%200%202.133-.803a3.4%203.4%200%200%200%201.398-2.116c.176-.871-.002-1.872-.777-2.644c-.485-.482-.876-.921-1.144-1.33c-.27-.412-.363-.718-.363-.949h-2c0%20.764.306%201.451.687%202.033c.382.584.89%201.139%201.405%201.652c.225.224.298.513.23.846a1.4%201.4%200%200%201-.555.86a3.1%203.1%200%200%201-1.259.477c-.285.035-.41-.002-.451-.018a1%201%200%200%201-.054-.223a6%206%200%200%201-.05-.46l-.03-.317c-.054-.55-.17-1.561-1.037-2.184c-.598-.43-1.277-.544-1.86-.539a5%205%200%200%200-.042-.804c-.148-1.147-.694-2.27-1.779-3.236l-.667-.594c.29-.89.494-1.908.243-3.157c-.498-2.474-3.072-4.86-6.646-4.266L3%203.23v17.747zm3.667-.056l.031.01zm-2.006-3.176l-.492-.43a2.6%202.6%200%200%201%20.469-.668c.203-.219.439-.427.714-.664l.091-.078a14%2014%200%200%200%20.764-.689c.395-.393.677-.735.878-1.172c.159-.346.252-.73.349-1.129l.037-.154q.027-.108.055-.21l.045.04c.735.654%201.044%201.344%201.13%202.008c.089.686-.054%201.413-.341%202.112a6.8%206.8%200%200%201-1.079%201.765a4%204%200%200%201-.396.414a14%2014%200%200%201-.627-.248c-.614-.26-1.237-.582-1.597-.897m1.589-7.209c.414%200%20.75-.334.75-.746a.75.75%200%200%200-.75-.745a.75.75%200%200%200-.75.745c0%20.412.336.746.75.746%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%2010.039v-5.47c0-.406.249-.771.629-.922l.003-.002l.004-.001l.015-.006a6%206%200%200%201%20.227-.083c.148-.052.355-.121.597-.19c.467-.132%201.135-.287%201.775-.287c.549%200%201.226.159%201.688.283a16%2016%200%200%201%20.814.244l.053.018l.015.005l.006.002a1%201%200%200%201%20.674.94v5.469c.552%200%201%20.445%201%20.995a.997.997%200%200%201-1%20.994h-6.5c-.552%200-1-.445-1-.994c0-.55.448-.995%201-.995m2-4.755l.025-.007c.408-.116.865-.21%201.225-.21c.256%200%20.704.09%201.166.214l.084.023v4.735h-2.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.75%2012.028v.994h4v-.994z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2020.977v-1.989l.053-.001l.286.25c.615.539%201.492.963%202.134%201.235a16%2016%200%200%200%201.194.449l.021.007l.007.002h.003l.22.07l.228-.034c.234-.034.425-.13.543-.199c.133-.076.26-.17.38-.266c.237-.195.49-.449.739-.74a8.8%208.8%200%200%200%201.515-2.586q.075-.012.15-.02c.456-.05.76.014.941.144c.065.047.16.17.22.768l.018.203c.018.212.04.473.076.696c.052.314.153.739.43%201.111c.603.81%201.617.87%202.295.787a5.1%205.1%200%200%200%202.133-.803a3.4%203.4%200%200%200%201.398-2.116c.176-.871-.002-1.872-.777-2.644c-.485-.482-.876-.921-1.144-1.33c-.27-.412-.363-.718-.363-.949h-2c0%20.764.306%201.451.687%202.033c.382.584.89%201.139%201.405%201.652c.225.224.298.513.23.846a1.4%201.4%200%200%201-.555.86a3.1%203.1%200%200%201-1.259.477c-.285.035-.41-.002-.451-.018a1%201%200%200%201-.054-.223a6%206%200%200%201-.05-.46l-.03-.317c-.054-.55-.17-1.561-1.037-2.184c-.598-.43-1.277-.544-1.86-.539a5%205%200%200%200-.042-.804c-.148-1.147-.694-2.27-1.779-3.236l-.667-.594c.29-.89.494-1.908.243-3.157c-.498-2.474-3.072-4.86-6.646-4.266L3%203.23v17.747zm3.667-.056l.031.01zm-2.006-3.176l-.492-.43a2.6%202.6%200%200%201%20.469-.668c.203-.219.439-.427.714-.664l.091-.078a14%2014%200%200%200%20.764-.689c.395-.393.677-.735.878-1.172c.159-.346.252-.73.349-1.129l.037-.154q.027-.108.055-.21l.045.04c.735.654%201.044%201.344%201.13%202.008c.089.686-.054%201.413-.341%202.112a6.8%206.8%200%200%201-1.079%201.765a4%204%200%200%201-.396.414a14%2014%200%200%201-.627-.248c-.614-.26-1.237-.582-1.597-.897m1.589-7.209c.414%200%20.75-.334.75-.746a.75.75%200%200%200-.75-.745a.75.75%200%200%200-.75.745c0%20.412.336.746.75.746%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%2010.039v-5.47c0-.406.249-.771.629-.922l.003-.002l.004-.001l.015-.006a6%206%200%200%201%20.227-.083c.148-.052.355-.121.597-.19c.467-.132%201.135-.287%201.775-.287c.549%200%201.226.159%201.688.283a16%2016%200%200%201%20.814.244l.053.018l.015.005l.006.002a1%201%200%200%201%20.674.94v5.469c.552%200%201%20.445%201%20.995a.997.997%200%200%201-1%20.994h-6.5c-.552%200-1-.445-1-.994c0-.55.448-.995%201-.995m2-4.755l.025-.007c.408-.116.865-.21%201.225-.21c.256%200%20.704.09%201.166.214l.084.023v4.735h-2.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.75%2012.028v.994h4v-.994z%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-24px.svg?color=%231a73e8&size=48