washing machine off icon

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

Name
washing-machine-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
washer-off

More home automation icons from Material Design Icons

Use the washing machine off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3L4 5.89V20c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM12 20c-3.31 0-6-2.69-6-6c0-1.68.7-3.2 1.82-4.29l4.24 4.24l-2.89 2.88a4.01 4.01 0 0 0 5.66 0c.02-.02.03-.04.05-.06l1.41 1.41A5.96 5.96 0 0 1 12 20m-.75-11.95C11.5 8 11.75 8 12 8c3.31 0 6 2.69 6 6c0 .25 0 .5-.05.75L20 16.8V4a2 2 0 0 0-2-2H6c-.24 0-.46.05-.67.13zM10 4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiWashingMachineOff(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="M22.11 21.46L2.39 1.73L1.11 3L4 5.89V20c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM12 20c-3.31 0-6-2.69-6-6c0-1.68.7-3.2 1.82-4.29l4.24 4.24l-2.89 2.88a4.01 4.01 0 0 0 5.66 0c.02-.02.03-.04.05-.06l1.41 1.41A5.96 5.96 0 0 1 12 20m-.75-11.95C11.5 8 11.75 8 12 8c3.31 0 6 2.69 6 6c0 .25 0 .5-.05.75L20 16.8V4a2 2 0 0 0-2-2H6c-.24 0-.46.05-.67.13zM10 4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3L4 5.89V20c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM12 20c-3.31 0-6-2.69-6-6c0-1.68.7-3.2 1.82-4.29l4.24 4.24l-2.89 2.88a4.01 4.01 0 0 0 5.66 0c.02-.02.03-.04.05-.06l1.41 1.41A5.96 5.96 0 0 1 12 20m-.75-11.95C11.5 8 11.75 8 12 8c3.31 0 6 2.69 6 6c0 .25 0 .5-.05.75L20 16.8V4a2 2 0 0 0-2-2H6c-.24 0-.46.05-.67.13zM10 4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg>
</template>

CSS

.icon-washing-machine-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%22M22.11%2021.46L2.39%201.73L1.11%203L4%205.89V20c0%201.11.89%202%202%202h12c.58%200%201.1-.25%201.46-.65l1.38%201.38zM12%2020c-3.31%200-6-2.69-6-6c0-1.68.7-3.2%201.82-4.29l4.24%204.24l-2.89%202.88a4.01%204.01%200%200%200%205.66%200c.02-.02.03-.04.05-.06l1.41%201.41A5.96%205.96%200%200%201%2012%2020m-.75-11.95C11.5%208%2011.75%208%2012%208c3.31%200%206%202.69%206%206c0%20.25%200%20.5-.05.75L20%2016.8V4a2%202%200%200%200-2-2H6c-.24%200-.46.05-.67.13zM10%204c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%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%22M22.11%2021.46L2.39%201.73L1.11%203L4%205.89V20c0%201.11.89%202%202%202h12c.58%200%201.1-.25%201.46-.65l1.38%201.38zM12%2020c-3.31%200-6-2.69-6-6c0-1.68.7-3.2%201.82-4.29l4.24%204.24l-2.89%202.88a4.01%204.01%200%200%200%205.66%200c.02-.02.03-.04.05-.06l1.41%201.41A5.96%205.96%200%200%201%2012%2020m-.75-11.95C11.5%208%2011.75%208%2012%208c3.31%200%206%202.69%206%206c0%20.25%200%20.5-.05.75L20%2016.8V4a2%202%200%200%200-2-2H6c-.24%200-.46.05-.67.13zM10%204c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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