Ventilator icon

Ventilator is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

ventilator_outlined_fill0_wght400.svg

Ventilator icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=ventilator" />

<span class="material-symbols-outlined">ventilator</span>

Ventilator icon in React

// With the font from the HTML tab:
export function VentilatorIcon() {
  return (
    <span className="material-symbols-outlined">
      ventilator
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import VentilatorIcon from "@material-symbols/svg-400/outlined/ventilator.svg?react";

Ventilator icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">ventilator</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import VentilatorIcon from "@material-symbols/svg-400/outlined/ventilator.svg?component"; -->

Ventilator icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">ventilator</mat-icon>

Ventilator icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.ventilator, fill: 0, weight: 400)

Ventilator icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/ventilator.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12.5 7.5h5v-3H12.5v3ZM5.063 17.063Q5.5 16.625 5.5 16t-.437-1.062Q4.625 14.5 4 14.5t-1.062 .438Q2.5 15.375 2.5 16t.438 1.063Q3.375 17.5 4 17.5t1.063-.437ZM12 20.75q-1.837 0-3.481-.562Q6.875 19.625 5.525 18.575q-.35 .2-.725 .313t-.8 .112q-1.25 0-2.125-.875t-.875-2.125q0-.639 .263-1.194Q1.525 14.25 1.95 13.825q-.225-.6-.387-1.225T1.325 11.325l1.475-.15q.05 .5 .163 .988T3.25 13.1q.175-.05 .36-.075 .185-.025 .39-.025 1.25 0 2.125 .875t.875 2.125q0 .422-.1 .799Q6.8 17.175 6.6 17.525q1 .725 2.171 1.152Q9.943 19.103 11.25 19.225v-5.225q0-.531-.359-.891Q10.531 12.75 10 12.75q-1.575 0-2.662-1.087T6.25 9q0-1.575 1.088-2.662T10 5.25h1v-.75q0-.619 .441-1.059Q11.881 3 12.5 3h5q.619 0 1.06 .441Q19 3.881 19 4.5v.75h1q.319 0 .535 .217 .215 .217 .215 .537 0 .321-.215 .534-.216 .212-.535 .212h-1v.75q0 .619-.44 1.059Q18.119 9 17.5 9H12.5q-.619 0-1.059-.441Q11 8.119 11 7.5v-.75h-1q-.95 0-1.6 .65t-.65 1.6q0 .95 .65 1.6t1.6 .65q1.146 0 1.948 .802Q12.75 12.854 12.75 14v5.225q2.4-.2 4.338-1.5T20.125 14.4l-1.25-.6 .675-1.35 1.175 .6q.15-.45 .275-.912t.175-.963l1.5 .15q-.075 .625-.232 1.225-.158 .599-.368 1.175l1.05 .5-.675 1.35-.975-.5q-1.375 2.55-3.901 4.113Q15.047 20.75 12 20.75Zm.5-13.25v-3 3ZM4 16Z" />
</vector>

Ventilator icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/ventilator.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/ventilator.svg" width="24" height="24" alt="Ventilator">

Ventilator icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameVentilator
Ligatureventilator
Code pointU+E139
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/ventilator.svg, ventilator-fill.svg
FlutterSymbols.ventilator
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwarelineshealthmedicalhealthcareemergencyhospitalmedicineclinicdoctormachineaidpatient

Related icons