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

Name
toaster-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 toaster off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.8 22.7L18.1 20H3v-7H2v-2h1c0-1.1.9-2 2-2h2.1l-6-6l1.3-1.3l19.7 19.7zm-5.5-10.6c.3-.6 1-1.1 1.7-1.1c1.1 0 2 .9 2 2c0 .8-.4 1.4-1.1 1.7l3.1 3.1V13h1v-2h-1c0-1.1-.9-2-2-2h-6.8zM18 8c-.4-2.2-2.9-4-6-4c-1.4 0-2.8.4-3.8 1l3 3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiToasterOff(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="M20.8 22.7L18.1 20H3v-7H2v-2h1c0-1.1.9-2 2-2h2.1l-6-6l1.3-1.3l19.7 19.7zm-5.5-10.6c.3-.6 1-1.1 1.7-1.1c1.1 0 2 .9 2 2c0 .8-.4 1.4-1.1 1.7l3.1 3.1V13h1v-2h-1c0-1.1-.9-2-2-2h-6.8zM18 8c-.4-2.2-2.9-4-6-4c-1.4 0-2.8.4-3.8 1l3 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.8 22.7L18.1 20H3v-7H2v-2h1c0-1.1.9-2 2-2h2.1l-6-6l1.3-1.3l19.7 19.7zm-5.5-10.6c.3-.6 1-1.1 1.7-1.1c1.1 0 2 .9 2 2c0 .8-.4 1.4-1.1 1.7l3.1 3.1V13h1v-2h-1c0-1.1-.9-2-2-2h-6.8zM18 8c-.4-2.2-2.9-4-6-4c-1.4 0-2.8.4-3.8 1l3 3z"/></svg>
</template>

CSS

.icon-toaster-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%22M20.8%2022.7L18.1%2020H3v-7H2v-2h1c0-1.1.9-2%202-2h2.1l-6-6l1.3-1.3l19.7%2019.7zm-5.5-10.6c.3-.6%201-1.1%201.7-1.1c1.1%200%202%20.9%202%202c0%20.8-.4%201.4-1.1%201.7l3.1%203.1V13h1v-2h-1c0-1.1-.9-2-2-2h-6.8zM18%208c-.4-2.2-2.9-4-6-4c-1.4%200-2.8.4-3.8%201l3%203z%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%22M20.8%2022.7L18.1%2020H3v-7H2v-2h1c0-1.1.9-2%202-2h2.1l-6-6l1.3-1.3l19.7%2019.7zm-5.5-10.6c.3-.6%201-1.1%201.7-1.1c1.1%200%202%20.9%202%202c0%20.8-.4%201.4-1.1%201.7l3.1%203.1V13h1v-2h-1c0-1.1-.9-2-2-2h-6.8zM18%208c-.4-2.2-2.9-4-6-4c-1.4%200-2.8.4-3.8%201l3%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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