robots from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
robots
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the robots logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff5252" d="M28.586 18H28a8 8 0 0 0-8-8h-2V8.445a4 4 0 1 0-4 0V10h-2a8 8 0 0 0-8 8h-.586A1.414 1.414 0 0 0 2 19.414v3.172A1.414 1.414 0 0 0 3.414 24H4v1a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3v-1h.586A1.414 1.414 0 0 0 30 22.586v-3.172A1.414 1.414 0 0 0 28.586 18M11 22a3 3 0 1 1 3-3a3 3 0 0 1-3 3m10 0a3 3 0 1 1 3-3a3 3 0 0 1-3 3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeRobots(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff5252" d="M28.586 18H28a8 8 0 0 0-8-8h-2V8.445a4 4 0 1 0-4 0V10h-2a8 8 0 0 0-8 8h-.586A1.414 1.414 0 0 0 2 19.414v3.172A1.414 1.414 0 0 0 3.414 24H4v1a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3v-1h.586A1.414 1.414 0 0 0 30 22.586v-3.172A1.414 1.414 0 0 0 28.586 18M11 22a3 3 0 1 1 3-3a3 3 0 0 1-3 3m10 0a3 3 0 1 1 3-3a3 3 0 0 1-3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff5252" d="M28.586 18H28a8 8 0 0 0-8-8h-2V8.445a4 4 0 1 0-4 0V10h-2a8 8 0 0 0-8 8h-.586A1.414 1.414 0 0 0 2 19.414v3.172A1.414 1.414 0 0 0 3.414 24H4v1a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3v-1h.586A1.414 1.414 0 0 0 30 22.586v-3.172A1.414 1.414 0 0 0 28.586 18M11 22a3 3 0 1 1 3-3a3 3 0 0 1-3 3m10 0a3 3 0 1 1 3-3a3 3 0 0 1-3 3"/></svg>
</template>

CSS

.icon-robots {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff5252%22%20d%3D%22M28.586%2018H28a8%208%200%200%200-8-8h-2V8.445a4%204%200%201%200-4%200V10h-2a8%208%200%200%200-8%208h-.586A1.414%201.414%200%200%200%202%2019.414v3.172A1.414%201.414%200%200%200%203.414%2024H4v1a3%203%200%200%200%203%203h18a3%203%200%200%200%203-3v-1h.586A1.414%201.414%200%200%200%2030%2022.586v-3.172A1.414%201.414%200%200%200%2028.586%2018M11%2022a3%203%200%201%201%203-3a3%203%200%200%201-3%203m10%200a3%203%200%201%201%203-3a3%203%200%200%201-3%203%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff5252%22%20d%3D%22M28.586%2018H28a8%208%200%200%200-8-8h-2V8.445a4%204%200%201%200-4%200V10h-2a8%208%200%200%200-8%208h-.586A1.414%201.414%200%200%200%202%2019.414v3.172A1.414%201.414%200%200%200%203.414%2024H4v1a3%203%200%200%200%203%203h18a3%203%200%200%200%203-3v-1h.586A1.414%201.414%200%200%200%2030%2022.586v-3.172A1.414%201.414%200%200%200%2028.586%2018M11%2022a3%203%200%201%201%203-3a3%203%200%200%201-3%203m10%200a3%203%200%201%201%203-3a3%203%200%200%201-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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