robot from Line Awesome by Icons8 · Line · Science Fiction · Apache-2.0 Free for personal and commercial use.

Name
robot
Set
Line Awesome
Style
Line
Category
Science Fiction
Viewbox
32×32
License
Apache 2.0
Aliases
robot-solid

The same icon in other sets

More science fiction icons from Line Awesome

Use the robot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V7h-5c-2.75 0-5 2.25-5 5v2H2v8h3v5h22v-5h3v-8h-3v-2c0-2.75-2.25-5-5-5h-5V4.719c.598-.348 1-.98 1-1.719a2 2 0 0 0-2-2m-6 8h12c1.668 0 3 1.332 3 3v13h-2v-5H9v5H7V12c0-1.668 1.332-3 3-3m2 4a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m8 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4M4 16h1v4H4zm23 0h1v4h-1zm-16 6h2v3h-2zm4 0h2v3h-2zm4 0h2v3h-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaRobot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V7h-5c-2.75 0-5 2.25-5 5v2H2v8h3v5h22v-5h3v-8h-3v-2c0-2.75-2.25-5-5-5h-5V4.719c.598-.348 1-.98 1-1.719a2 2 0 0 0-2-2m-6 8h12c1.668 0 3 1.332 3 3v13h-2v-5H9v5H7V12c0-1.668 1.332-3 3-3m2 4a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m8 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4M4 16h1v4H4zm23 0h1v4h-1zm-16 6h2v3h-2zm4 0h2v3h-2zm4 0h2v3h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V7h-5c-2.75 0-5 2.25-5 5v2H2v8h3v5h22v-5h3v-8h-3v-2c0-2.75-2.25-5-5-5h-5V4.719c.598-.348 1-.98 1-1.719a2 2 0 0 0-2-2m-6 8h12c1.668 0 3 1.332 3 3v13h-2v-5H9v5H7V12c0-1.668 1.332-3 3-3m2 4a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m8 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4M4 16h1v4H4zm23 0h1v4h-1zm-16 6h2v3h-2zm4 0h2v3h-2zm4 0h2v3h-2z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201a2%202%200%200%200-2%202c0%20.738.402%201.371%201%201.719V7h-5c-2.75%200-5%202.25-5%205v2H2v8h3v5h22v-5h3v-8h-3v-2c0-2.75-2.25-5-5-5h-5V4.719c.598-.348%201-.98%201-1.719a2%202%200%200%200-2-2m-6%208h12c1.668%200%203%201.332%203%203v13h-2v-5H9v5H7V12c0-1.668%201.332-3%203-3m2%204a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m8%200a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4M4%2016h1v4H4zm23%200h1v4h-1zm-16%206h2v3h-2zm4%200h2v3h-2zm4%200h2v3h-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201a2%202%200%200%200-2%202c0%20.738.402%201.371%201%201.719V7h-5c-2.75%200-5%202.25-5%205v2H2v8h3v5h22v-5h3v-8h-3v-2c0-2.75-2.25-5-5-5h-5V4.719c.598-.348%201-.98%201-1.719a2%202%200%200%200-2-2m-6%208h12c1.668%200%203%201.332%203%203v13h-2v-5H9v5H7V12c0-1.668%201.332-3%203-3m2%204a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m8%200a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4M4%2016h1v4H4zm23%200h1v4h-1zm-16%206h2v3h-2zm4%200h2v3h-2zm4%200h2v3h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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