air purifier off icon

air-purifier-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
air-purifier-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0

More home automation icons from Material Design Icons

Use the air purifier off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11c-2.4 0-2.5 1.9-4.8 2l-.2-.2V11c2.5 0 2.5-2 5-2zm1.1 10.5l-1.3 1.3l-2.8-2.9V22H3V8c0-.9.3-1.7.8-2.3L1.1 3l1.3-1.3zM9 13c0 1.1.9 2 2 2c.6 0 1.1-.3 1.5-.6l-2.8-2.8c-.4.3-.7.8-.7 1.4m7 4.9l-2.1-2.1c-.7.7-1.8 1.2-2.9 1.2c-2.2 0-4-1.8-4-4c0-1.1.5-2.2 1.2-2.9l-3-3c-.1.3-.2.6-.2.9v12h11zm5-2.9v-2c-1.7 0-2.3 1-3.3 1.5l1.1 1.1c.6-.3 1.2-.6 2.2-.6m-7-9c1.1 0 2 .9 2 2v1h2V8c0-2.2-1.8-4-4-4H7.2l2 2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAirPurifierOff(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="M21 11c-2.4 0-2.5 1.9-4.8 2l-.2-.2V11c2.5 0 2.5-2 5-2zm1.1 10.5l-1.3 1.3l-2.8-2.9V22H3V8c0-.9.3-1.7.8-2.3L1.1 3l1.3-1.3zM9 13c0 1.1.9 2 2 2c.6 0 1.1-.3 1.5-.6l-2.8-2.8c-.4.3-.7.8-.7 1.4m7 4.9l-2.1-2.1c-.7.7-1.8 1.2-2.9 1.2c-2.2 0-4-1.8-4-4c0-1.1.5-2.2 1.2-2.9l-3-3c-.1.3-.2.6-.2.9v12h11zm5-2.9v-2c-1.7 0-2.3 1-3.3 1.5l1.1 1.1c.6-.3 1.2-.6 2.2-.6m-7-9c1.1 0 2 .9 2 2v1h2V8c0-2.2-1.8-4-4-4H7.2l2 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11c-2.4 0-2.5 1.9-4.8 2l-.2-.2V11c2.5 0 2.5-2 5-2zm1.1 10.5l-1.3 1.3l-2.8-2.9V22H3V8c0-.9.3-1.7.8-2.3L1.1 3l1.3-1.3zM9 13c0 1.1.9 2 2 2c.6 0 1.1-.3 1.5-.6l-2.8-2.8c-.4.3-.7.8-.7 1.4m7 4.9l-2.1-2.1c-.7.7-1.8 1.2-2.9 1.2c-2.2 0-4-1.8-4-4c0-1.1.5-2.2 1.2-2.9l-3-3c-.1.3-.2.6-.2.9v12h11zm5-2.9v-2c-1.7 0-2.3 1-3.3 1.5l1.1 1.1c.6-.3 1.2-.6 2.2-.6m-7-9c1.1 0 2 .9 2 2v1h2V8c0-2.2-1.8-4-4-4H7.2l2 2z"/></svg>
</template>

CSS

.icon-air-purifier-off {
  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%22M21%2011c-2.4%200-2.5%201.9-4.8%202l-.2-.2V11c2.5%200%202.5-2%205-2zm1.1%2010.5l-1.3%201.3l-2.8-2.9V22H3V8c0-.9.3-1.7.8-2.3L1.1%203l1.3-1.3zM9%2013c0%201.1.9%202%202%202c.6%200%201.1-.3%201.5-.6l-2.8-2.8c-.4.3-.7.8-.7%201.4m7%204.9l-2.1-2.1c-.7.7-1.8%201.2-2.9%201.2c-2.2%200-4-1.8-4-4c0-1.1.5-2.2%201.2-2.9l-3-3c-.1.3-.2.6-.2.9v12h11zm5-2.9v-2c-1.7%200-2.3%201-3.3%201.5l1.1%201.1c.6-.3%201.2-.6%202.2-.6m-7-9c1.1%200%202%20.9%202%202v1h2V8c0-2.2-1.8-4-4-4H7.2l2%202z%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%22M21%2011c-2.4%200-2.5%201.9-4.8%202l-.2-.2V11c2.5%200%202.5-2%205-2zm1.1%2010.5l-1.3%201.3l-2.8-2.9V22H3V8c0-.9.3-1.7.8-2.3L1.1%203l1.3-1.3zM9%2013c0%201.1.9%202%202%202c.6%200%201.1-.3%201.5-.6l-2.8-2.8c-.4.3-.7.8-.7%201.4m7%204.9l-2.1-2.1c-.7.7-1.8%201.2-2.9%201.2c-2.2%200-4-1.8-4-4c0-1.1.5-2.2%201.2-2.9l-3-3c-.1.3-.2.6-.2.9v12h11zm5-2.9v-2c-1.7%200-2.3%201-3.3%201.5l1.1%201.1c.6-.3%201.2-.6%202.2-.6m-7-9c1.1%200%202%20.9%202%202v1h2V8c0-2.2-1.8-4-4-4H7.2l2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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