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

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

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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="M4 20V7q0-1.237.881-2.119T7 4h7q1.238 0 2.119.881T17 7v1h-1v9h1v3zm8.623-5.877q.877-.877.877-2.123t-.877-2.123T10.5 9t-2.123.877T7.5 12t.877 2.123T10.5 15t2.123-.877m-3.535-.71Q8.5 12.825 8.5 12t.588-1.412T10.5 10t1.413.588T12.5 12t-.587 1.413T10.5 14t-1.412-.587M16.5 11.5v-1h.4q.383 0 .681-.17t.48-.55q.298-.609.841-.944q.543-.336 1.198-.336h.4v1h-.4q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336zm0 4v-1h.4q.383 0 .681-.17t.48-.55q.298-.57.841-.925T20.1 12.5h.4v1h-.4q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAirPurifier(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="M4 20V7q0-1.237.881-2.119T7 4h7q1.238 0 2.119.881T17 7v1h-1v9h1v3zm8.623-5.877q.877-.877.877-2.123t-.877-2.123T10.5 9t-2.123.877T7.5 12t.877 2.123T10.5 15t2.123-.877m-3.535-.71Q8.5 12.825 8.5 12t.588-1.412T10.5 10t1.413.588T12.5 12t-.587 1.413T10.5 14t-1.412-.587M16.5 11.5v-1h.4q.383 0 .681-.17t.48-.55q.298-.609.841-.944q.543-.336 1.198-.336h.4v1h-.4q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336zm0 4v-1h.4q.383 0 .681-.17t.48-.55q.298-.57.841-.925T20.1 12.5h.4v1h-.4q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20V7q0-1.237.881-2.119T7 4h7q1.238 0 2.119.881T17 7v1h-1v9h1v3zm8.623-5.877q.877-.877.877-2.123t-.877-2.123T10.5 9t-2.123.877T7.5 12t.877 2.123T10.5 15t2.123-.877m-3.535-.71Q8.5 12.825 8.5 12t.588-1.412T10.5 10t1.413.588T12.5 12t-.587 1.413T10.5 14t-1.412-.587M16.5 11.5v-1h.4q.383 0 .681-.17t.48-.55q.298-.609.841-.944q.543-.336 1.198-.336h.4v1h-.4q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336zm0 4v-1h.4q.383 0 .681-.17t.48-.55q.298-.57.841-.925T20.1 12.5h.4v1h-.4q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336z"/></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%22M4%2020V7q0-1.237.881-2.119T7%204h7q1.238%200%202.119.881T17%207v1h-1v9h1v3zm8.623-5.877q.877-.877.877-2.123t-.877-2.123T10.5%209t-2.123.877T7.5%2012t.877%202.123T10.5%2015t2.123-.877m-3.535-.71Q8.5%2012.825%208.5%2012t.588-1.412T10.5%2010t1.413.588T12.5%2012t-.587%201.413T10.5%2014t-1.412-.587M16.5%2011.5v-1h.4q.383%200%20.681-.17t.48-.55q.298-.609.841-.944q.543-.336%201.198-.336h.4v1h-.4q-.383%200-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336zm0%204v-1h.4q.383%200%20.681-.17t.48-.55q.298-.57.841-.925T20.1%2012.5h.4v1h-.4q-.383%200-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336z%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%22M4%2020V7q0-1.237.881-2.119T7%204h7q1.238%200%202.119.881T17%207v1h-1v9h1v3zm8.623-5.877q.877-.877.877-2.123t-.877-2.123T10.5%209t-2.123.877T7.5%2012t.877%202.123T10.5%2015t2.123-.877m-3.535-.71Q8.5%2012.825%208.5%2012t.588-1.412T10.5%2010t1.413.588T12.5%2012t-.587%201.413T10.5%2014t-1.412-.587M16.5%2011.5v-1h.4q.383%200%20.681-.17t.48-.55q.298-.609.841-.944q.543-.336%201.198-.336h.4v1h-.4q-.383%200-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336zm0%204v-1h.4q.383%200%20.681-.17t.48-.55q.298-.57.841-.925T20.1%2012.5h.4v1h-.4q-.383%200-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/air-purifier.svg?color=%231a73e8&size=48