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

Name
robot-2-filled
Set
TDesign Icons
Style
Filled
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"><path fill="currentColor" d="M9.001 11.5a1.5 1.5 0 0 1 1.499 1.499v.002A1.5 1.5 0 0 1 9.001 14.5h-.002A1.5 1.5 0 0 1 7.5 13.001v-.002A1.5 1.5 0 0 1 8.999 11.5zm6 0a1.5 1.5 0 0 1 1.499 1.499v.002a1.5 1.5 0 0 1-1.499 1.499h-.002a1.5 1.5 0 0 1-1.499-1.499v-.002a1.5 1.5 0 0 1 1.499-1.499z"/><path fill="currentColor" d="M12 0a2 2 0 0 1 1 3.73V5c4.283 0 7.865 2.992 8.775 7H22a2 2 0 1 1 0 4h-.225c-.91 4.008-4.492 7-8.775 7h-2c-4.283 0-7.865-2.992-8.775-7H2a2 2 0 1 1 0-4h.225C3.135 7.992 6.717 5 11 5V3.73A2 2 0 0 1 12 0m0 8.25c-2.87 0-4.683.957-5.705 2.411c-.978 1.392-1.088 3.041-1.022 4.161c.092 1.538 1.44 2.428 2.736 2.428h7.982c1.296 0 2.643-.89 2.735-2.428c.066-1.12-.043-2.769-1.022-4.16C16.682 9.206 14.871 8.25 12 8.25"/></svg>

React

import type { SVGProps } from "react";

export function TdesignRobot2Filled(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="M9.001 11.5a1.5 1.5 0 0 1 1.499 1.499v.002A1.5 1.5 0 0 1 9.001 14.5h-.002A1.5 1.5 0 0 1 7.5 13.001v-.002A1.5 1.5 0 0 1 8.999 11.5zm6 0a1.5 1.5 0 0 1 1.499 1.499v.002a1.5 1.5 0 0 1-1.499 1.499h-.002a1.5 1.5 0 0 1-1.499-1.499v-.002a1.5 1.5 0 0 1 1.499-1.499z"/><path fill="currentColor" d="M12 0a2 2 0 0 1 1 3.73V5c4.283 0 7.865 2.992 8.775 7H22a2 2 0 1 1 0 4h-.225c-.91 4.008-4.492 7-8.775 7h-2c-4.283 0-7.865-2.992-8.775-7H2a2 2 0 1 1 0-4h.225C3.135 7.992 6.717 5 11 5V3.73A2 2 0 0 1 12 0m0 8.25c-2.87 0-4.683.957-5.705 2.411c-.978 1.392-1.088 3.041-1.022 4.161c.092 1.538 1.44 2.428 2.736 2.428h7.982c1.296 0 2.643-.89 2.735-2.428c.066-1.12-.043-2.769-1.022-4.16C16.682 9.206 14.871 8.25 12 8.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.001 11.5a1.5 1.5 0 0 1 1.499 1.499v.002A1.5 1.5 0 0 1 9.001 14.5h-.002A1.5 1.5 0 0 1 7.5 13.001v-.002A1.5 1.5 0 0 1 8.999 11.5zm6 0a1.5 1.5 0 0 1 1.499 1.499v.002a1.5 1.5 0 0 1-1.499 1.499h-.002a1.5 1.5 0 0 1-1.499-1.499v-.002a1.5 1.5 0 0 1 1.499-1.499z"/><path fill="currentColor" d="M12 0a2 2 0 0 1 1 3.73V5c4.283 0 7.865 2.992 8.775 7H22a2 2 0 1 1 0 4h-.225c-.91 4.008-4.492 7-8.775 7h-2c-4.283 0-7.865-2.992-8.775-7H2a2 2 0 1 1 0-4h.225C3.135 7.992 6.717 5 11 5V3.73A2 2 0 0 1 12 0m0 8.25c-2.87 0-4.683.957-5.705 2.411c-.978 1.392-1.088 3.041-1.022 4.161c.092 1.538 1.44 2.428 2.736 2.428h7.982c1.296 0 2.643-.89 2.735-2.428c.066-1.12-.043-2.769-1.022-4.16C16.682 9.206 14.871 8.25 12 8.25"/></svg>
</template>

CSS

.icon-robot-2-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.001%2011.5a1.5%201.5%200%200%201%201.499%201.499v.002A1.5%201.5%200%200%201%209.001%2014.5h-.002A1.5%201.5%200%200%201%207.5%2013.001v-.002A1.5%201.5%200%200%201%208.999%2011.5zm6%200a1.5%201.5%200%200%201%201.499%201.499v.002a1.5%201.5%200%200%201-1.499%201.499h-.002a1.5%201.5%200%200%201-1.499-1.499v-.002a1.5%201.5%200%200%201%201.499-1.499z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200a2%202%200%200%201%201%203.73V5c4.283%200%207.865%202.992%208.775%207H22a2%202%200%201%201%200%204h-.225c-.91%204.008-4.492%207-8.775%207h-2c-4.283%200-7.865-2.992-8.775-7H2a2%202%200%201%201%200-4h.225C3.135%207.992%206.717%205%2011%205V3.73A2%202%200%200%201%2012%200m0%208.25c-2.87%200-4.683.957-5.705%202.411c-.978%201.392-1.088%203.041-1.022%204.161c.092%201.538%201.44%202.428%202.736%202.428h7.982c1.296%200%202.643-.89%202.735-2.428c.066-1.12-.043-2.769-1.022-4.16C16.682%209.206%2014.871%208.25%2012%208.25%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%22M9.001%2011.5a1.5%201.5%200%200%201%201.499%201.499v.002A1.5%201.5%200%200%201%209.001%2014.5h-.002A1.5%201.5%200%200%201%207.5%2013.001v-.002A1.5%201.5%200%200%201%208.999%2011.5zm6%200a1.5%201.5%200%200%201%201.499%201.499v.002a1.5%201.5%200%200%201-1.499%201.499h-.002a1.5%201.5%200%200%201-1.499-1.499v-.002a1.5%201.5%200%200%201%201.499-1.499z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200a2%202%200%200%201%201%203.73V5c4.283%200%207.865%202.992%208.775%207H22a2%202%200%201%201%200%204h-.225c-.91%204.008-4.492%207-8.775%207h-2c-4.283%200-7.865-2.992-8.775-7H2a2%202%200%201%201%200-4h.225C3.135%207.992%206.717%205%2011%205V3.73A2%202%200%200%201%2012%200m0%208.25c-2.87%200-4.683.957-5.705%202.411c-.978%201.392-1.088%203.041-1.022%204.161c.092%201.538%201.44%202.428%202.736%202.428h7.982c1.296%200%202.643-.89%202.735-2.428c.066-1.12-.043-2.769-1.022-4.16C16.682%209.206%2014.871%208.25%2012%208.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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