robot-vacuum from Material Design Icons by Pictogrammers · Filled · Device / Tech · Apache-2.0 Free for personal and commercial use.

Name
robot-vacuum
Set
Material Design Icons
Style
Filled
Category
Device / Tech
Viewbox
24×24
License
Apache 2.0
Aliases
roomba

The same icon in other sets

More device / tech icons from Material Design Icons

Use the robot vacuum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c2.65 0 5.19 1.06 7.07 2.93l-1.42 1.42A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.65 2.35L4.93 4.93C6.81 3.06 9.35 2 12 2M3.66 6.5l1.45 1.44A8.04 8.04 0 0 0 4 12a8 8 0 0 0 8 8a8 8 0 0 0 8-8c0-1.43-.39-2.83-1.12-4.06l1.46-1.44A9.93 9.93 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-1.96.58-3.88 1.66-5.5M12 6a6 6 0 0 1 6 6c0 1.59-.63 3.12-1.76 4.24l-1.41-1.41a4.004 4.004 0 0 1-5.66 0l-1.41 1.41A5.97 5.97 0 0 1 6 12a6 6 0 0 1 6-6m0 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiRobotVacuum(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="M12 2c2.65 0 5.19 1.06 7.07 2.93l-1.42 1.42A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.65 2.35L4.93 4.93C6.81 3.06 9.35 2 12 2M3.66 6.5l1.45 1.44A8.04 8.04 0 0 0 4 12a8 8 0 0 0 8 8a8 8 0 0 0 8-8c0-1.43-.39-2.83-1.12-4.06l1.46-1.44A9.93 9.93 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-1.96.58-3.88 1.66-5.5M12 6a6 6 0 0 1 6 6c0 1.59-.63 3.12-1.76 4.24l-1.41-1.41a4.004 4.004 0 0 1-5.66 0l-1.41 1.41A5.97 5.97 0 0 1 6 12a6 6 0 0 1 6-6m0 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-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="M12 2c2.65 0 5.19 1.06 7.07 2.93l-1.42 1.42A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.65 2.35L4.93 4.93C6.81 3.06 9.35 2 12 2M3.66 6.5l1.45 1.44A8.04 8.04 0 0 0 4 12a8 8 0 0 0 8 8a8 8 0 0 0 8-8c0-1.43-.39-2.83-1.12-4.06l1.46-1.44A9.93 9.93 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-1.96.58-3.88 1.66-5.5M12 6a6 6 0 0 1 6 6c0 1.59-.63 3.12-1.76 4.24l-1.41-1.41a4.004 4.004 0 0 1-5.66 0l-1.41 1.41A5.97 5.97 0 0 1 6 12a6 6 0 0 1 6-6m0 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-robot-vacuum {
  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%22M12%202c2.65%200%205.19%201.06%207.07%202.93l-1.42%201.42A8%208%200%200%200%2012%204c-2.12%200-4.16.84-5.65%202.35L4.93%204.93C6.81%203.06%209.35%202%2012%202M3.66%206.5l1.45%201.44A8.04%208.04%200%200%200%204%2012a8%208%200%200%200%208%208a8%208%200%200%200%208-8c0-1.43-.39-2.83-1.12-4.06l1.46-1.44A9.93%209.93%200%200%201%2022%2012a10%2010%200%200%201-10%2010A10%2010%200%200%201%202%2012c0-1.96.58-3.88%201.66-5.5M12%206a6%206%200%200%201%206%206c0%201.59-.63%203.12-1.76%204.24l-1.41-1.41a4.004%204.004%200%200%201-5.66%200l-1.41%201.41A5.97%205.97%200%200%201%206%2012a6%206%200%200%201%206-6m0%202a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1a1%201%200%200%200-1-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%22M12%202c2.65%200%205.19%201.06%207.07%202.93l-1.42%201.42A8%208%200%200%200%2012%204c-2.12%200-4.16.84-5.65%202.35L4.93%204.93C6.81%203.06%209.35%202%2012%202M3.66%206.5l1.45%201.44A8.04%208.04%200%200%200%204%2012a8%208%200%200%200%208%208a8%208%200%200%200%208-8c0-1.43-.39-2.83-1.12-4.06l1.46-1.44A9.93%209.93%200%200%201%2022%2012a10%2010%200%200%201-10%2010A10%2010%200%200%201%202%2012c0-1.96.58-3.88%201.66-5.5M12%206a6%206%200%200%201%206%206c0%201.59-.63%203.12-1.76%204.24l-1.41-1.41a4.004%204.004%200%200%201-5.66%200l-1.41%201.41A5.97%205.97%200%200%201%206%2012a6%206%200%200%201%206-6m0%202a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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