air filter icon
air-filter from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- air-filter
- Set
- Material Design Icons
- Style
- Filled
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- water-filter
More home automation icons from Material Design Icons
air-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboomboxbrightness-7
Use the air filter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.31V20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3.7c-.46-.18-1.05-.3-2-.3a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V12.3c-.46-.18-1.05-.3-2-.3a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V8.3C4.54 8.12 3.95 8 3 8a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2.16c1.78.31 2.54.97 2.71 1.13c.39.39.39 1.03 0 1.42s-.91.38-1.42 0c0 0-1.04-.71-3.29-.71c-1.26 0-2.09.41-3.05.9c-1.04.51-2.21 1.1-3.95 1.1c-.36 0-.69 0-1-.04V7.95c.3.05.63.05 1 .05c1.26 0 2.09-.41 3.05-.89C14.09 6.59 15.27 6 17 6V4H7v16h10v-2c1.5 0 1.97.29 2 .31M17 10c-1.73 0-2.91.59-3.95 1.11c-.96.48-1.79.89-3.05.89c-.37 0-.7 0-1-.05v2.01c.31.04.64.04 1 .04c1.74 0 2.91-.59 3.95-1.1c.96-.48 1.79-.9 3.05-.9c2.25 0 3.29.71 3.29.71c.51.39 1.03.39 1.42 0s.39-1.02 0-1.42C21.5 11.08 20.25 10 17 10m0 4c-1.73 0-2.91.59-3.95 1.11c-.96.48-1.79.89-3.05.89c-.37 0-.7 0-1-.05v2.01c.31.04.64.04 1 .04c1.74 0 2.91-.59 3.95-1.1c.96-.48 1.79-.9 3.05-.9c2.25 0 3.29.71 3.29.71c.51.39 1.03.39 1.42 0s.39-1.02 0-1.42C21.5 15.08 20.25 14 17 14"/></svg>
React
import type { SVGProps } from "react";
export function MdiAirFilter(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="M19 18.31V20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3.7c-.46-.18-1.05-.3-2-.3a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V12.3c-.46-.18-1.05-.3-2-.3a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V8.3C4.54 8.12 3.95 8 3 8a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2.16c1.78.31 2.54.97 2.71 1.13c.39.39.39 1.03 0 1.42s-.91.38-1.42 0c0 0-1.04-.71-3.29-.71c-1.26 0-2.09.41-3.05.9c-1.04.51-2.21 1.1-3.95 1.1c-.36 0-.69 0-1-.04V7.95c.3.05.63.05 1 .05c1.26 0 2.09-.41 3.05-.89C14.09 6.59 15.27 6 17 6V4H7v16h10v-2c1.5 0 1.97.29 2 .31M17 10c-1.73 0-2.91.59-3.95 1.11c-.96.48-1.79.89-3.05.89c-.37 0-.7 0-1-.05v2.01c.31.04.64.04 1 .04c1.74 0 2.91-.59 3.95-1.1c.96-.48 1.79-.9 3.05-.9c2.25 0 3.29.71 3.29.71c.51.39 1.03.39 1.42 0s.39-1.02 0-1.42C21.5 11.08 20.25 10 17 10m0 4c-1.73 0-2.91.59-3.95 1.11c-.96.48-1.79.89-3.05.89c-.37 0-.7 0-1-.05v2.01c.31.04.64.04 1 .04c1.74 0 2.91-.59 3.95-1.1c.96-.48 1.79-.9 3.05-.9c2.25 0 3.29.71 3.29.71c.51.39 1.03.39 1.42 0s.39-1.02 0-1.42C21.5 15.08 20.25 14 17 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.31V20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3.7c-.46-.18-1.05-.3-2-.3a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V12.3c-.46-.18-1.05-.3-2-.3a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V8.3C4.54 8.12 3.95 8 3 8a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2.16c1.78.31 2.54.97 2.71 1.13c.39.39.39 1.03 0 1.42s-.91.38-1.42 0c0 0-1.04-.71-3.29-.71c-1.26 0-2.09.41-3.05.9c-1.04.51-2.21 1.1-3.95 1.1c-.36 0-.69 0-1-.04V7.95c.3.05.63.05 1 .05c1.26 0 2.09-.41 3.05-.89C14.09 6.59 15.27 6 17 6V4H7v16h10v-2c1.5 0 1.97.29 2 .31M17 10c-1.73 0-2.91.59-3.95 1.11c-.96.48-1.79.89-3.05.89c-.37 0-.7 0-1-.05v2.01c.31.04.64.04 1 .04c1.74 0 2.91-.59 3.95-1.1c.96-.48 1.79-.9 3.05-.9c2.25 0 3.29.71 3.29.71c.51.39 1.03.39 1.42 0s.39-1.02 0-1.42C21.5 11.08 20.25 10 17 10m0 4c-1.73 0-2.91.59-3.95 1.11c-.96.48-1.79.89-3.05.89c-.37 0-.7 0-1-.05v2.01c.31.04.64.04 1 .04c1.74 0 2.91-.59 3.95-1.1c.96-.48 1.79-.9 3.05-.9c2.25 0 3.29.71 3.29.71c.51.39 1.03.39 1.42 0s.39-1.02 0-1.42C21.5 15.08 20.25 14 17 14"/></svg> </template>
CSS
.icon-air-filter {
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%22M19%2018.31V20a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2v-3.7c-.46-.18-1.05-.3-2-.3a1%201%200%200%201-1-1a1%201%200%200%201%201-1c.82%200%201.47.08%202%20.21V12.3c-.46-.18-1.05-.3-2-.3a1%201%200%200%201-1-1a1%201%200%200%201%201-1c.82%200%201.47.08%202%20.21V8.3C4.54%208.12%203.95%208%203%208a1%201%200%200%201-1-1a1%201%200%200%201%201-1c.82%200%201.47.08%202%20.21V4a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v2.16c1.78.31%202.54.97%202.71%201.13c.39.39.39%201.03%200%201.42s-.91.38-1.42%200c0%200-1.04-.71-3.29-.71c-1.26%200-2.09.41-3.05.9c-1.04.51-2.21%201.1-3.95%201.1c-.36%200-.69%200-1-.04V7.95c.3.05.63.05%201%20.05c1.26%200%202.09-.41%203.05-.89C14.09%206.59%2015.27%206%2017%206V4H7v16h10v-2c1.5%200%201.97.29%202%20.31M17%2010c-1.73%200-2.91.59-3.95%201.11c-.96.48-1.79.89-3.05.89c-.37%200-.7%200-1-.05v2.01c.31.04.64.04%201%20.04c1.74%200%202.91-.59%203.95-1.1c.96-.48%201.79-.9%203.05-.9c2.25%200%203.29.71%203.29.71c.51.39%201.03.39%201.42%200s.39-1.02%200-1.42C21.5%2011.08%2020.25%2010%2017%2010m0%204c-1.73%200-2.91.59-3.95%201.11c-.96.48-1.79.89-3.05.89c-.37%200-.7%200-1-.05v2.01c.31.04.64.04%201%20.04c1.74%200%202.91-.59%203.95-1.1c.96-.48%201.79-.9%203.05-.9c2.25%200%203.29.71%203.29.71c.51.39%201.03.39%201.42%200s.39-1.02%200-1.42C21.5%2015.08%2020.25%2014%2017%2014%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%22M19%2018.31V20a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2v-3.7c-.46-.18-1.05-.3-2-.3a1%201%200%200%201-1-1a1%201%200%200%201%201-1c.82%200%201.47.08%202%20.21V12.3c-.46-.18-1.05-.3-2-.3a1%201%200%200%201-1-1a1%201%200%200%201%201-1c.82%200%201.47.08%202%20.21V8.3C4.54%208.12%203.95%208%203%208a1%201%200%200%201-1-1a1%201%200%200%201%201-1c.82%200%201.47.08%202%20.21V4a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v2.16c1.78.31%202.54.97%202.71%201.13c.39.39.39%201.03%200%201.42s-.91.38-1.42%200c0%200-1.04-.71-3.29-.71c-1.26%200-2.09.41-3.05.9c-1.04.51-2.21%201.1-3.95%201.1c-.36%200-.69%200-1-.04V7.95c.3.05.63.05%201%20.05c1.26%200%202.09-.41%203.05-.89C14.09%206.59%2015.27%206%2017%206V4H7v16h10v-2c1.5%200%201.97.29%202%20.31M17%2010c-1.73%200-2.91.59-3.95%201.11c-.96.48-1.79.89-3.05.89c-.37%200-.7%200-1-.05v2.01c.31.04.64.04%201%20.04c1.74%200%202.91-.59%203.95-1.1c.96-.48%201.79-.9%203.05-.9c2.25%200%203.29.71%203.29.71c.51.39%201.03.39%201.42%200s.39-1.02%200-1.42C21.5%2011.08%2020.25%2010%2017%2010m0%204c-1.73%200-2.91.59-3.95%201.11c-.96.48-1.79.89-3.05.89c-.37%200-.7%200-1-.05v2.01c.31.04.64.04%201%20.04c1.74%200%202.91-.59%203.95-1.1c.96-.48%201.79-.9%203.05-.9c2.25%200%203.29.71%203.29.71c.51.39%201.03.39%201.42%200s.39-1.02%200-1.42C21.5%2015.08%2020.25%2014%2017%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/air-filter.svg?color=%231a73e8&size=48