robot vacuum variant off icon
robot-vacuum-variant-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- robot-vacuum-variant-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
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the robot vacuum variant 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.7l-3.5-3.5C15.8 20.3 14 21 12 21c-5 0-9-4-9-9V9h2v3c0 3.9 3.1 7 7 7c1.4 0 2.8-.5 3.9-1.2L14 15.9c-.5.6-1.2 1.1-2 1.1c-1.4 0-2.5-1.1-2.5-2.5c0-.8.4-1.6 1.1-2L5 6.9V7H3V4.9L1.1 3l1.3-1.3l19.7 19.7zM19 5v2h2V5c0-1.1-.9-2-2-2H6.2l2 2zm0 7c0 1.1-.3 2.1-.7 3.1l1.5 1.5c.8-1.3 1.2-2.9 1.2-4.6V9h-2zm-3-3V7h-5.8l2 2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiRobotVacuumVariantOff(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.7l-3.5-3.5C15.8 20.3 14 21 12 21c-5 0-9-4-9-9V9h2v3c0 3.9 3.1 7 7 7c1.4 0 2.8-.5 3.9-1.2L14 15.9c-.5.6-1.2 1.1-2 1.1c-1.4 0-2.5-1.1-2.5-2.5c0-.8.4-1.6 1.1-2L5 6.9V7H3V4.9L1.1 3l1.3-1.3l19.7 19.7zM19 5v2h2V5c0-1.1-.9-2-2-2H6.2l2 2zm0 7c0 1.1-.3 2.1-.7 3.1l1.5 1.5c.8-1.3 1.2-2.9 1.2-4.6V9h-2zm-3-3V7h-5.8l2 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="m20.8 22.7l-3.5-3.5C15.8 20.3 14 21 12 21c-5 0-9-4-9-9V9h2v3c0 3.9 3.1 7 7 7c1.4 0 2.8-.5 3.9-1.2L14 15.9c-.5.6-1.2 1.1-2 1.1c-1.4 0-2.5-1.1-2.5-2.5c0-.8.4-1.6 1.1-2L5 6.9V7H3V4.9L1.1 3l1.3-1.3l19.7 19.7zM19 5v2h2V5c0-1.1-.9-2-2-2H6.2l2 2zm0 7c0 1.1-.3 2.1-.7 3.1l1.5 1.5c.8-1.3 1.2-2.9 1.2-4.6V9h-2zm-3-3V7h-5.8l2 2z"/></svg> </template>
CSS
.icon-robot-vacuum-variant-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.7l-3.5-3.5C15.8%2020.3%2014%2021%2012%2021c-5%200-9-4-9-9V9h2v3c0%203.9%203.1%207%207%207c1.4%200%202.8-.5%203.9-1.2L14%2015.9c-.5.6-1.2%201.1-2%201.1c-1.4%200-2.5-1.1-2.5-2.5c0-.8.4-1.6%201.1-2L5%206.9V7H3V4.9L1.1%203l1.3-1.3l19.7%2019.7zM19%205v2h2V5c0-1.1-.9-2-2-2H6.2l2%202zm0%207c0%201.1-.3%202.1-.7%203.1l1.5%201.5c.8-1.3%201.2-2.9%201.2-4.6V9h-2zm-3-3V7h-5.8l2%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%22m20.8%2022.7l-3.5-3.5C15.8%2020.3%2014%2021%2012%2021c-5%200-9-4-9-9V9h2v3c0%203.9%203.1%207%207%207c1.4%200%202.8-.5%203.9-1.2L14%2015.9c-.5.6-1.2%201.1-2%201.1c-1.4%200-2.5-1.1-2.5-2.5c0-.8.4-1.6%201.1-2L5%206.9V7H3V4.9L1.1%203l1.3-1.3l19.7%2019.7zM19%205v2h2V5c0-1.1-.9-2-2-2H6.2l2%202zm0%207c0%201.1-.3%202.1-.7%203.1l1.5%201.5c.8-1.3%201.2-2.9%201.2-4.6V9h-2zm-3-3V7h-5.8l2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/robot-vacuum-variant-off.svg?color=%231a73e8&size=48