ventilator icon
ventilator from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- ventilator
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- 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 48 48"><g fill="currentColor"><path d="M30 18v-2h7v2zm0-5v2h7v-2zm0 8h7v-2h-7z"/><path fill-rule="evenodd" d="M7 6q-.546 0-1.082.044A1 1 0 0 0 5 7.041V43a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4.483l.197.084q.036.044.075.084c.516.549 1.292.98 2.048 1.316c.78.348 1.654.644 2.457.883a36 36 0 0 0 2.964.74l.05.01l.014.003l.006.001l.479.093l.368-.321c3.159-2.757 5.138-5.711 5.707-8.895c.597.05.926.224 1.122.4c.243.219.426.571.53 1.139c.103.573.108 1.261.078 2.047c-.01.242-.023.5-.037.763A33 33 0 0 0 26 38.5c0 .997.41 1.804 1.142 2.335c.68.494 1.548.686 2.396.723c1.703.076 3.774-.449 5.519-1.244c.881-.402 1.716-.89 2.404-1.438c.678-.54 1.28-1.189 1.6-1.935c.34-.794.35-1.685-.165-2.515c-.477-.77-1.333-1.37-2.46-1.847c-.747-.316-1.194-.695-1.475-1.081c-.284-.39-.447-.853-.528-1.41c-.082-.567-.073-1.195-.035-1.9l.033-.564c.034-.526.069-1.09.069-1.624H36v-2h5a1 1 0 1 0 0-2h-1V8.5C40 7.12 37.09 6 33.5 6S27 7.12 27 8.5V22h-1a1 1 0 1 0 0 2h5v2h1.5c0 .467-.03.933-.06 1.436l-.04.646c-.038.728-.058 1.52.054 2.292c.113.783.364 1.58.89 2.302c.53.725 1.288 1.311 2.314 1.745c.952.403 1.373.792 1.538 1.058c.127.206.144.4.026.673c-.138.322-.46.725-1.006 1.16c-.534.424-1.22.831-1.99 1.182c-1.556.71-3.306 1.124-4.599 1.066c-.65-.029-1.073-.172-1.31-.343c-.184-.134-.317-.324-.317-.717c0-.471.025-.947.052-1.456q.023-.415.041-.864c.032-.807.037-1.682-.11-2.484c-.146-.807-.463-1.642-1.158-2.267c-.593-.535-1.364-.828-2.29-.907c-.021-3.342-1.57-6.73-4.492-10.17l-.043-.05V19c0-7.18-5.82-13-13-13m10 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M37.378 8.599c.295.113.495.22.622.301V22h-9V8.9a3.5 3.5 0 0 1 .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.3-.759c.037-.08.108-.204.237-.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"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVentilator(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="M30 18v-2h7v2zm0-5v2h7v-2zm0 8h7v-2h-7z"/><path fillRule="evenodd" d="M7 6q-.546 0-1.082.044A1 1 0 0 0 5 7.041V43a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4.483l.197.084q.036.044.075.084c.516.549 1.292.98 2.048 1.316c.78.348 1.654.644 2.457.883a36 36 0 0 0 2.964.74l.05.01l.014.003l.006.001l.479.093l.368-.321c3.159-2.757 5.138-5.711 5.707-8.895c.597.05.926.224 1.122.4c.243.219.426.571.53 1.139c.103.573.108 1.261.078 2.047c-.01.242-.023.5-.037.763A33 33 0 0 0 26 38.5c0 .997.41 1.804 1.142 2.335c.68.494 1.548.686 2.396.723c1.703.076 3.774-.449 5.519-1.244c.881-.402 1.716-.89 2.404-1.438c.678-.54 1.28-1.189 1.6-1.935c.34-.794.35-1.685-.165-2.515c-.477-.77-1.333-1.37-2.46-1.847c-.747-.316-1.194-.695-1.475-1.081c-.284-.39-.447-.853-.528-1.41c-.082-.567-.073-1.195-.035-1.9l.033-.564c.034-.526.069-1.09.069-1.624H36v-2h5a1 1 0 1 0 0-2h-1V8.5C40 7.12 37.09 6 33.5 6S27 7.12 27 8.5V22h-1a1 1 0 1 0 0 2h5v2h1.5c0 .467-.03.933-.06 1.436l-.04.646c-.038.728-.058 1.52.054 2.292c.113.783.364 1.58.89 2.302c.53.725 1.288 1.311 2.314 1.745c.952.403 1.373.792 1.538 1.058c.127.206.144.4.026.673c-.138.322-.46.725-1.006 1.16c-.534.424-1.22.831-1.99 1.182c-1.556.71-3.306 1.124-4.599 1.066c-.65-.029-1.073-.172-1.31-.343c-.184-.134-.317-.324-.317-.717c0-.471.025-.947.052-1.456q.023-.415.041-.864c.032-.807.037-1.682-.11-2.484c-.146-.807-.463-1.642-1.158-2.267c-.593-.535-1.364-.828-2.29-.907c-.021-3.342-1.57-6.73-4.492-10.17l-.043-.05V19c0-7.18-5.82-13-13-13m10 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M37.378 8.599c.295.113.495.22.622.301V22h-9V8.9a3.5 3.5 0 0 1 .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.3-.759c.037-.08.108-.204.237-.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"/></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="M30 18v-2h7v2zm0-5v2h7v-2zm0 8h7v-2h-7z"/><path fill-rule="evenodd" d="M7 6q-.546 0-1.082.044A1 1 0 0 0 5 7.041V43a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4.483l.197.084q.036.044.075.084c.516.549 1.292.98 2.048 1.316c.78.348 1.654.644 2.457.883a36 36 0 0 0 2.964.74l.05.01l.014.003l.006.001l.479.093l.368-.321c3.159-2.757 5.138-5.711 5.707-8.895c.597.05.926.224 1.122.4c.243.219.426.571.53 1.139c.103.573.108 1.261.078 2.047c-.01.242-.023.5-.037.763A33 33 0 0 0 26 38.5c0 .997.41 1.804 1.142 2.335c.68.494 1.548.686 2.396.723c1.703.076 3.774-.449 5.519-1.244c.881-.402 1.716-.89 2.404-1.438c.678-.54 1.28-1.189 1.6-1.935c.34-.794.35-1.685-.165-2.515c-.477-.77-1.333-1.37-2.46-1.847c-.747-.316-1.194-.695-1.475-1.081c-.284-.39-.447-.853-.528-1.41c-.082-.567-.073-1.195-.035-1.9l.033-.564c.034-.526.069-1.09.069-1.624H36v-2h5a1 1 0 1 0 0-2h-1V8.5C40 7.12 37.09 6 33.5 6S27 7.12 27 8.5V22h-1a1 1 0 1 0 0 2h5v2h1.5c0 .467-.03.933-.06 1.436l-.04.646c-.038.728-.058 1.52.054 2.292c.113.783.364 1.58.89 2.302c.53.725 1.288 1.311 2.314 1.745c.952.403 1.373.792 1.538 1.058c.127.206.144.4.026.673c-.138.322-.46.725-1.006 1.16c-.534.424-1.22.831-1.99 1.182c-1.556.71-3.306 1.124-4.599 1.066c-.65-.029-1.073-.172-1.31-.343c-.184-.134-.317-.324-.317-.717c0-.471.025-.947.052-1.456q.023-.415.041-.864c.032-.807.037-1.682-.11-2.484c-.146-.807-.463-1.642-1.158-2.267c-.593-.535-1.364-.828-2.29-.907c-.021-3.342-1.57-6.73-4.492-10.17l-.043-.05V19c0-7.18-5.82-13-13-13m10 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M37.378 8.599c.295.113.495.22.622.301V22h-9V8.9a3.5 3.5 0 0 1 .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.3-.759c.037-.08.108-.204.237-.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"/></g></svg> </template>
CSS
.icon-ventilator {
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%22M30%2018v-2h7v2zm0-5v2h7v-2zm0%208h7v-2h-7z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%206q-.546%200-1.082.044A1%201%200%200%200%205%207.041V43a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1v-4.483l.197.084q.036.044.075.084c.516.549%201.292.98%202.048%201.316c.78.348%201.654.644%202.457.883a36%2036%200%200%200%202.964.74l.05.01l.014.003l.006.001l.479.093l.368-.321c3.159-2.757%205.138-5.711%205.707-8.895c.597.05.926.224%201.122.4c.243.219.426.571.53%201.139c.103.573.108%201.261.078%202.047c-.01.242-.023.5-.037.763A33%2033%200%200%200%2026%2038.5c0%20.997.41%201.804%201.142%202.335c.68.494%201.548.686%202.396.723c1.703.076%203.774-.449%205.519-1.244c.881-.402%201.716-.89%202.404-1.438c.678-.54%201.28-1.189%201.6-1.935c.34-.794.35-1.685-.165-2.515c-.477-.77-1.333-1.37-2.46-1.847c-.747-.316-1.194-.695-1.475-1.081c-.284-.39-.447-.853-.528-1.41c-.082-.567-.073-1.195-.035-1.9l.033-.564c.034-.526.069-1.09.069-1.624H36v-2h5a1%201%200%201%200%200-2h-1V8.5C40%207.12%2037.09%206%2033.5%206S27%207.12%2027%208.5V22h-1a1%201%200%201%200%200%202h5v2h1.5c0%20.467-.03.933-.06%201.436l-.04.646c-.038.728-.058%201.52.054%202.292c.113.783.364%201.58.89%202.302c.53.725%201.288%201.311%202.314%201.745c.952.403%201.373.792%201.538%201.058c.127.206.144.4.026.673c-.138.322-.46.725-1.006%201.16c-.534.424-1.22.831-1.99%201.182c-1.556.71-3.306%201.124-4.599%201.066c-.65-.029-1.073-.172-1.31-.343c-.184-.134-.317-.324-.317-.717c0-.471.025-.947.052-1.456q.023-.415.041-.864c.032-.807.037-1.682-.11-2.484c-.146-.807-.463-1.642-1.158-2.267c-.593-.535-1.364-.828-2.29-.907c-.021-3.342-1.57-6.73-4.492-10.17l-.043-.05V19c0-7.18-5.82-13-13-13m10%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M37.378%208.599c.295.113.495.22.622.301V22h-9V8.9a3.5%203.5%200%200%201%20.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.3-.759c.037-.08.108-.204.237-.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%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%22M30%2018v-2h7v2zm0-5v2h7v-2zm0%208h7v-2h-7z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%206q-.546%200-1.082.044A1%201%200%200%200%205%207.041V43a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1v-4.483l.197.084q.036.044.075.084c.516.549%201.292.98%202.048%201.316c.78.348%201.654.644%202.457.883a36%2036%200%200%200%202.964.74l.05.01l.014.003l.006.001l.479.093l.368-.321c3.159-2.757%205.138-5.711%205.707-8.895c.597.05.926.224%201.122.4c.243.219.426.571.53%201.139c.103.573.108%201.261.078%202.047c-.01.242-.023.5-.037.763A33%2033%200%200%200%2026%2038.5c0%20.997.41%201.804%201.142%202.335c.68.494%201.548.686%202.396.723c1.703.076%203.774-.449%205.519-1.244c.881-.402%201.716-.89%202.404-1.438c.678-.54%201.28-1.189%201.6-1.935c.34-.794.35-1.685-.165-2.515c-.477-.77-1.333-1.37-2.46-1.847c-.747-.316-1.194-.695-1.475-1.081c-.284-.39-.447-.853-.528-1.41c-.082-.567-.073-1.195-.035-1.9l.033-.564c.034-.526.069-1.09.069-1.624H36v-2h5a1%201%200%201%200%200-2h-1V8.5C40%207.12%2037.09%206%2033.5%206S27%207.12%2027%208.5V22h-1a1%201%200%201%200%200%202h5v2h1.5c0%20.467-.03.933-.06%201.436l-.04.646c-.038.728-.058%201.52.054%202.292c.113.783.364%201.58.89%202.302c.53.725%201.288%201.311%202.314%201.745c.952.403%201.373.792%201.538%201.058c.127.206.144.4.026.673c-.138.322-.46.725-1.006%201.16c-.534.424-1.22.831-1.99%201.182c-1.556.71-3.306%201.124-4.599%201.066c-.65-.029-1.073-.172-1.31-.343c-.184-.134-.317-.324-.317-.717c0-.471.025-.947.052-1.456q.023-.415.041-.864c.032-.807.037-1.682-.11-2.484c-.146-.807-.463-1.642-1.158-2.267c-.593-.535-1.364-.828-2.29-.907c-.021-3.342-1.57-6.73-4.492-10.17l-.043-.05V19c0-7.18-5.82-13-13-13m10%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M37.378%208.599c.295.113.495.22.622.301V22h-9V8.9a3.5%203.5%200%200%201%20.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.3-.759c.037-.08.108-.204.237-.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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/ventilator.svg?color=%231a73e8&size=48