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

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

1 other variant in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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="M5.616 20q-.672 0-1.144-.472T4 18.385V9q0-2.077 1.462-3.538T9 4h6q2.077 0 3.539 1.462T20 9v9.385q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h12.769q.269 0 .442-.173t.173-.442V9q0-1.65-1.175-2.825T15 5H9Q7.35 5 6.175 6.175T5 9v9.385q0 .269.173.442t.443.173m2.318-7.934Q7.5 10.633 7.5 10t.434-1.066T9 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T9 11.5t-1.066-.434m6 0Q13.5 10.633 13.5 10t.434-1.066T15 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T15 11.5t-1.066-.434M7.5 19v-1.884q0-.672.472-1.144t1.144-.472h5.769q.67 0 1.143.472q.472.472.472 1.144V19h-1v-1.884q0-.27-.173-.443t-.442-.173H12.5V19h-1v-2.5H9.116q-.27 0-.443.173t-.173.443V19zm-1.884 0H19H5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRobotOutline(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="M5.616 20q-.672 0-1.144-.472T4 18.385V9q0-2.077 1.462-3.538T9 4h6q2.077 0 3.539 1.462T20 9v9.385q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h12.769q.269 0 .442-.173t.173-.442V9q0-1.65-1.175-2.825T15 5H9Q7.35 5 6.175 6.175T5 9v9.385q0 .269.173.442t.443.173m2.318-7.934Q7.5 10.633 7.5 10t.434-1.066T9 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T9 11.5t-1.066-.434m6 0Q13.5 10.633 13.5 10t.434-1.066T15 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T15 11.5t-1.066-.434M7.5 19v-1.884q0-.672.472-1.144t1.144-.472h5.769q.67 0 1.143.472q.472.472.472 1.144V19h-1v-1.884q0-.27-.173-.443t-.442-.173H12.5V19h-1v-2.5H9.116q-.27 0-.443.173t-.173.443V19zm-1.884 0H19H5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.672 0-1.144-.472T4 18.385V9q0-2.077 1.462-3.538T9 4h6q2.077 0 3.539 1.462T20 9v9.385q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h12.769q.269 0 .442-.173t.173-.442V9q0-1.65-1.175-2.825T15 5H9Q7.35 5 6.175 6.175T5 9v9.385q0 .269.173.442t.443.173m2.318-7.934Q7.5 10.633 7.5 10t.434-1.066T9 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T9 11.5t-1.066-.434m6 0Q13.5 10.633 13.5 10t.434-1.066T15 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T15 11.5t-1.066-.434M7.5 19v-1.884q0-.672.472-1.144t1.144-.472h5.769q.67 0 1.143.472q.472.472.472 1.144V19h-1v-1.884q0-.27-.173-.443t-.442-.173H12.5V19h-1v-2.5H9.116q-.27 0-.443.173t-.173.443V19zm-1.884 0H19H5z"/></svg>
</template>

CSS

.icon-robot-outline {
  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%22M5.616%2020q-.672%200-1.144-.472T4%2018.385V9q0-2.077%201.462-3.538T9%204h6q2.077%200%203.539%201.462T20%209v9.385q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h12.769q.269%200%20.442-.173t.173-.442V9q0-1.65-1.175-2.825T15%205H9Q7.35%205%206.175%206.175T5%209v9.385q0%20.269.173.442t.443.173m2.318-7.934Q7.5%2010.633%207.5%2010t.434-1.066T9%208.5t1.066.434q.434.433.434%201.066t-.434%201.066T9%2011.5t-1.066-.434m6%200Q13.5%2010.633%2013.5%2010t.434-1.066T15%208.5t1.066.434q.434.433.434%201.066t-.434%201.066T15%2011.5t-1.066-.434M7.5%2019v-1.884q0-.672.472-1.144t1.144-.472h5.769q.67%200%201.143.472q.472.472.472%201.144V19h-1v-1.884q0-.27-.173-.443t-.442-.173H12.5V19h-1v-2.5H9.116q-.27%200-.443.173t-.173.443V19zm-1.884%200H19H5z%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%22M5.616%2020q-.672%200-1.144-.472T4%2018.385V9q0-2.077%201.462-3.538T9%204h6q2.077%200%203.539%201.462T20%209v9.385q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h12.769q.269%200%20.442-.173t.173-.442V9q0-1.65-1.175-2.825T15%205H9Q7.35%205%206.175%206.175T5%209v9.385q0%20.269.173.442t.443.173m2.318-7.934Q7.5%2010.633%207.5%2010t.434-1.066T9%208.5t1.066.434q.434.433.434%201.066t-.434%201.066T9%2011.5t-1.066-.434m6%200Q13.5%2010.633%2013.5%2010t.434-1.066T15%208.5t1.066.434q.434.433.434%201.066t-.434%201.066T15%2011.5t-1.066-.434M7.5%2019v-1.884q0-.672.472-1.144t1.144-.472h5.769q.67%200%201.143.472q.472.472.472%201.144V19h-1v-1.884q0-.27-.173-.443t-.442-.173H12.5V19h-1v-2.5H9.116q-.27%200-.443.173t-.173.443V19zm-1.884%200H19H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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