robot-2 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
robot-2
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the robot 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M3 14a8 8 0 0 1 8-8h2a8 8 0 1 1 0 16h-2a8 8 0 0 1-8-8"/><path d="M15.991 16.25H8.008c-.893 0-1.683-.595-1.736-1.487C6.15 12.708 6.728 9.25 12 9.25s5.85 3.458 5.728 5.513c-.053.892-.844 1.487-1.737 1.487"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 3a1 1 0 1 0 0-2a1 1 0 0 0 0 2Zm0 0v3m-8.938 7A8 8 0 0 1 11 6h2a8 8 0 0 1 7.938 7M3.062 13a8 8 0 0 0 0 2m0-2H2a1 1 0 1 0 0 2h1.062m0 0A8 8 0 0 0 11 22h2a8 8 0 0 0 7.938-7m0-2a8 8 0 0 1 0 2m0-2H22a1 1 0 1 1 0 2h-1.062"/><g stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M15.991 16.25H8.008c-.893 0-1.683-.595-1.736-1.487C6.15 12.708 6.728 9.25 12 9.25s5.85 3.458 5.728 5.513c-.053.892-.844 1.487-1.737 1.487Z"/><path d="M10 13.003V13h.003v.002zm4 0V13h.003v.002z"/></g></g></svg>

React

import type { SVGProps } from "react";

export function TdesignRobot2(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="M3 14a8 8 0 0 1 8-8h2a8 8 0 1 1 0 16h-2a8 8 0 0 1-8-8"/><path d="M15.991 16.25H8.008c-.893 0-1.683-.595-1.736-1.487C6.15 12.708 6.728 9.25 12 9.25s5.85 3.458 5.728 5.513c-.053.892-.844 1.487-1.737 1.487"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12 3a1 1 0 1 0 0-2a1 1 0 0 0 0 2Zm0 0v3m-8.938 7A8 8 0 0 1 11 6h2a8 8 0 0 1 7.938 7M3.062 13a8 8 0 0 0 0 2m0-2H2a1 1 0 1 0 0 2h1.062m0 0A8 8 0 0 0 11 22h2a8 8 0 0 0 7.938-7m0-2a8 8 0 0 1 0 2m0-2H22a1 1 0 1 1 0 2h-1.062"/><g stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path d="M15.991 16.25H8.008c-.893 0-1.683-.595-1.736-1.487C6.15 12.708 6.728 9.25 12 9.25s5.85 3.458 5.728 5.513c-.053.892-.844 1.487-1.737 1.487Z"/><path d="M10 13.003V13h.003v.002zm4 0V13h.003v.002z"/></g></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="M3 14a8 8 0 0 1 8-8h2a8 8 0 1 1 0 16h-2a8 8 0 0 1-8-8"/><path d="M15.991 16.25H8.008c-.893 0-1.683-.595-1.736-1.487C6.15 12.708 6.728 9.25 12 9.25s5.85 3.458 5.728 5.513c-.053.892-.844 1.487-1.737 1.487"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 3a1 1 0 1 0 0-2a1 1 0 0 0 0 2Zm0 0v3m-8.938 7A8 8 0 0 1 11 6h2a8 8 0 0 1 7.938 7M3.062 13a8 8 0 0 0 0 2m0-2H2a1 1 0 1 0 0 2h1.062m0 0A8 8 0 0 0 11 22h2a8 8 0 0 0 7.938-7m0-2a8 8 0 0 1 0 2m0-2H22a1 1 0 1 1 0 2h-1.062"/><g stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M15.991 16.25H8.008c-.893 0-1.683-.595-1.736-1.487C6.15 12.708 6.728 9.25 12 9.25s5.85 3.458 5.728 5.513c-.053.892-.844 1.487-1.737 1.487Z"/><path d="M10 13.003V13h.003v.002zm4 0V13h.003v.002z"/></g></g></svg>
</template>

CSS

.icon-robot-2 {
  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%22M3%2014a8%208%200%200%201%208-8h2a8%208%200%201%201%200%2016h-2a8%208%200%200%201-8-8%22%2F%3E%3Cpath%20d%3D%22M15.991%2016.25H8.008c-.893%200-1.683-.595-1.736-1.487C6.15%2012.708%206.728%209.25%2012%209.25s5.85%203.458%205.728%205.513c-.053.892-.844%201.487-1.737%201.487%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%203a1%201%200%201%200%200-2a1%201%200%200%200%200%202Zm0%200v3m-8.938%207A8%208%200%200%201%2011%206h2a8%208%200%200%201%207.938%207M3.062%2013a8%208%200%200%200%200%202m0-2H2a1%201%200%201%200%200%202h1.062m0%200A8%208%200%200%200%2011%2022h2a8%208%200%200%200%207.938-7m0-2a8%208%200%200%201%200%202m0-2H22a1%201%200%201%201%200%202h-1.062%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.991%2016.25H8.008c-.893%200-1.683-.595-1.736-1.487C6.15%2012.708%206.728%209.25%2012%209.25s5.85%203.458%205.728%205.513c-.053.892-.844%201.487-1.737%201.487Z%22%2F%3E%3Cpath%20d%3D%22M10%2013.003V13h.003v.002zm4%200V13h.003v.002z%22%2F%3E%3C%2Fg%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%22M3%2014a8%208%200%200%201%208-8h2a8%208%200%201%201%200%2016h-2a8%208%200%200%201-8-8%22%2F%3E%3Cpath%20d%3D%22M15.991%2016.25H8.008c-.893%200-1.683-.595-1.736-1.487C6.15%2012.708%206.728%209.25%2012%209.25s5.85%203.458%205.728%205.513c-.053.892-.844%201.487-1.737%201.487%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%203a1%201%200%201%200%200-2a1%201%200%200%200%200%202Zm0%200v3m-8.938%207A8%208%200%200%201%2011%206h2a8%208%200%200%201%207.938%207M3.062%2013a8%208%200%200%200%200%202m0-2H2a1%201%200%201%200%200%202h1.062m0%200A8%208%200%200%200%2011%2022h2a8%208%200%200%200%207.938-7m0-2a8%208%200%200%201%200%202m0-2H22a1%201%200%201%201%200%202h-1.062%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.991%2016.25H8.008c-.893%200-1.683-.595-1.736-1.487C6.15%2012.708%206.728%209.25%2012%209.25s5.85%203.458%205.728%205.513c-.053.892-.844%201.487-1.737%201.487Z%22%2F%3E%3Cpath%20d%3D%22M10%2013.003V13h.003v.002zm4%200V13h.003v.002z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/robot-2.svg?color=%231a73e8&size=48