robotic from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
robotic
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the robotic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M19 16v-2c0-2.828 0-4.243-.879-5.121C17.243 8 15.828 8 13 8h-2c-2.828 0-4.243 0-5.121.879C5 9.757 5 11.172 5 14v2c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16Zm0 2c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C21.122 12 20.415 12 19 12M5 18c-1.414 0-2.121 0-2.56-.44C2 17.122 2 16.415 2 15s0-2.121.44-2.56C2.878 12 3.585 12 5 12"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v3m-3 5v1m6-1v1"/><path stroke-linecap="round" d="M10 17.5s.667.5 2 .5s2-.5 2-.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRobotic(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" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M19 16v-2c0-2.828 0-4.243-.879-5.121C17.243 8 15.828 8 13 8h-2c-2.828 0-4.243 0-5.121.879C5 9.757 5 11.172 5 14v2c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16Zm0 2c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C21.122 12 20.415 12 19 12M5 18c-1.414 0-2.121 0-2.56-.44C2 17.122 2 16.415 2 15s0-2.121.44-2.56C2.878 12 3.585 12 5 12"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 5v3m-3 5v1m6-1v1"/><path strokeLinecap="round" d="M10 17.5s.667.5 2 .5s2-.5 2-.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M19 16v-2c0-2.828 0-4.243-.879-5.121C17.243 8 15.828 8 13 8h-2c-2.828 0-4.243 0-5.121.879C5 9.757 5 11.172 5 14v2c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16Zm0 2c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C21.122 12 20.415 12 19 12M5 18c-1.414 0-2.121 0-2.56-.44C2 17.122 2 16.415 2 15s0-2.121.44-2.56C2.878 12 3.585 12 5 12"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v3m-3 5v1m6-1v1"/><path stroke-linecap="round" d="M10 17.5s.667.5 2 .5s2-.5 2-.5"/></g></svg>
</template>

CSS

.icon-robotic {
  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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2016v-2c0-2.828%200-4.243-.879-5.121C17.243%208%2015.828%208%2013%208h-2c-2.828%200-4.243%200-5.121.879C5%209.757%205%2011.172%205%2014v2c0%202.828%200%204.243.879%205.121C6.757%2022%208.172%2022%2011%2022h2c2.828%200%204.243%200%205.121-.879C19%2020.243%2019%2018.828%2019%2016Zm0%202c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C21.122%2012%2020.415%2012%2019%2012M5%2018c-1.414%200-2.121%200-2.56-.44C2%2017.122%202%2016.415%202%2015s0-2.121.44-2.56C2.878%2012%203.585%2012%205%2012%22%2F%3E%3Cpath%20d%3D%22M13.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205v3m-3%205v1m6-1v1%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2017.5s.667.5%202%20.5s2-.5%202-.5%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2016v-2c0-2.828%200-4.243-.879-5.121C17.243%208%2015.828%208%2013%208h-2c-2.828%200-4.243%200-5.121.879C5%209.757%205%2011.172%205%2014v2c0%202.828%200%204.243.879%205.121C6.757%2022%208.172%2022%2011%2022h2c2.828%200%204.243%200%205.121-.879C19%2020.243%2019%2018.828%2019%2016Zm0%202c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C21.122%2012%2020.415%2012%2019%2012M5%2018c-1.414%200-2.121%200-2.56-.44C2%2017.122%202%2016.415%202%2015s0-2.121.44-2.56C2.878%2012%203.585%2012%205%2012%22%2F%3E%3Cpath%20d%3D%22M13.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205v3m-3%205v1m6-1v1%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2017.5s.667.5%202%20.5s2-.5%202-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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