robot icon
robot-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- robot-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
1 other variant in Ant Design Icons
The same icon in other sets
robotBootstrap IconsrobotCodiconsrobotFont 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 1024 1024"><path fill="currentColor" d="M852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M300 328c0-33.1 26.9-60 60-60s60 26.9 60 60s-26.9 60-60 60s-60-26.9-60-60m372 248c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8zm-8-188c-33.1 0-60-26.9-60-60s26.9-60 60-60s60 26.9 60 60s-26.9 60-60 60m135 476H225c-13.8 0-25 14.3-25 32v56c0 4.4 2.8 8 6.2 8h611.5c3.4 0 6.2-3.6 6.2-8v-56c.1-17.7-11.1-32-24.9-32"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignRobotFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M300 328c0-33.1 26.9-60 60-60s60 26.9 60 60s-26.9 60-60 60s-60-26.9-60-60m372 248c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8zm-8-188c-33.1 0-60-26.9-60-60s26.9-60 60-60s60 26.9 60 60s-26.9 60-60 60m135 476H225c-13.8 0-25 14.3-25 32v56c0 4.4 2.8 8 6.2 8h611.5c3.4 0 6.2-3.6 6.2-8v-56c.1-17.7-11.1-32-24.9-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M300 328c0-33.1 26.9-60 60-60s60 26.9 60 60s-26.9 60-60 60s-60-26.9-60-60m372 248c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8zm-8-188c-33.1 0-60-26.9-60-60s26.9-60 60-60s60 26.9 60 60s-26.9 60-60 60m135 476H225c-13.8 0-25 14.3-25 32v56c0 4.4 2.8 8 6.2 8h611.5c3.4 0 6.2-3.6 6.2-8v-56c.1-17.7-11.1-32-24.9-32"/></svg> </template>
CSS
.icon-robot-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M852%2064H172c-17.7%200-32%2014.3-32%2032v660c0%2017.7%2014.3%2032%2032%2032h680c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32M300%20328c0-33.1%2026.9-60%2060-60s60%2026.9%2060%2060s-26.9%2060-60%2060s-60-26.9-60-60m372%20248c0%204.4-3.6%208-8%208H360c-4.4%200-8-3.6-8-8v-60c0-4.4%203.6-8%208-8h304c4.4%200%208%203.6%208%208zm-8-188c-33.1%200-60-26.9-60-60s26.9-60%2060-60s60%2026.9%2060%2060s-26.9%2060-60%2060m135%20476H225c-13.8%200-25%2014.3-25%2032v56c0%204.4%202.8%208%206.2%208h611.5c3.4%200%206.2-3.6%206.2-8v-56c.1-17.7-11.1-32-24.9-32%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M852%2064H172c-17.7%200-32%2014.3-32%2032v660c0%2017.7%2014.3%2032%2032%2032h680c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32M300%20328c0-33.1%2026.9-60%2060-60s60%2026.9%2060%2060s-26.9%2060-60%2060s-60-26.9-60-60m372%20248c0%204.4-3.6%208-8%208H360c-4.4%200-8-3.6-8-8v-60c0-4.4%203.6-8%208-8h304c4.4%200%208%203.6%208%208zm-8-188c-33.1%200-60-26.9-60-60s26.9-60%2060-60s60%2026.9%2060%2060s-26.9%2060-60%2060m135%20476H225c-13.8%200-25%2014.3-25%2032v56c0%204.4%202.8%208%206.2%208h611.5c3.4%200%206.2-3.6%206.2-8v-56c.1-17.7-11.1-32-24.9-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/robot-filled.svg?color=%231a73e8&size=48