air-purifier from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
air-purifier
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
air-purifier-sharp

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the air purifier icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7v1h-2v9h2v4zm10.325-6.175Q14.5 13.65 14.5 12t-1.175-2.825T10.5 8T7.675 9.175T6.5 12t1.175 2.825T10.5 16t2.825-1.175m-4.237-1.412Q8.5 12.825 8.5 12t.588-1.412T10.5 10t1.413.588T12.5 12t-.587 1.413T10.5 14t-1.412-.587M17 12v-2h.9q.225 0 .4-.112t.3-.338q.375-.725 1.037-1.138T21.1 8h.9v2h-.9q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 12zm0 4v-2h.9q.225 0 .4-.112t.3-.338q.375-.725 1.037-1.138T21.1 12h.9v2h-.9q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAirPurifier(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 21V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7v1h-2v9h2v4zm10.325-6.175Q14.5 13.65 14.5 12t-1.175-2.825T10.5 8T7.675 9.175T6.5 12t1.175 2.825T10.5 16t2.825-1.175m-4.237-1.412Q8.5 12.825 8.5 12t.588-1.412T10.5 10t1.413.588T12.5 12t-.587 1.413T10.5 14t-1.412-.587M17 12v-2h.9q.225 0 .4-.112t.3-.338q.375-.725 1.037-1.138T21.1 8h.9v2h-.9q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 12zm0 4v-2h.9q.225 0 .4-.112t.3-.338q.375-.725 1.037-1.138T21.1 12h.9v2h-.9q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16z"/></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 21V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7v1h-2v9h2v4zm10.325-6.175Q14.5 13.65 14.5 12t-1.175-2.825T10.5 8T7.675 9.175T6.5 12t1.175 2.825T10.5 16t2.825-1.175m-4.237-1.412Q8.5 12.825 8.5 12t.588-1.412T10.5 10t1.413.588T12.5 12t-.587 1.413T10.5 14t-1.412-.587M17 12v-2h.9q.225 0 .4-.112t.3-.338q.375-.725 1.037-1.138T21.1 8h.9v2h-.9q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 12zm0 4v-2h.9q.225 0 .4-.112t.3-.338q.375-.725 1.037-1.138T21.1 12h.9v2h-.9q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16z"/></svg>
</template>

CSS

.icon-air-purifier {
  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%2021V7q0-1.65%201.175-2.825T7%203h7q1.65%200%202.825%201.175T18%207v1h-2v9h2v4zm10.325-6.175Q14.5%2013.65%2014.5%2012t-1.175-2.825T10.5%208T7.675%209.175T6.5%2012t1.175%202.825T10.5%2016t2.825-1.175m-4.237-1.412Q8.5%2012.825%208.5%2012t.588-1.412T10.5%2010t1.413.588T12.5%2012t-.587%201.413T10.5%2014t-1.412-.587M17%2012v-2h.9q.225%200%20.4-.112t.3-.338q.375-.725%201.037-1.138T21.1%208h.9v2h-.9q-.225%200-.4.113t-.3.337q-.375.725-1.037%201.138T17.9%2012zm0%204v-2h.9q.225%200%20.4-.112t.3-.338q.375-.725%201.037-1.138T21.1%2012h.9v2h-.9q-.225%200-.4.113t-.3.337q-.375.725-1.037%201.138T17.9%2016z%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%2021V7q0-1.65%201.175-2.825T7%203h7q1.65%200%202.825%201.175T18%207v1h-2v9h2v4zm10.325-6.175Q14.5%2013.65%2014.5%2012t-1.175-2.825T10.5%208T7.675%209.175T6.5%2012t1.175%202.825T10.5%2016t2.825-1.175m-4.237-1.412Q8.5%2012.825%208.5%2012t.588-1.412T10.5%2010t1.413.588T12.5%2012t-.587%201.413T10.5%2014t-1.412-.587M17%2012v-2h.9q.225%200%20.4-.112t.3-.338q.375-.725%201.037-1.138T21.1%208h.9v2h-.9q-.225%200-.4.113t-.3.337q-.375.725-1.037%201.138T17.9%2012zm0%204v-2h.9q.225%200%20.4-.112t.3-.338q.375-.725%201.037-1.138T21.1%2012h.9v2h-.9q-.225%200-.4.113t-.3.337q-.375.725-1.037%201.138T17.9%2016z%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.svg?color=%231a73e8&size=48