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

Name
air-purifier-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

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="M13.325 14.825Q14.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.9 12q-.425 0-.725-.288t-.3-.712t.3-.712T17.9 10q.225 0 .4-.112t.3-.338q.375-.725 1.05-1.138T21.125 8q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.25 0-.425.113t-.3.337q-.375.725-1.037 1.138T17.9 12m0 4q-.425 0-.725-.288t-.3-.712t.3-.712T17.9 14q.225 0 .4-.112t.3-.338q.375-.725 1.038-1.138T21.1 12q.425 0 .725.288t.3.712t-.3.713T21.1 14q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16M5 21q-.825 0-1.412-.587T3 19V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7q-.275.275-.437.638T17 8h-.25q-.425 0-.712.288T15.75 9v7q0 .425.288.713t.712.287H17q.425 0 .713.288T18 18v1q0 .825-.587 1.413T16 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAirPurifierRounded(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="M13.325 14.825Q14.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.9 12q-.425 0-.725-.288t-.3-.712t.3-.712T17.9 10q.225 0 .4-.112t.3-.338q.375-.725 1.05-1.138T21.125 8q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.25 0-.425.113t-.3.337q-.375.725-1.037 1.138T17.9 12m0 4q-.425 0-.725-.288t-.3-.712t.3-.712T17.9 14q.225 0 .4-.112t.3-.338q.375-.725 1.038-1.138T21.1 12q.425 0 .725.288t.3.712t-.3.713T21.1 14q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16M5 21q-.825 0-1.412-.587T3 19V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7q-.275.275-.437.638T17 8h-.25q-.425 0-.712.288T15.75 9v7q0 .425.288.713t.712.287H17q.425 0 .713.288T18 18v1q0 .825-.587 1.413T16 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.325 14.825Q14.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.9 12q-.425 0-.725-.288t-.3-.712t.3-.712T17.9 10q.225 0 .4-.112t.3-.338q.375-.725 1.05-1.138T21.125 8q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.25 0-.425.113t-.3.337q-.375.725-1.037 1.138T17.9 12m0 4q-.425 0-.725-.288t-.3-.712t.3-.712T17.9 14q.225 0 .4-.112t.3-.338q.375-.725 1.038-1.138T21.1 12q.425 0 .725.288t.3.712t-.3.713T21.1 14q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16M5 21q-.825 0-1.412-.587T3 19V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7q-.275.275-.437.638T17 8h-.25q-.425 0-.712.288T15.75 9v7q0 .425.288.713t.712.287H17q.425 0 .713.288T18 18v1q0 .825-.587 1.413T16 21z"/></svg>
</template>

CSS

.icon-air-purifier-rounded {
  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%22M13.325%2014.825Q14.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.9%2012q-.425%200-.725-.288t-.3-.712t.3-.712T17.9%2010q.225%200%20.4-.112t.3-.338q.375-.725%201.05-1.138T21.125%208q.425%200%20.713.288t.287.712t-.288.713t-.712.287q-.25%200-.425.113t-.3.337q-.375.725-1.037%201.138T17.9%2012m0%204q-.425%200-.725-.288t-.3-.712t.3-.712T17.9%2014q.225%200%20.4-.112t.3-.338q.375-.725%201.038-1.138T21.1%2012q.425%200%20.725.288t.3.712t-.3.713T21.1%2014q-.225%200-.4.113t-.3.337q-.375.725-1.037%201.138T17.9%2016M5%2021q-.825%200-1.412-.587T3%2019V7q0-1.65%201.175-2.825T7%203h7q1.65%200%202.825%201.175T18%207q-.275.275-.437.638T17%208h-.25q-.425%200-.712.288T15.75%209v7q0%20.425.288.713t.712.287H17q.425%200%20.713.288T18%2018v1q0%20.825-.587%201.413T16%2021z%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%22M13.325%2014.825Q14.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.9%2012q-.425%200-.725-.288t-.3-.712t.3-.712T17.9%2010q.225%200%20.4-.112t.3-.338q.375-.725%201.05-1.138T21.125%208q.425%200%20.713.288t.287.712t-.288.713t-.712.287q-.25%200-.425.113t-.3.337q-.375.725-1.037%201.138T17.9%2012m0%204q-.425%200-.725-.288t-.3-.712t.3-.712T17.9%2014q.225%200%20.4-.112t.3-.338q.375-.725%201.038-1.138T21.1%2012q.425%200%20.725.288t.3.712t-.3.713T21.1%2014q-.225%200-.4.113t-.3.337q-.375.725-1.037%201.138T17.9%2016M5%2021q-.825%200-1.412-.587T3%2019V7q0-1.65%201.175-2.825T7%203h7q1.65%200%202.825%201.175T18%207q-.275.275-.437.638T17%208h-.25q-.425%200-.712.288T15.75%209v7q0%20.425.288.713t.712.287H17q.425%200%20.713.288T18%2018v1q0%20.825-.587%201.413T16%2021z%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-rounded.svg?color=%231a73e8&size=48