robot 1 icon
robot-1 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- robot-1
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the robot 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6 8a4 4 0 0 1 4-4h4a4 4 0 0 1 0 8h-4a4 4 0 0 1-4-4"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M19.5 21v-1.5a4 4 0 0 0-4-4h-7a4 4 0 0 0-4 4V21M12 4V2m-2 10h4a4 4 0 0 0 0-8h-4a4 4 0 1 0 0 8Zm.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm3.75.25a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignRobot1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6 8a4 4 0 0 1 4-4h4a4 4 0 0 1 0 8h-4a4 4 0 0 1-4-4"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M19.5 21v-1.5a4 4 0 0 0-4-4h-7a4 4 0 0 0-4 4V21M12 4V2m-2 10h4a4 4 0 0 0 0-8h-4a4 4 0 1 0 0 8Zm.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm3.75.25a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6 8a4 4 0 0 1 4-4h4a4 4 0 0 1 0 8h-4a4 4 0 0 1-4-4"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M19.5 21v-1.5a4 4 0 0 0-4-4h-7a4 4 0 0 0-4 4V21M12 4V2m-2 10h4a4 4 0 0 0 0-8h-4a4 4 0 1 0 0 8Zm.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm3.75.25a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5Z"/></g></svg> </template>
CSS
.icon-robot-1 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6%208a4%204%200%200%201%204-4h4a4%204%200%200%201%200%208h-4a4%204%200%200%201-4-4%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M19.5%2021v-1.5a4%204%200%200%200-4-4h-7a4%204%200%200%200-4%204V21M12%204V2m-2%2010h4a4%204%200%200%200%200-8h-4a4%204%200%201%200%200%208Zm.25-4a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Zm3.75.25a.25.25%200%201%201%200-.5a.25.25%200%200%201%200%20.5Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6%208a4%204%200%200%201%204-4h4a4%204%200%200%201%200%208h-4a4%204%200%200%201-4-4%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M19.5%2021v-1.5a4%204%200%200%200-4-4h-7a4%204%200%200%200-4%204V21M12%204V2m-2%2010h4a4%204%200%200%200%200-8h-4a4%204%200%201%200%200%208Zm.25-4a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Zm3.75.25a.25.25%200%201%201%200-.5a.25.25%200%200%201%200%20.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/robot-1.svg?color=%231a73e8&size=48