air purifier icon
air-purifier-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- air-purifier-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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="M12.623 14.123q.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.9 11.5q-.218 0-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383 0 .681-.17t.48-.55q.299-.609.858-.944q.56-.336 1.206-.336q.213 0 .356.144t.144.357t-.144.356t-.356.143q-.385 0-.694.17q-.31.17-.493.55q-.297.609-.84.944q-.543.336-1.198.336m0 4q-.218 0-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383 0 .681-.17t.48-.55q.299-.57.841-.925q.543-.355 1.198-.355q.218 0 .371.134q.154.133.154.366t-.154.366q-.153.134-.371.134q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336M5.616 20q-.667 0-1.141-.475T4 18.386V7q0-1.237.881-2.119T7 4h7q1.238 0 2.119.881T17 7v.23q-.063.276-.264.523Q16.533 8 16.23 8h-.058q-.343 0-.575.232q-.233.233-.233.576v7.384q0 .344.232.576q.233.232.576.232h.058q.31 0 .54.23t.229.54v.615q0 .666-.475 1.14t-1.14.475z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAirPurifierRounded(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="M12.623 14.123q.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.9 11.5q-.218 0-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383 0 .681-.17t.48-.55q.299-.609.858-.944q.56-.336 1.206-.336q.213 0 .356.144t.144.357t-.144.356t-.356.143q-.385 0-.694.17q-.31.17-.493.55q-.297.609-.84.944q-.543.336-1.198.336m0 4q-.218 0-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383 0 .681-.17t.48-.55q.299-.57.841-.925q.543-.355 1.198-.355q.218 0 .371.134q.154.133.154.366t-.154.366q-.153.134-.371.134q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336M5.616 20q-.667 0-1.141-.475T4 18.386V7q0-1.237.881-2.119T7 4h7q1.238 0 2.119.881T17 7v.23q-.063.276-.264.523Q16.533 8 16.23 8h-.058q-.343 0-.575.232q-.233.233-.233.576v7.384q0 .344.232.576q.233.232.576.232h.058q.31 0 .54.23t.229.54v.615q0 .666-.475 1.14t-1.14.475z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.623 14.123q.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.9 11.5q-.218 0-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383 0 .681-.17t.48-.55q.299-.609.858-.944q.56-.336 1.206-.336q.213 0 .356.144t.144.357t-.144.356t-.356.143q-.385 0-.694.17q-.31.17-.493.55q-.297.609-.84.944q-.543.336-1.198.336m0 4q-.218 0-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383 0 .681-.17t.48-.55q.299-.57.841-.925q.543-.355 1.198-.355q.218 0 .371.134q.154.133.154.366t-.154.366q-.153.134-.371.134q-.383 0-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336M5.616 20q-.667 0-1.141-.475T4 18.386V7q0-1.237.881-2.119T7 4h7q1.238 0 2.119.881T17 7v.23q-.063.276-.264.523Q16.533 8 16.23 8h-.058q-.343 0-.575.232q-.233.233-.233.576v7.384q0 .344.232.576q.233.232.576.232h.058q.31 0 .54.23t.229.54v.615q0 .666-.475 1.14t-1.14.475z"/></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%22M12.623%2014.123q.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.9%2011.5q-.218%200-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383%200%20.681-.17t.48-.55q.299-.609.858-.944q.56-.336%201.206-.336q.213%200%20.356.144t.144.357t-.144.356t-.356.143q-.385%200-.694.17q-.31.17-.493.55q-.297.609-.84.944q-.543.336-1.198.336m0%204q-.218%200-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383%200%20.681-.17t.48-.55q.299-.57.841-.925q.543-.355%201.198-.355q.218%200%20.371.134q.154.133.154.366t-.154.366q-.153.134-.371.134q-.383%200-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336M5.616%2020q-.667%200-1.141-.475T4%2018.386V7q0-1.237.881-2.119T7%204h7q1.238%200%202.119.881T17%207v.23q-.063.276-.264.523Q16.533%208%2016.23%208h-.058q-.343%200-.575.232q-.233.233-.233.576v7.384q0%20.344.232.576q.233.232.576.232h.058q.31%200%20.54.23t.229.54v.615q0%20.666-.475%201.14t-1.14.475z%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%22M12.623%2014.123q.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.9%2011.5q-.218%200-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383%200%20.681-.17t.48-.55q.299-.609.858-.944q.56-.336%201.206-.336q.213%200%20.356.144t.144.357t-.144.356t-.356.143q-.385%200-.694.17q-.31.17-.493.55q-.297.609-.84.944q-.543.336-1.198.336m0%204q-.218%200-.371-.134q-.154-.133-.154-.366t.154-.366q.153-.134.371-.134q.383%200%20.681-.17t.48-.55q.299-.57.841-.925q.543-.355%201.198-.355q.218%200%20.371.134q.154.133.154.366t-.154.366q-.153.134-.371.134q-.383%200-.681.17t-.48.55q-.298.609-.841.944q-.543.336-1.198.336M5.616%2020q-.667%200-1.141-.475T4%2018.386V7q0-1.237.881-2.119T7%204h7q1.238%200%202.119.881T17%207v.23q-.063.276-.264.523Q16.533%208%2016.23%208h-.058q-.343%200-.575.232q-.233.233-.233.576v7.384q0%20.344.232.576q.233.232.576.232h.058q.31%200%20.54.23t.229.54v.615q0%20.666-.475%201.14t-1.14.475z%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-rounded.svg?color=%231a73e8&size=48