robot vacuum off icon

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

Name
robot-vacuum-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 robot vacuum 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 19.9c-1.7 1.3-3.8 2.1-6 2.1c-5.5 0-10-4.5-10-10c0-2 .6-3.9 1.7-5.5l1.5 1.4C4.4 9.2 4 10.6 4 12c0 4.4 3.6 8 8 8c1.7 0 3.3-.6 4.6-1.5l-2.9-2.9c-.5.3-1.1.4-1.7.4c-1.1 0-2.1-.4-2.8-1.2l-1.4 1.4C6.6 15.1 6 13.6 6 12c0-1.2.3-2.3.9-3.2L1.1 3l1.3-1.3l19.7 19.7zM20 12c0 1.4-.4 2.7-1 3.8l1.5 1.5c1-1.5 1.5-3.3 1.5-5.3s-.6-3.9-1.7-5.5l-1.5 1.4c.8 1.3 1.2 2.7 1.2 4.1m-8-8c2.1 0 4.2.8 5.7 2.3l1.4-1.4C17.2 3.1 14.7 2 12 2c-1.9 0-3.7.5-5.3 1.5L8.2 5c1.1-.7 2.5-1 3.8-1m5.5 10.3c.3-.7.5-1.5.5-2.3c0-3.3-2.7-6-6-6c-.8 0-1.6.2-2.3.5l1.7 1.7c.2-.1.4-.2.6-.2c.6 0 1 .4 1 1c0 .2-.1.4-.2.6z"/></svg>

React

import type { SVGProps } from "react";

export function MdiRobotVacuumOff(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 19.9c-1.7 1.3-3.8 2.1-6 2.1c-5.5 0-10-4.5-10-10c0-2 .6-3.9 1.7-5.5l1.5 1.4C4.4 9.2 4 10.6 4 12c0 4.4 3.6 8 8 8c1.7 0 3.3-.6 4.6-1.5l-2.9-2.9c-.5.3-1.1.4-1.7.4c-1.1 0-2.1-.4-2.8-1.2l-1.4 1.4C6.6 15.1 6 13.6 6 12c0-1.2.3-2.3.9-3.2L1.1 3l1.3-1.3l19.7 19.7zM20 12c0 1.4-.4 2.7-1 3.8l1.5 1.5c1-1.5 1.5-3.3 1.5-5.3s-.6-3.9-1.7-5.5l-1.5 1.4c.8 1.3 1.2 2.7 1.2 4.1m-8-8c2.1 0 4.2.8 5.7 2.3l1.4-1.4C17.2 3.1 14.7 2 12 2c-1.9 0-3.7.5-5.3 1.5L8.2 5c1.1-.7 2.5-1 3.8-1m5.5 10.3c.3-.7.5-1.5.5-2.3c0-3.3-2.7-6-6-6c-.8 0-1.6.2-2.3.5l1.7 1.7c.2-.1.4-.2.6-.2c.6 0 1 .4 1 1c0 .2-.1.4-.2.6z"/></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 19.9c-1.7 1.3-3.8 2.1-6 2.1c-5.5 0-10-4.5-10-10c0-2 .6-3.9 1.7-5.5l1.5 1.4C4.4 9.2 4 10.6 4 12c0 4.4 3.6 8 8 8c1.7 0 3.3-.6 4.6-1.5l-2.9-2.9c-.5.3-1.1.4-1.7.4c-1.1 0-2.1-.4-2.8-1.2l-1.4 1.4C6.6 15.1 6 13.6 6 12c0-1.2.3-2.3.9-3.2L1.1 3l1.3-1.3l19.7 19.7zM20 12c0 1.4-.4 2.7-1 3.8l1.5 1.5c1-1.5 1.5-3.3 1.5-5.3s-.6-3.9-1.7-5.5l-1.5 1.4c.8 1.3 1.2 2.7 1.2 4.1m-8-8c2.1 0 4.2.8 5.7 2.3l1.4-1.4C17.2 3.1 14.7 2 12 2c-1.9 0-3.7.5-5.3 1.5L8.2 5c1.1-.7 2.5-1 3.8-1m5.5 10.3c.3-.7.5-1.5.5-2.3c0-3.3-2.7-6-6-6c-.8 0-1.6.2-2.3.5l1.7 1.7c.2-.1.4-.2.6-.2c.6 0 1 .4 1 1c0 .2-.1.4-.2.6z"/></svg>
</template>

CSS

.icon-robot-vacuum-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%2019.9c-1.7%201.3-3.8%202.1-6%202.1c-5.5%200-10-4.5-10-10c0-2%20.6-3.9%201.7-5.5l1.5%201.4C4.4%209.2%204%2010.6%204%2012c0%204.4%203.6%208%208%208c1.7%200%203.3-.6%204.6-1.5l-2.9-2.9c-.5.3-1.1.4-1.7.4c-1.1%200-2.1-.4-2.8-1.2l-1.4%201.4C6.6%2015.1%206%2013.6%206%2012c0-1.2.3-2.3.9-3.2L1.1%203l1.3-1.3l19.7%2019.7zM20%2012c0%201.4-.4%202.7-1%203.8l1.5%201.5c1-1.5%201.5-3.3%201.5-5.3s-.6-3.9-1.7-5.5l-1.5%201.4c.8%201.3%201.2%202.7%201.2%204.1m-8-8c2.1%200%204.2.8%205.7%202.3l1.4-1.4C17.2%203.1%2014.7%202%2012%202c-1.9%200-3.7.5-5.3%201.5L8.2%205c1.1-.7%202.5-1%203.8-1m5.5%2010.3c.3-.7.5-1.5.5-2.3c0-3.3-2.7-6-6-6c-.8%200-1.6.2-2.3.5l1.7%201.7c.2-.1.4-.2.6-.2c.6%200%201%20.4%201%201c0%20.2-.1.4-.2.6z%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%2019.9c-1.7%201.3-3.8%202.1-6%202.1c-5.5%200-10-4.5-10-10c0-2%20.6-3.9%201.7-5.5l1.5%201.4C4.4%209.2%204%2010.6%204%2012c0%204.4%203.6%208%208%208c1.7%200%203.3-.6%204.6-1.5l-2.9-2.9c-.5.3-1.1.4-1.7.4c-1.1%200-2.1-.4-2.8-1.2l-1.4%201.4C6.6%2015.1%206%2013.6%206%2012c0-1.2.3-2.3.9-3.2L1.1%203l1.3-1.3l19.7%2019.7zM20%2012c0%201.4-.4%202.7-1%203.8l1.5%201.5c1-1.5%201.5-3.3%201.5-5.3s-.6-3.9-1.7-5.5l-1.5%201.4c.8%201.3%201.2%202.7%201.2%204.1m-8-8c2.1%200%204.2.8%205.7%202.3l1.4-1.4C17.2%203.1%2014.7%202%2012%202c-1.9%200-3.7.5-5.3%201.5L8.2%205c1.1-.7%202.5-1%203.8-1m5.5%2010.3c.3-.7.5-1.5.5-2.3c0-3.3-2.7-6-6-6c-.8%200-1.6.2-2.3.5l1.7%201.7c.2-.1.4-.2.6-.2c.6%200%201%20.4%201%201c0%20.2-.1.4-.2.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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