robot icon
robot from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- robot
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
robot-filledAnt Design IconsrobotBootstrap IconsrobotFont Awesome 6 SolidrobotFont Awesome SolidrobotFluent EmojirobotFluent Emoji FlatrobotFluent Emoji High ContrastrobotIconParkrobotIconPark OutlinerobotIconPark SolidrobotIconPark TwoTonerobotLine AwesomerobotMage IconsrobotMajesticonsrobotMaterial Icon ThemerobotMaterial SymbolsrobotMaterial Symbols LightrobotMaterial Design Iconsrobot-fillMingCute IconrobotNoto EmojirobotOpenMojirobotPhosphorrobotPixelarticonsrobot-fillRemix Icon
Use the robot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 9H4c-.827 0-1.5.673-1.5 1.5v.5c0 .123.062 3 5.5 3s5.5-2.877 5.5-3v-.5c0-.827-.673-1.5-1.5-1.5m.5 1.991C12.497 11.073 12.372 13 8 13s-4.497-1.927-4.5-2v-.5A.5.5 0 0 1 4 10h8a.5.5 0 0 1 .5.5zM5.5 8h5c.827 0 1.5-.673 1.5-1.5v-3c0-.827-.673-1.5-1.5-1.5h-2v-.5a.5.5 0 0 0-1 0V2h-2C4.673 2 4 2.673 4 3.5v3C4 7.327 4.673 8 5.5 8M5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zM5.75 5a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m3 0a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0"/></svg>
React
import type { SVGProps } from "react";
export function CodiconRobot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 9H4c-.827 0-1.5.673-1.5 1.5v.5c0 .123.062 3 5.5 3s5.5-2.877 5.5-3v-.5c0-.827-.673-1.5-1.5-1.5m.5 1.991C12.497 11.073 12.372 13 8 13s-4.497-1.927-4.5-2v-.5A.5.5 0 0 1 4 10h8a.5.5 0 0 1 .5.5zM5.5 8h5c.827 0 1.5-.673 1.5-1.5v-3c0-.827-.673-1.5-1.5-1.5h-2v-.5a.5.5 0 0 0-1 0V2h-2C4.673 2 4 2.673 4 3.5v3C4 7.327 4.673 8 5.5 8M5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zM5.75 5a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m3 0a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 9H4c-.827 0-1.5.673-1.5 1.5v.5c0 .123.062 3 5.5 3s5.5-2.877 5.5-3v-.5c0-.827-.673-1.5-1.5-1.5m.5 1.991C12.497 11.073 12.372 13 8 13s-4.497-1.927-4.5-2v-.5A.5.5 0 0 1 4 10h8a.5.5 0 0 1 .5.5zM5.5 8h5c.827 0 1.5-.673 1.5-1.5v-3c0-.827-.673-1.5-1.5-1.5h-2v-.5a.5.5 0 0 0-1 0V2h-2C4.673 2 4 2.673 4 3.5v3C4 7.327 4.673 8 5.5 8M5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zM5.75 5a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m3 0a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209H4c-.827%200-1.5.673-1.5%201.5v.5c0%20.123.062%203%205.5%203s5.5-2.877%205.5-3v-.5c0-.827-.673-1.5-1.5-1.5m.5%201.991C12.497%2011.073%2012.372%2013%208%2013s-4.497-1.927-4.5-2v-.5A.5.5%200%200%201%204%2010h8a.5.5%200%200%201%20.5.5zM5.5%208h5c.827%200%201.5-.673%201.5-1.5v-3c0-.827-.673-1.5-1.5-1.5h-2v-.5a.5.5%200%200%200-1%200V2h-2C4.673%202%204%202.673%204%203.5v3C4%207.327%204.673%208%205.5%208M5%203.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5v3a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201-.5-.5zM5.75%205a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m3%200a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209H4c-.827%200-1.5.673-1.5%201.5v.5c0%20.123.062%203%205.5%203s5.5-2.877%205.5-3v-.5c0-.827-.673-1.5-1.5-1.5m.5%201.991C12.497%2011.073%2012.372%2013%208%2013s-4.497-1.927-4.5-2v-.5A.5.5%200%200%201%204%2010h8a.5.5%200%200%201%20.5.5zM5.5%208h5c.827%200%201.5-.673%201.5-1.5v-3c0-.827-.673-1.5-1.5-1.5h-2v-.5a.5.5%200%200%200-1%200V2h-2C4.673%202%204%202.673%204%203.5v3C4%207.327%204.673%208%205.5%208M5%203.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5v3a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201-.5-.5zM5.75%205a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m3%200a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/robot.svg?color=%231a73e8&size=48