robot icon
robot-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- robot-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- robot-outline-rounded, robot-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
robot-filledAnt Design IconsrobotBootstrap IconsrobotCodiconsrobotFont Awesome 6 SolidrobotFont Awesome SolidrobotFluent EmojirobotFluent Emoji FlatrobotFluent Emoji High ContrastrobotIconParkrobotIconPark OutlinerobotIconPark SolidrobotIconPark TwoTonerobotLine AwesomerobotMage IconsrobotMajesticonsrobotMaterial Icon ThemerobotMaterial Symbols LightrobotMaterial Design Iconsrobot-fillMingCute IconrobotNoto EmojirobotOpenMojirobotPhosphorrobotPixelarticonsrobot-fillRemix Icon
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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 21q-.825 0-1.412-.587T3 19V9q0-2.5 1.75-4.25T9 3h6q2.5 0 4.25 1.75T21 9v10q0 .825-.587 1.413T19 21zm0-2h14V9q0-1.65-1.175-2.825T15 5H9Q7.35 5 6.175 6.175T5 9zm2.588-7.587Q7 10.825 7 10t.588-1.412T9 8t1.413.588T11 10t-.587 1.413T9 12t-1.412-.587m6 0Q13 10.825 13 10t.588-1.412T15 8t1.413.588T17 10t-.587 1.413T15 12t-1.412-.587M7 19v-2q0-.825.588-1.412T9 15h6q.825 0 1.413.588T17 17v2h-2v-2h-2v2h-2v-2H9v2zm-2 0h14z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRobotOutline(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 21q-.825 0-1.412-.587T3 19V9q0-2.5 1.75-4.25T9 3h6q2.5 0 4.25 1.75T21 9v10q0 .825-.587 1.413T19 21zm0-2h14V9q0-1.65-1.175-2.825T15 5H9Q7.35 5 6.175 6.175T5 9zm2.588-7.587Q7 10.825 7 10t.588-1.412T9 8t1.413.588T11 10t-.587 1.413T9 12t-1.412-.587m6 0Q13 10.825 13 10t.588-1.412T15 8t1.413.588T17 10t-.587 1.413T15 12t-1.412-.587M7 19v-2q0-.825.588-1.412T9 15h6q.825 0 1.413.588T17 17v2h-2v-2h-2v2h-2v-2H9v2zm-2 0h14z"/></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 21q-.825 0-1.412-.587T3 19V9q0-2.5 1.75-4.25T9 3h6q2.5 0 4.25 1.75T21 9v10q0 .825-.587 1.413T19 21zm0-2h14V9q0-1.65-1.175-2.825T15 5H9Q7.35 5 6.175 6.175T5 9zm2.588-7.587Q7 10.825 7 10t.588-1.412T9 8t1.413.588T11 10t-.587 1.413T9 12t-1.412-.587m6 0Q13 10.825 13 10t.588-1.412T15 8t1.413.588T17 10t-.587 1.413T15 12t-1.412-.587M7 19v-2q0-.825.588-1.412T9 15h6q.825 0 1.413.588T17 17v2h-2v-2h-2v2h-2v-2H9v2zm-2 0h14z"/></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%2021q-.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%2021zm0-2h14V9q0-1.65-1.175-2.825T15%205H9Q7.35%205%206.175%206.175T5%209zm2.588-7.587Q7%2010.825%207%2010t.588-1.412T9%208t1.413.588T11%2010t-.587%201.413T9%2012t-1.412-.587m6%200Q13%2010.825%2013%2010t.588-1.412T15%208t1.413.588T17%2010t-.587%201.413T15%2012t-1.412-.587M7%2019v-2q0-.825.588-1.412T9%2015h6q.825%200%201.413.588T17%2017v2h-2v-2h-2v2h-2v-2H9v2zm-2%200h14z%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%2021q-.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%2021zm0-2h14V9q0-1.65-1.175-2.825T15%205H9Q7.35%205%206.175%206.175T5%209zm2.588-7.587Q7%2010.825%207%2010t.588-1.412T9%208t1.413.588T11%2010t-.587%201.413T9%2012t-1.412-.587m6%200Q13%2010.825%2013%2010t.588-1.412T15%208t1.413.588T17%2010t-.587%201.413T15%2012t-1.412-.587M7%2019v-2q0-.825.588-1.412T9%2015h6q.825%200%201.413.588T17%2017v2h-2v-2h-2v2h-2v-2H9v2zm-2%200h14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/robot-outline.svg?color=%231a73e8&size=48