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

Name
air-purifier-outline-rounded
Set
Material Symbols
Style
Outline 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="M3 19V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7q0 .425-.288.713T17 8q-.4 0-.7-.312T16 7q0-.825-.587-1.412T14 5H7q-.825 0-1.412.588T5 7v12h11v-1q0-.425.288-.712T17 17t.713.288T18 18v1q0 .825-.587 1.413T16 21H5q-.825 0-1.412-.587T3 19m10.325-4.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-.587m12.75-3.7q-.288.287-.713.287q-.25 0-.425.113t-.3.337q-.375.725-1.037 1.138T17.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.713M22.126 13q0 .425-.3.713T21.1 14q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16q-.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.712M16 19H5zh-.125z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAirPurifierOutlineRounded(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 19V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7q0 .425-.288.713T17 8q-.4 0-.7-.312T16 7q0-.825-.587-1.412T14 5H7q-.825 0-1.412.588T5 7v12h11v-1q0-.425.288-.712T17 17t.713.288T18 18v1q0 .825-.587 1.413T16 21H5q-.825 0-1.412-.587T3 19m10.325-4.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-.587m12.75-3.7q-.288.287-.713.287q-.25 0-.425.113t-.3.337q-.375.725-1.037 1.138T17.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.713M22.126 13q0 .425-.3.713T21.1 14q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16q-.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.712M16 19H5zh-.125z"/></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 19V7q0-1.65 1.175-2.825T7 3h7q1.65 0 2.825 1.175T18 7q0 .425-.288.713T17 8q-.4 0-.7-.312T16 7q0-.825-.587-1.412T14 5H7q-.825 0-1.412.588T5 7v12h11v-1q0-.425.288-.712T17 17t.713.288T18 18v1q0 .825-.587 1.413T16 21H5q-.825 0-1.412-.587T3 19m10.325-4.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-.587m12.75-3.7q-.288.287-.713.287q-.25 0-.425.113t-.3.337q-.375.725-1.037 1.138T17.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.713M22.126 13q0 .425-.3.713T21.1 14q-.225 0-.4.113t-.3.337q-.375.725-1.037 1.138T17.9 16q-.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.712M16 19H5zh-.125z"/></svg>
</template>

CSS

.icon-air-purifier-outline-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%22M3%2019V7q0-1.65%201.175-2.825T7%203h7q1.65%200%202.825%201.175T18%207q0%20.425-.288.713T17%208q-.4%200-.7-.312T16%207q0-.825-.587-1.412T14%205H7q-.825%200-1.412.588T5%207v12h11v-1q0-.425.288-.712T17%2017t.713.288T18%2018v1q0%20.825-.587%201.413T16%2021H5q-.825%200-1.412-.587T3%2019m10.325-4.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-.587m12.75-3.7q-.288.287-.713.287q-.25%200-.425.113t-.3.337q-.375.725-1.037%201.138T17.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.713M22.126%2013q0%20.425-.3.713T21.1%2014q-.225%200-.4.113t-.3.337q-.375.725-1.037%201.138T17.9%2016q-.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.712M16%2019H5zh-.125z%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%2019V7q0-1.65%201.175-2.825T7%203h7q1.65%200%202.825%201.175T18%207q0%20.425-.288.713T17%208q-.4%200-.7-.312T16%207q0-.825-.587-1.412T14%205H7q-.825%200-1.412.588T5%207v12h11v-1q0-.425.288-.712T17%2017t.713.288T18%2018v1q0%20.825-.587%201.413T16%2021H5q-.825%200-1.412-.587T3%2019m10.325-4.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-.587m12.75-3.7q-.288.287-.713.287q-.25%200-.425.113t-.3.337q-.375.725-1.037%201.138T17.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.713M22.126%2013q0%20.425-.3.713T21.1%2014q-.225%200-.4.113t-.3.337q-.375.725-1.037%201.138T17.9%2016q-.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.712M16%2019H5zh-.125z%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-outline-rounded.svg?color=%231a73e8&size=48