water boiler off icon

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

Name
water-boiler-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
water-heater-off

More home automation icons from Material Design Icons

Use the water boiler off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6.82L6.25 3.05C6.59 2.42 7.24 2 8 2h8c1.11 0 2 .89 2 2v10.8l-5.84-5.84C13.19 8.87 14 8 14 6.97a2 2 0 0 0-2-2c-1.05 0-1.9.81-2 1.85M15 18v2h3v2h-3c-1.11 0-2-.89-2-2v-2h-2v2c0 1.11-.89 2-2 2H6v-2h3v-2H8c-1.11 0-2-.89-2-2V7.89L1.11 3l1.28-1.27l19.72 19.73l-1.27 1.27L16.1 18zm-1-2v-.11l-1.39-1.39H10V16z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWaterBoilerOff(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="M10 6.82L6.25 3.05C6.59 2.42 7.24 2 8 2h8c1.11 0 2 .89 2 2v10.8l-5.84-5.84C13.19 8.87 14 8 14 6.97a2 2 0 0 0-2-2c-1.05 0-1.9.81-2 1.85M15 18v2h3v2h-3c-1.11 0-2-.89-2-2v-2h-2v2c0 1.11-.89 2-2 2H6v-2h3v-2H8c-1.11 0-2-.89-2-2V7.89L1.11 3l1.28-1.27l19.72 19.73l-1.27 1.27L16.1 18zm-1-2v-.11l-1.39-1.39H10V16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6.82L6.25 3.05C6.59 2.42 7.24 2 8 2h8c1.11 0 2 .89 2 2v10.8l-5.84-5.84C13.19 8.87 14 8 14 6.97a2 2 0 0 0-2-2c-1.05 0-1.9.81-2 1.85M15 18v2h3v2h-3c-1.11 0-2-.89-2-2v-2h-2v2c0 1.11-.89 2-2 2H6v-2h3v-2H8c-1.11 0-2-.89-2-2V7.89L1.11 3l1.28-1.27l19.72 19.73l-1.27 1.27L16.1 18zm-1-2v-.11l-1.39-1.39H10V16z"/></svg>
</template>

CSS

.icon-water-boiler-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%22M10%206.82L6.25%203.05C6.59%202.42%207.24%202%208%202h8c1.11%200%202%20.89%202%202v10.8l-5.84-5.84C13.19%208.87%2014%208%2014%206.97a2%202%200%200%200-2-2c-1.05%200-1.9.81-2%201.85M15%2018v2h3v2h-3c-1.11%200-2-.89-2-2v-2h-2v2c0%201.11-.89%202-2%202H6v-2h3v-2H8c-1.11%200-2-.89-2-2V7.89L1.11%203l1.28-1.27l19.72%2019.73l-1.27%201.27L16.1%2018zm-1-2v-.11l-1.39-1.39H10V16z%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%22M10%206.82L6.25%203.05C6.59%202.42%207.24%202%208%202h8c1.11%200%202%20.89%202%202v10.8l-5.84-5.84C13.19%208.87%2014%208%2014%206.97a2%202%200%200%200-2-2c-1.05%200-1.9.81-2%201.85M15%2018v2h3v2h-3c-1.11%200-2-.89-2-2v-2h-2v2c0%201.11-.89%202-2%202H6v-2h3v-2H8c-1.11%200-2-.89-2-2V7.89L1.11%203l1.28-1.27l19.72%2019.73l-1.27%201.27L16.1%2018zm-1-2v-.11l-1.39-1.39H10V16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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