Air Purifier Gen icon

Air Purifier Gen is a Google Material Symbol from the Household 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

air_purifier_gen_outlined_fill0_wght400.svg

Air Purifier Gen 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=air_purifier_gen" />

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

Air Purifier Gen icon in React

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

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

Air Purifier Gen icon in Vue

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

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

Air Purifier Gen icon in Angular

With Angular Material and the font from the HTML tab:

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

Air Purifier Gen 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.air_purifier_gen, fill: 0, weight: 400)

Air Purifier Gen icon in Android

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

<!-- res/drawable/air_purifier_gen.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="M3 21v-15.25q0-1.146 .813-1.948Q4.625 3 5.75 3h4.25q1.146 0 1.948 .802Q12.75 4.604 12.75 5.75v15.25H3Zm6.75-5.5h1.5v-6h-1.5v6ZM4.5 19.5h6.75v-2.5h-1.5q-.619 0-1.059-.441Q8.25 16.119 8.25 15.5v-6q0-.619 .441-1.059Q9.131 8 9.75 8h1.5v-2.25q0-.531-.359-.891Q10.531 4.5 10 4.5H5.75q-.5 0-.875 .359-.375 .36-.375 .891v13.75Zm13.009-6.175q-.584 0-1.133-.147T15.3 12.8l.475-1.4q.45 .2 .888 .313T17.525 11.825q.342 0 .683-.112Q18.55 11.6 18.9 11.375q.575-.375 1.124-.525 .548-.15 1.051-.15 .553 0 1.139 .15T23.325 11.2l-.5 1.425q-.51-.17-.942-.297Q21.45 12.2 21.1 12.2t-.737 .124Q19.977 12.448 19.55 12.75q-.5 .35-1.012 .463t-1.029 .112Zm.016-4.15q-.55 0-1.125-.15t-1.1-.375l.475-1.425q.575 .225 .988 .338T17.525 7.675q.342 0 .683-.1Q18.55 7.475 18.9 7.225q.575-.375 1.138-.525t1.062-.15q.525 0 1.084 .135Q22.744 6.821 23.325 7.05l-.475 1.425q-.575-.2-.987-.312T21.1 8.05q-.35 0-.737 .113T19.525 8.6q-.425 .275-.946 .425-.521 .15-1.054 .15Zm0 8.3q-.573 0-1.134-.147Q15.829 17.181 15.3 16.95l.475-1.425q.5 .2 .94 .325 .44 .125 .81 .125 .342 0 .683-.1Q18.55 15.775 18.9 15.525q.539-.372 1.148-.524Q20.657 14.85 21.125 14.85q.525 0 1.1 .15t1.1 .35l-.475 1.425q-.575-.2-1.01-.312T21.1 16.35q-.382 0-.779 .138Q19.925 16.625 19.525 16.9q-.375 .275-.905 .425-.53 .15-1.095 .15Zm-6.275 2.025v-14.012 .262-.262V19.5Z" />
</vector>

Air Purifier Gen icon in SVG

npm install @material-symbols/svg-400

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

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

Air Purifier Gen 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

NameAir Purifier Gen
Ligatureair_purifier_gen
Code pointU+E829
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/air_purifier_gen.svg, air_purifier_gen-fill.svg
FlutterSymbols.air_purifier_gen
LicenseApache License 2.0 (© Google LLC)

Keywords

householdsettingslineshealthnestmodesmart homeenvironmentapplianceventilationfanairflowwind

Related icons