robot icon
robot from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- robot
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- robot-rounded, robot-sharp
1 other variant in Material Symbols Light
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 SymbolsrobotMaterial Design Iconsrobot-fillMingCute IconrobotNoto EmojirobotOpenMojirobotPhosphorrobotPixelarticonsrobot-fillRemix Icon
More hardware icons from Material Symbols Light
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="M10.066 11.066q.434-.433.434-1.066t-.434-1.066T9 8.5t-1.066.434Q7.5 9.367 7.5 10t.434 1.066T9 11.5t1.066-.434m6 0q.434-.433.434-1.066t-.434-1.066T15 8.5t-1.066.434Q13.5 9.367 13.5 10t.434 1.066T15 11.5t1.066-.434M8.5 20v-2.884q0-.27.173-.443t.443-.173H11.5V20zm4 0v-3.5h2.385q.269 0 .442.173t.173.443V20zm-6.884 0q-.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.472H16.5v-2.884q0-.672-.472-1.144t-1.143-.472h-5.77q-.67 0-1.143.472q-.472.472-.472 1.144V20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRobot(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.066 11.066q.434-.433.434-1.066t-.434-1.066T9 8.5t-1.066.434Q7.5 9.367 7.5 10t.434 1.066T9 11.5t1.066-.434m6 0q.434-.433.434-1.066t-.434-1.066T15 8.5t-1.066.434Q13.5 9.367 13.5 10t.434 1.066T15 11.5t1.066-.434M8.5 20v-2.884q0-.27.173-.443t.443-.173H11.5V20zm4 0v-3.5h2.385q.269 0 .442.173t.173.443V20zm-6.884 0q-.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.472H16.5v-2.884q0-.672-.472-1.144t-1.143-.472h-5.77q-.67 0-1.143.472q-.472.472-.472 1.144V20z"/></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.066 11.066q.434-.433.434-1.066t-.434-1.066T9 8.5t-1.066.434Q7.5 9.367 7.5 10t.434 1.066T9 11.5t1.066-.434m6 0q.434-.433.434-1.066t-.434-1.066T15 8.5t-1.066.434Q13.5 9.367 13.5 10t.434 1.066T15 11.5t1.066-.434M8.5 20v-2.884q0-.27.173-.443t.443-.173H11.5V20zm4 0v-3.5h2.385q.269 0 .442.173t.173.443V20zm-6.884 0q-.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.472H16.5v-2.884q0-.672-.472-1.144t-1.143-.472h-5.77q-.67 0-1.143.472q-.472.472-.472 1.144V20z"/></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.066%2011.066q.434-.433.434-1.066t-.434-1.066T9%208.5t-1.066.434Q7.5%209.367%207.5%2010t.434%201.066T9%2011.5t1.066-.434m6%200q.434-.433.434-1.066t-.434-1.066T15%208.5t-1.066.434Q13.5%209.367%2013.5%2010t.434%201.066T15%2011.5t1.066-.434M8.5%2020v-2.884q0-.27.173-.443t.443-.173H11.5V20zm4%200v-3.5h2.385q.269%200%20.442.173t.173.443V20zm-6.884%200q-.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.472H16.5v-2.884q0-.672-.472-1.144t-1.143-.472h-5.77q-.67%200-1.143.472q-.472.472-.472%201.144V20z%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.066%2011.066q.434-.433.434-1.066t-.434-1.066T9%208.5t-1.066.434Q7.5%209.367%207.5%2010t.434%201.066T9%2011.5t1.066-.434m6%200q.434-.433.434-1.066t-.434-1.066T15%208.5t-1.066.434Q13.5%209.367%2013.5%2010t.434%201.066T15%2011.5t1.066-.434M8.5%2020v-2.884q0-.27.173-.443t.443-.173H11.5V20zm4%200v-3.5h2.385q.269%200%20.442.173t.173.443V20zm-6.884%200q-.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.472H16.5v-2.884q0-.672-.472-1.144t-1.143-.472h-5.77q-.67%200-1.143.472q-.472.472-.472%201.144V20z%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.svg?color=%231a73e8&size=48