robot from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.

Name
robot
Set
OpenMoji
Style
Default
Category
Smileys Emotion
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More smileys emotion icons from OpenMoji

Use the robot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M34 16.112v-2.51a2.5 2.5 0 0 1 5 0v2.5"/><path fill="#d0cfce" d="M13.5 41.101a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 5 0v8a2.5 2.5 0 0 1-2.5 2.5m45 0a2.5 2.5 0 0 0 2.5-2.5v-8a2.5 2.5 0 0 0-5 0v8a2.5 2.5 0 0 0 2.5 2.5M47.45 56.112h-22.9c-4.703 0-8.55-3.847-8.55-8.55v-22.9c0-4.702 3.847-8.55 8.55-8.55h22.9c4.703 0 8.55 3.848 8.55 8.55v22.9c0 4.703-3.847 8.55-8.55 8.55"/><path fill="#9b9b9a" d="M35.498 56.112h13.286c3.969 0 7.216-3.848 7.216-8.55V24.661c0-4.702-3.247-8.55-7.216-8.55h-2.352"/><circle cx="44.835" cy="29.003" r="2.834" fill="#fff"/><circle cx="27.334" cy="29.002" r="2.834" fill="#fff"/><path fill="#fff" d="M44.5 47.5h-17c-2.2 0-4-1.8-4-4s1.8-4 4-4h17c2.2 0 4 1.8 4 4s-1.8 4-4 4"/><g fill="none" stroke="#000" stroke-miterlimit="2" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M34 16.01V13.5a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5V16"/><path stroke-linecap="round" stroke-linejoin="round" d="M47.45 56h-22.9C19.847 56 16 52.153 16 47.45v-22.9c0-4.703 3.847-8.55 8.55-8.55h22.9c4.703 0 8.55 3.847 8.55 8.55v22.9c0 4.703-3.847 8.55-8.55 8.55"/><circle cx="44.835" cy="29.002" r="2.834" stroke-linecap="round" stroke-linejoin="round"/><circle cx="27.334" cy="29.002" r="2.834" stroke-linecap="round" stroke-linejoin="round"/><path d="M44.5 47.5h-17c-2.2 0-4-1.8-4-4s1.8-4 4-4h17c2.2 0 4 1.8 4 4s-1.8 4-4 4z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 41a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5v8a2.5 2.5 0 0 1-2.5 2.5m45 0a2.5 2.5 0 0 0 2.5-2.5v-8a2.5 2.5 0 0 0-2.5-2.5h0a2.5 2.5 0 0 0-2.5 2.5v8a2.5 2.5 0 0 0 2.5 2.5M28 40v7m5-7v7m5-7v7m5-7v7"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiRobot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M34 16.112v-2.51a2.5 2.5 0 0 1 5 0v2.5"/><path fill="#d0cfce" d="M13.5 41.101a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 5 0v8a2.5 2.5 0 0 1-2.5 2.5m45 0a2.5 2.5 0 0 0 2.5-2.5v-8a2.5 2.5 0 0 0-5 0v8a2.5 2.5 0 0 0 2.5 2.5M47.45 56.112h-22.9c-4.703 0-8.55-3.847-8.55-8.55v-22.9c0-4.702 3.847-8.55 8.55-8.55h22.9c4.703 0 8.55 3.848 8.55 8.55v22.9c0 4.703-3.847 8.55-8.55 8.55"/><path fill="#9b9b9a" d="M35.498 56.112h13.286c3.969 0 7.216-3.848 7.216-8.55V24.661c0-4.702-3.247-8.55-7.216-8.55h-2.352"/><circle cx="44.835" cy="29.003" r="2.834" fill="#fff"/><circle cx="27.334" cy="29.002" r="2.834" fill="#fff"/><path fill="#fff" d="M44.5 47.5h-17c-2.2 0-4-1.8-4-4s1.8-4 4-4h17c2.2 0 4 1.8 4 4s-1.8 4-4 4"/><g fill="none" stroke="#000" strokeMiterlimit="2" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M34 16.01V13.5a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5V16"/><path strokeLinecap="round" strokeLinejoin="round" d="M47.45 56h-22.9C19.847 56 16 52.153 16 47.45v-22.9c0-4.703 3.847-8.55 8.55-8.55h22.9c4.703 0 8.55 3.847 8.55 8.55v22.9c0 4.703-3.847 8.55-8.55 8.55"/><circle cx="44.835" cy="29.002" r="2.834" strokeLinecap="round" strokeLinejoin="round"/><circle cx="27.334" cy="29.002" r="2.834" strokeLinecap="round" strokeLinejoin="round"/><path d="M44.5 47.5h-17c-2.2 0-4-1.8-4-4s1.8-4 4-4h17c2.2 0 4 1.8 4 4s-1.8 4-4 4z"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.5 41a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5v8a2.5 2.5 0 0 1-2.5 2.5m45 0a2.5 2.5 0 0 0 2.5-2.5v-8a2.5 2.5 0 0 0-2.5-2.5h0a2.5 2.5 0 0 0-2.5 2.5v8a2.5 2.5 0 0 0 2.5 2.5M28 40v7m5-7v7m5-7v7m5-7v7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M34 16.112v-2.51a2.5 2.5 0 0 1 5 0v2.5"/><path fill="#d0cfce" d="M13.5 41.101a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 5 0v8a2.5 2.5 0 0 1-2.5 2.5m45 0a2.5 2.5 0 0 0 2.5-2.5v-8a2.5 2.5 0 0 0-5 0v8a2.5 2.5 0 0 0 2.5 2.5M47.45 56.112h-22.9c-4.703 0-8.55-3.847-8.55-8.55v-22.9c0-4.702 3.847-8.55 8.55-8.55h22.9c4.703 0 8.55 3.848 8.55 8.55v22.9c0 4.703-3.847 8.55-8.55 8.55"/><path fill="#9b9b9a" d="M35.498 56.112h13.286c3.969 0 7.216-3.848 7.216-8.55V24.661c0-4.702-3.247-8.55-7.216-8.55h-2.352"/><circle cx="44.835" cy="29.003" r="2.834" fill="#fff"/><circle cx="27.334" cy="29.002" r="2.834" fill="#fff"/><path fill="#fff" d="M44.5 47.5h-17c-2.2 0-4-1.8-4-4s1.8-4 4-4h17c2.2 0 4 1.8 4 4s-1.8 4-4 4"/><g fill="none" stroke="#000" stroke-miterlimit="2" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M34 16.01V13.5a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5V16"/><path stroke-linecap="round" stroke-linejoin="round" d="M47.45 56h-22.9C19.847 56 16 52.153 16 47.45v-22.9c0-4.703 3.847-8.55 8.55-8.55h22.9c4.703 0 8.55 3.847 8.55 8.55v22.9c0 4.703-3.847 8.55-8.55 8.55"/><circle cx="44.835" cy="29.002" r="2.834" stroke-linecap="round" stroke-linejoin="round"/><circle cx="27.334" cy="29.002" r="2.834" stroke-linecap="round" stroke-linejoin="round"/><path d="M44.5 47.5h-17c-2.2 0-4-1.8-4-4s1.8-4 4-4h17c2.2 0 4 1.8 4 4s-1.8 4-4 4z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 41a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5v8a2.5 2.5 0 0 1-2.5 2.5m45 0a2.5 2.5 0 0 0 2.5-2.5v-8a2.5 2.5 0 0 0-2.5-2.5h0a2.5 2.5 0 0 0-2.5 2.5v8a2.5 2.5 0 0 0 2.5 2.5M28 40v7m5-7v7m5-7v7m5-7v7"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M34%2016.112v-2.51a2.5%202.5%200%200%201%205%200v2.5%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M13.5%2041.101a2.5%202.5%200%200%201-2.5-2.5v-8a2.5%202.5%200%200%201%205%200v8a2.5%202.5%200%200%201-2.5%202.5m45%200a2.5%202.5%200%200%200%202.5-2.5v-8a2.5%202.5%200%200%200-5%200v8a2.5%202.5%200%200%200%202.5%202.5M47.45%2056.112h-22.9c-4.703%200-8.55-3.847-8.55-8.55v-22.9c0-4.702%203.847-8.55%208.55-8.55h22.9c4.703%200%208.55%203.848%208.55%208.55v22.9c0%204.703-3.847%208.55-8.55%208.55%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M35.498%2056.112h13.286c3.969%200%207.216-3.848%207.216-8.55V24.661c0-4.702-3.247-8.55-7.216-8.55h-2.352%22%2F%3E%3Ccircle%20cx%3D%2244.835%22%20cy%3D%2229.003%22%20r%3D%222.834%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2227.334%22%20cy%3D%2229.002%22%20r%3D%222.834%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M44.5%2047.5h-17c-2.2%200-4-1.8-4-4s1.8-4%204-4h17c2.2%200%204%201.8%204%204s-1.8%204-4%204%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34%2016.01V13.5a2.5%202.5%200%200%201%202.5-2.5h0a2.5%202.5%200%200%201%202.5%202.5V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M47.45%2056h-22.9C19.847%2056%2016%2052.153%2016%2047.45v-22.9c0-4.703%203.847-8.55%208.55-8.55h22.9c4.703%200%208.55%203.847%208.55%208.55v22.9c0%204.703-3.847%208.55-8.55%208.55%22%2F%3E%3Ccircle%20cx%3D%2244.835%22%20cy%3D%2229.002%22%20r%3D%222.834%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2227.334%22%20cy%3D%2229.002%22%20r%3D%222.834%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M44.5%2047.5h-17c-2.2%200-4-1.8-4-4s1.8-4%204-4h17c2.2%200%204%201.8%204%204s-1.8%204-4%204z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2041a2.5%202.5%200%200%201-2.5-2.5v-8a2.5%202.5%200%200%201%202.5-2.5h0a2.5%202.5%200%200%201%202.5%202.5v8a2.5%202.5%200%200%201-2.5%202.5m45%200a2.5%202.5%200%200%200%202.5-2.5v-8a2.5%202.5%200%200%200-2.5-2.5h0a2.5%202.5%200%200%200-2.5%202.5v8a2.5%202.5%200%200%200%202.5%202.5M28%2040v7m5-7v7m5-7v7m5-7v7%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M34%2016.112v-2.51a2.5%202.5%200%200%201%205%200v2.5%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M13.5%2041.101a2.5%202.5%200%200%201-2.5-2.5v-8a2.5%202.5%200%200%201%205%200v8a2.5%202.5%200%200%201-2.5%202.5m45%200a2.5%202.5%200%200%200%202.5-2.5v-8a2.5%202.5%200%200%200-5%200v8a2.5%202.5%200%200%200%202.5%202.5M47.45%2056.112h-22.9c-4.703%200-8.55-3.847-8.55-8.55v-22.9c0-4.702%203.847-8.55%208.55-8.55h22.9c4.703%200%208.55%203.848%208.55%208.55v22.9c0%204.703-3.847%208.55-8.55%208.55%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M35.498%2056.112h13.286c3.969%200%207.216-3.848%207.216-8.55V24.661c0-4.702-3.247-8.55-7.216-8.55h-2.352%22%2F%3E%3Ccircle%20cx%3D%2244.835%22%20cy%3D%2229.003%22%20r%3D%222.834%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2227.334%22%20cy%3D%2229.002%22%20r%3D%222.834%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M44.5%2047.5h-17c-2.2%200-4-1.8-4-4s1.8-4%204-4h17c2.2%200%204%201.8%204%204s-1.8%204-4%204%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34%2016.01V13.5a2.5%202.5%200%200%201%202.5-2.5h0a2.5%202.5%200%200%201%202.5%202.5V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M47.45%2056h-22.9C19.847%2056%2016%2052.153%2016%2047.45v-22.9c0-4.703%203.847-8.55%208.55-8.55h22.9c4.703%200%208.55%203.847%208.55%208.55v22.9c0%204.703-3.847%208.55-8.55%208.55%22%2F%3E%3Ccircle%20cx%3D%2244.835%22%20cy%3D%2229.002%22%20r%3D%222.834%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2227.334%22%20cy%3D%2229.002%22%20r%3D%222.834%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M44.5%2047.5h-17c-2.2%200-4-1.8-4-4s1.8-4%204-4h17c2.2%200%204%201.8%204%204s-1.8%204-4%204z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2041a2.5%202.5%200%200%201-2.5-2.5v-8a2.5%202.5%200%200%201%202.5-2.5h0a2.5%202.5%200%200%201%202.5%202.5v8a2.5%202.5%200%200%201-2.5%202.5m45%200a2.5%202.5%200%200%200%202.5-2.5v-8a2.5%202.5%200%200%200-2.5-2.5h0a2.5%202.5%200%200%200-2.5%202.5v8a2.5%202.5%200%200%200%202.5%202.5M28%2040v7m5-7v7m5-7v7m5-7v7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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