robot vacuum alert icon

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

Name
robot-vacuum-alert
Set
Material Design Icons
Style
Filled
Category
Alert / Error
Viewbox
24×24
License
Apache 2.0
Aliases
robot-vacuum-error

More alert / error icons from Material Design Icons

Use the robot vacuum alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 2c2.6 0 5.2 1.1 7.1 2.9l-1.4 1.4C14.1 4.8 12.1 4 10 4s-4.2.8-5.7 2.3L2.9 4.9C4.8 3.1 7.4 2 10 2M1.7 6.5l1.5 1.4C2.4 9.2 2 10.6 2 12c0 4.4 3.6 8 8 8s8-3.6 8-8c0-1.4-.4-2.8-1.1-4.1l1.5-1.4C19.4 8.1 20 10 20 12c0 5.5-4.5 10-10 10S0 17.5 0 12c0-2 .6-3.9 1.7-5.5M10 6c3.3 0 6 2.7 6 6c0 1.6-.6 3.1-1.8 4.2l-1.4-1.4c-.7.8-1.7 1.2-2.8 1.2s-2.1-.4-2.8-1.2l-1.4 1.4C4.6 15.1 4 13.6 4 12c0-3.3 2.7-6 6-6m0 2c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m12 4V7h2v6h-2m0 4v-2h2v2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiRobotVacuumAlert(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="M10 2c2.6 0 5.2 1.1 7.1 2.9l-1.4 1.4C14.1 4.8 12.1 4 10 4s-4.2.8-5.7 2.3L2.9 4.9C4.8 3.1 7.4 2 10 2M1.7 6.5l1.5 1.4C2.4 9.2 2 10.6 2 12c0 4.4 3.6 8 8 8s8-3.6 8-8c0-1.4-.4-2.8-1.1-4.1l1.5-1.4C19.4 8.1 20 10 20 12c0 5.5-4.5 10-10 10S0 17.5 0 12c0-2 .6-3.9 1.7-5.5M10 6c3.3 0 6 2.7 6 6c0 1.6-.6 3.1-1.8 4.2l-1.4-1.4c-.7.8-1.7 1.2-2.8 1.2s-2.1-.4-2.8-1.2l-1.4 1.4C4.6 15.1 4 13.6 4 12c0-3.3 2.7-6 6-6m0 2c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m12 4V7h2v6h-2m0 4v-2h2v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 2c2.6 0 5.2 1.1 7.1 2.9l-1.4 1.4C14.1 4.8 12.1 4 10 4s-4.2.8-5.7 2.3L2.9 4.9C4.8 3.1 7.4 2 10 2M1.7 6.5l1.5 1.4C2.4 9.2 2 10.6 2 12c0 4.4 3.6 8 8 8s8-3.6 8-8c0-1.4-.4-2.8-1.1-4.1l1.5-1.4C19.4 8.1 20 10 20 12c0 5.5-4.5 10-10 10S0 17.5 0 12c0-2 .6-3.9 1.7-5.5M10 6c3.3 0 6 2.7 6 6c0 1.6-.6 3.1-1.8 4.2l-1.4-1.4c-.7.8-1.7 1.2-2.8 1.2s-2.1-.4-2.8-1.2l-1.4 1.4C4.6 15.1 4 13.6 4 12c0-3.3 2.7-6 6-6m0 2c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m12 4V7h2v6h-2m0 4v-2h2v2z"/></svg>
</template>

CSS

.icon-robot-vacuum-alert {
  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%22M10%202c2.6%200%205.2%201.1%207.1%202.9l-1.4%201.4C14.1%204.8%2012.1%204%2010%204s-4.2.8-5.7%202.3L2.9%204.9C4.8%203.1%207.4%202%2010%202M1.7%206.5l1.5%201.4C2.4%209.2%202%2010.6%202%2012c0%204.4%203.6%208%208%208s8-3.6%208-8c0-1.4-.4-2.8-1.1-4.1l1.5-1.4C19.4%208.1%2020%2010%2020%2012c0%205.5-4.5%2010-10%2010S0%2017.5%200%2012c0-2%20.6-3.9%201.7-5.5M10%206c3.3%200%206%202.7%206%206c0%201.6-.6%203.1-1.8%204.2l-1.4-1.4c-.7.8-1.7%201.2-2.8%201.2s-2.1-.4-2.8-1.2l-1.4%201.4C4.6%2015.1%204%2013.6%204%2012c0-3.3%202.7-6%206-6m0%202c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m12%204V7h2v6h-2m0%204v-2h2v2z%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%22M10%202c2.6%200%205.2%201.1%207.1%202.9l-1.4%201.4C14.1%204.8%2012.1%204%2010%204s-4.2.8-5.7%202.3L2.9%204.9C4.8%203.1%207.4%202%2010%202M1.7%206.5l1.5%201.4C2.4%209.2%202%2010.6%202%2012c0%204.4%203.6%208%208%208s8-3.6%208-8c0-1.4-.4-2.8-1.1-4.1l1.5-1.4C19.4%208.1%2020%2010%2020%2012c0%205.5-4.5%2010-10%2010S0%2017.5%200%2012c0-2%20.6-3.9%201.7-5.5M10%206c3.3%200%206%202.7%206%206c0%201.6-.6%203.1-1.8%204.2l-1.4-1.4c-.7.8-1.7%201.2-2.8%201.2s-2.1-.4-2.8-1.2l-1.4%201.4C4.6%2015.1%204%2013.6%204%2012c0-3.3%202.7-6%206-6m0%202c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m12%204V7h2v6h-2m0%204v-2h2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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