robot industrial icon

robot-industrial-outline from Material Design Icons by Pictogrammers · Outline · Hardware / Tools · Apache-2.0 Free for personal and commercial use.

Name
robot-industrial-outline
Set
Material Design Icons
Style
Outline
Category
Hardware / Tools
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More hardware / tools icons from Material Design Icons

Use the robot industrial icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19h4.6L2.62 8.64C2.23 8 2 7.29 2 6.5a3.999 3.999 0 0 1 7.87-1H14V3c0-1.1.9-2 2-2v2.59L17.59 2H22v2h-3.59L16 6.41v.18L18.41 9H22v2h-4.41L16 9.41V12a2 2 0 0 1-2-2V7.5H9.87c-.1.39-.26.76-.46 1.1l6 10.4H20a2 2 0 0 1 2 2v1H2v-1c0-1.1.9-2 2-2m3.91-9c-.56.32-1.21.5-1.91.5l4.91 8.5h2.19zM6 4.5a2 2 0 0 0-2 2c0 1.11.89 2 2 2s2-.89 2-2a2 2 0 0 0-2-2"/></svg>

React

import type { SVGProps } from "react";

export function MdiRobotIndustrialOutline(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="M4 19h4.6L2.62 8.64C2.23 8 2 7.29 2 6.5a3.999 3.999 0 0 1 7.87-1H14V3c0-1.1.9-2 2-2v2.59L17.59 2H22v2h-3.59L16 6.41v.18L18.41 9H22v2h-4.41L16 9.41V12a2 2 0 0 1-2-2V7.5H9.87c-.1.39-.26.76-.46 1.1l6 10.4H20a2 2 0 0 1 2 2v1H2v-1c0-1.1.9-2 2-2m3.91-9c-.56.32-1.21.5-1.91.5l4.91 8.5h2.19zM6 4.5a2 2 0 0 0-2 2c0 1.11.89 2 2 2s2-.89 2-2a2 2 0 0 0-2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19h4.6L2.62 8.64C2.23 8 2 7.29 2 6.5a3.999 3.999 0 0 1 7.87-1H14V3c0-1.1.9-2 2-2v2.59L17.59 2H22v2h-3.59L16 6.41v.18L18.41 9H22v2h-4.41L16 9.41V12a2 2 0 0 1-2-2V7.5H9.87c-.1.39-.26.76-.46 1.1l6 10.4H20a2 2 0 0 1 2 2v1H2v-1c0-1.1.9-2 2-2m3.91-9c-.56.32-1.21.5-1.91.5l4.91 8.5h2.19zM6 4.5a2 2 0 0 0-2 2c0 1.11.89 2 2 2s2-.89 2-2a2 2 0 0 0-2-2"/></svg>
</template>

CSS

.icon-robot-industrial-outline {
  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%22M4%2019h4.6L2.62%208.64C2.23%208%202%207.29%202%206.5a3.999%203.999%200%200%201%207.87-1H14V3c0-1.1.9-2%202-2v2.59L17.59%202H22v2h-3.59L16%206.41v.18L18.41%209H22v2h-4.41L16%209.41V12a2%202%200%200%201-2-2V7.5H9.87c-.1.39-.26.76-.46%201.1l6%2010.4H20a2%202%200%200%201%202%202v1H2v-1c0-1.1.9-2%202-2m3.91-9c-.56.32-1.21.5-1.91.5l4.91%208.5h2.19zM6%204.5a2%202%200%200%200-2%202c0%201.11.89%202%202%202s2-.89%202-2a2%202%200%200%200-2-2%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%22M4%2019h4.6L2.62%208.64C2.23%208%202%207.29%202%206.5a3.999%203.999%200%200%201%207.87-1H14V3c0-1.1.9-2%202-2v2.59L17.59%202H22v2h-3.59L16%206.41v.18L18.41%209H22v2h-4.41L16%209.41V12a2%202%200%200%201-2-2V7.5H9.87c-.1.39-.26.76-.46%201.1l6%2010.4H20a2%202%200%200%201%202%202v1H2v-1c0-1.1.9-2%202-2m3.91-9c-.56.32-1.21.5-1.91.5l4.91%208.5h2.19zM6%204.5a2%202%200%200%200-2%202c0%201.11.89%202%202%202s2-.89%202-2a2%202%200%200%200-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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