air purifier gen icon
air-purifier-gen from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- air-purifier-gen
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- air-purifier-gen-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the air purifier gen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21V6q0-1.25.875-2.125T6 3h4q1.25 0 2.125.875T13 6v2h-3q-.825 0-1.412.588T8 10v5q0 .825.588 1.413T10 17h3v4zm14.225-3.525q-.65 0-1.287-.175t-1.238-.45l.625-1.9q.55.25 1.025.388t.875.137q.3 0 .6-.088t.625-.312q.575-.4 1.225-.562t1.15-.163q.625 0 1.275.175t1.225.425l-.625 1.9q-.65-.225-1.112-.363t-.788-.137q-.35 0-.712.113t-.713.387q-.425.3-.987.463t-1.163.162M13 15h-3v-5h3zm4.2-1.425q-.65 0-1.275-.175t-1.225-.45l.625-1.9q.5.225.988.375t.912.15q.3 0 .6-.1t.625-.3q.6-.425 1.2-.575t1.15-.15q.625 0 1.288.163t1.237.437l-.625 1.9q-.575-.2-1.062-.35t-.838-.15q-.3 0-.662.113t-.763.387q-.525.35-1.062.488t-1.113.137m.025-3.9q-.65 0-1.3-.175T14.7 9.05l.625-1.9q.65.275 1.1.4t.8.125q.3 0 .6-.087t.625-.313q.625-.425 1.213-.575t1.137-.15q.625 0 1.25.163t1.275.437l-.625 1.9q-.65-.225-1.1-.363t-.8-.137q-.325 0-.663.1t-.762.4q-.45.325-1.012.475t-1.138.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAirPurifierGen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21V6q0-1.25.875-2.125T6 3h4q1.25 0 2.125.875T13 6v2h-3q-.825 0-1.412.588T8 10v5q0 .825.588 1.413T10 17h3v4zm14.225-3.525q-.65 0-1.287-.175t-1.238-.45l.625-1.9q.55.25 1.025.388t.875.137q.3 0 .6-.088t.625-.312q.575-.4 1.225-.562t1.15-.163q.625 0 1.275.175t1.225.425l-.625 1.9q-.65-.225-1.112-.363t-.788-.137q-.35 0-.712.113t-.713.387q-.425.3-.987.463t-1.163.162M13 15h-3v-5h3zm4.2-1.425q-.65 0-1.275-.175t-1.225-.45l.625-1.9q.5.225.988.375t.912.15q.3 0 .6-.1t.625-.3q.6-.425 1.2-.575t1.15-.15q.625 0 1.288.163t1.237.437l-.625 1.9q-.575-.2-1.062-.35t-.838-.15q-.3 0-.662.113t-.763.387q-.525.35-1.062.488t-1.113.137m.025-3.9q-.65 0-1.3-.175T14.7 9.05l.625-1.9q.65.275 1.1.4t.8.125q.3 0 .6-.087t.625-.313q.625-.425 1.213-.575t1.137-.15q.625 0 1.25.163t1.275.437l-.625 1.9q-.65-.225-1.1-.363t-.8-.137q-.325 0-.663.1t-.762.4q-.45.325-1.012.475t-1.138.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21V6q0-1.25.875-2.125T6 3h4q1.25 0 2.125.875T13 6v2h-3q-.825 0-1.412.588T8 10v5q0 .825.588 1.413T10 17h3v4zm14.225-3.525q-.65 0-1.287-.175t-1.238-.45l.625-1.9q.55.25 1.025.388t.875.137q.3 0 .6-.088t.625-.312q.575-.4 1.225-.562t1.15-.163q.625 0 1.275.175t1.225.425l-.625 1.9q-.65-.225-1.112-.363t-.788-.137q-.35 0-.712.113t-.713.387q-.425.3-.987.463t-1.163.162M13 15h-3v-5h3zm4.2-1.425q-.65 0-1.275-.175t-1.225-.45l.625-1.9q.5.225.988.375t.912.15q.3 0 .6-.1t.625-.3q.6-.425 1.2-.575t1.15-.15q.625 0 1.288.163t1.237.437l-.625 1.9q-.575-.2-1.062-.35t-.838-.15q-.3 0-.662.113t-.763.387q-.525.35-1.062.488t-1.113.137m.025-3.9q-.65 0-1.3-.175T14.7 9.05l.625-1.9q.65.275 1.1.4t.8.125q.3 0 .6-.087t.625-.313q.625-.425 1.213-.575t1.137-.15q.625 0 1.25.163t1.275.437l-.625 1.9q-.65-.225-1.1-.363t-.8-.137q-.325 0-.663.1t-.762.4q-.45.325-1.012.475t-1.138.15"/></svg> </template>
CSS
.icon-air-purifier-gen {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2021V6q0-1.25.875-2.125T6%203h4q1.25%200%202.125.875T13%206v2h-3q-.825%200-1.412.588T8%2010v5q0%20.825.588%201.413T10%2017h3v4zm14.225-3.525q-.65%200-1.287-.175t-1.238-.45l.625-1.9q.55.25%201.025.388t.875.137q.3%200%20.6-.088t.625-.312q.575-.4%201.225-.562t1.15-.163q.625%200%201.275.175t1.225.425l-.625%201.9q-.65-.225-1.112-.363t-.788-.137q-.35%200-.712.113t-.713.387q-.425.3-.987.463t-1.163.162M13%2015h-3v-5h3zm4.2-1.425q-.65%200-1.275-.175t-1.225-.45l.625-1.9q.5.225.988.375t.912.15q.3%200%20.6-.1t.625-.3q.6-.425%201.2-.575t1.15-.15q.625%200%201.288.163t1.237.437l-.625%201.9q-.575-.2-1.062-.35t-.838-.15q-.3%200-.662.113t-.763.387q-.525.35-1.062.488t-1.113.137m.025-3.9q-.65%200-1.3-.175T14.7%209.05l.625-1.9q.65.275%201.1.4t.8.125q.3%200%20.6-.087t.625-.313q.625-.425%201.213-.575t1.137-.15q.625%200%201.25.163t1.275.437l-.625%201.9q-.65-.225-1.1-.363t-.8-.137q-.325%200-.663.1t-.762.4q-.45.325-1.012.475t-1.138.15%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2021V6q0-1.25.875-2.125T6%203h4q1.25%200%202.125.875T13%206v2h-3q-.825%200-1.412.588T8%2010v5q0%20.825.588%201.413T10%2017h3v4zm14.225-3.525q-.65%200-1.287-.175t-1.238-.45l.625-1.9q.55.25%201.025.388t.875.137q.3%200%20.6-.088t.625-.312q.575-.4%201.225-.562t1.15-.163q.625%200%201.275.175t1.225.425l-.625%201.9q-.65-.225-1.112-.363t-.788-.137q-.35%200-.712.113t-.713.387q-.425.3-.987.463t-1.163.162M13%2015h-3v-5h3zm4.2-1.425q-.65%200-1.275-.175t-1.225-.45l.625-1.9q.5.225.988.375t.912.15q.3%200%20.6-.1t.625-.3q.6-.425%201.2-.575t1.15-.15q.625%200%201.288.163t1.237.437l-.625%201.9q-.575-.2-1.062-.35t-.838-.15q-.3%200-.662.113t-.763.387q-.525.35-1.062.488t-1.113.137m.025-3.9q-.65%200-1.3-.175T14.7%209.05l.625-1.9q.65.275%201.1.4t.8.125q.3%200%20.6-.087t.625-.313q.625-.425%201.213-.575t1.137-.15q.625%200%201.25.163t1.275.437l-.625%201.9q-.65-.225-1.1-.363t-.8-.137q-.325%200-.663.1t-.762.4q-.45.325-1.012.475t-1.138.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/air-purifier-gen.svg?color=%231a73e8&size=48