robot from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
robot
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
robot-rounded, robot-sharp

1 other variant in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the robot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.413 11.413Q11 10.825 11 10t-.587-1.412T9 8t-1.412.588T7 10t.588 1.413T9 12t1.413-.587m6 0Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M9 21v-4h2v4zm4 0v-4h2v4zm-8 0q-.825 0-1.412-.587T3 19V9q0-2.5 1.75-4.25T9 3h6q2.5 0 4.25 1.75T21 9v10q0 .825-.587 1.413T19 21h-2v-4q0-.825-.587-1.412T15 15H9q-.825 0-1.412.588T7 17v4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRobot(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.413 11.413Q11 10.825 11 10t-.587-1.412T9 8t-1.412.588T7 10t.588 1.413T9 12t1.413-.587m6 0Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M9 21v-4h2v4zm4 0v-4h2v4zm-8 0q-.825 0-1.412-.587T3 19V9q0-2.5 1.75-4.25T9 3h6q2.5 0 4.25 1.75T21 9v10q0 .825-.587 1.413T19 21h-2v-4q0-.825-.587-1.412T15 15H9q-.825 0-1.412.588T7 17v4z"/></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.413 11.413Q11 10.825 11 10t-.587-1.412T9 8t-1.412.588T7 10t.588 1.413T9 12t1.413-.587m6 0Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M9 21v-4h2v4zm4 0v-4h2v4zm-8 0q-.825 0-1.412-.587T3 19V9q0-2.5 1.75-4.25T9 3h6q2.5 0 4.25 1.75T21 9v10q0 .825-.587 1.413T19 21h-2v-4q0-.825-.587-1.412T15 15H9q-.825 0-1.412.588T7 17v4z"/></svg>
</template>

CSS

.icon-robot {
  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.413%2011.413Q11%2010.825%2011%2010t-.587-1.412T9%208t-1.412.588T7%2010t.588%201.413T9%2012t1.413-.587m6%200Q17%2010.825%2017%2010t-.587-1.412T15%208t-1.412.588T13%2010t.588%201.413T15%2012t1.413-.587M9%2021v-4h2v4zm4%200v-4h2v4zm-8%200q-.825%200-1.412-.587T3%2019V9q0-2.5%201.75-4.25T9%203h6q2.5%200%204.25%201.75T21%209v10q0%20.825-.587%201.413T19%2021h-2v-4q0-.825-.587-1.412T15%2015H9q-.825%200-1.412.588T7%2017v4z%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.413%2011.413Q11%2010.825%2011%2010t-.587-1.412T9%208t-1.412.588T7%2010t.588%201.413T9%2012t1.413-.587m6%200Q17%2010.825%2017%2010t-.587-1.412T15%208t-1.412.588T13%2010t.588%201.413T15%2012t1.413-.587M9%2021v-4h2v4zm4%200v-4h2v4zm-8%200q-.825%200-1.412-.587T3%2019V9q0-2.5%201.75-4.25T9%203h6q2.5%200%204.25%201.75T21%209v10q0%20.825-.587%201.413T19%2021h-2v-4q0-.825-.587-1.412T15%2015H9q-.825%200-1.412.588T7%2017v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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