robot uwu icon

robot-uwu-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
robot-uwu-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the robot uwu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.078 8.347a1.4 1.4 0 0 0-.488-.325V4.647a.717.717 0 1 0-1.434 0V7.85h-.21a5.48 5.48 0 0 0-5.25-3.92H9.427a5.48 5.48 0 0 0-5.25 3.92H3.9V4.647a.717.717 0 1 0-1.434 0v3.385a1.5 1.5 0 0 0-.469.315A1.72 1.72 0 0 0 1.5 9.552v4.896a1.7 1.7 0 0 0 1.702 1.702h.956a5.48 5.48 0 0 0 5.25 3.92h5.183a5.48 5.48 0 0 0 5.25-3.92h.955a1.7 1.7 0 0 0 1.702-1.702V9.552c.02-.44-.131-.872-.42-1.205M3.996 14.716H3.24a.27.27 0 0 1-.191-.077a.3.3 0 0 1-.076-.191V9.552a.26.26 0 0 1 .248-.268h.775a.6.6 0 0 0 0 .125v5.182a.6.6 0 0 0 0 .125m3.07-3.184A2.45 2.45 0 0 1 6.443 9.8a.717.717 0 0 1 .707-.717a.727.727 0 0 1 .727.717c0 .688.344.956.65.956s.66-.249.66-.956a.717.717 0 0 1 1.434 0a2.16 2.16 0 0 1-2.094 2.371a2 2 0 0 1-1.463-.64m7.525 4.962a2.1 2.1 0 0 1-1.291.411a2.5 2.5 0 0 1-1.244-.325a2.41 2.41 0 0 1-2.533-.086a1.78 1.78 0 0 1-.65-1.434a.717.717 0 1 1 1.434 0c0 .239.076.315.22.363a1.03 1.03 0 0 0 .822-.095a.717.717 0 0 1 1.415 0a1.03 1.03 0 0 0 .822.095c.144-.048.22-.124.22-.363a.717.717 0 0 1 1.435 0a1.78 1.78 0 0 1-.65 1.434m.803-4.322a2.05 2.05 0 0 1-1.473-.64A2.45 2.45 0 0 1 13.3 9.8a.717.717 0 1 1 1.434 0c0 .688.354.956.66.956s.65-.249.65-.956a.717.717 0 1 1 1.434 0a2.16 2.16 0 0 1-2.084 2.371m5.737 2.276a.3.3 0 0 1-.076.191a.27.27 0 0 1-.192.077h-.755a.5.5 0 0 0 0-.125V9.37a.5.5 0 0 0 0-.125h.765a.25.25 0 0 1 .181.077c.049.052.076.12.077.19z"/></svg>

React

import type { SVGProps } from "react";

export function MageRobotUwuFill(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="M22.078 8.347a1.4 1.4 0 0 0-.488-.325V4.647a.717.717 0 1 0-1.434 0V7.85h-.21a5.48 5.48 0 0 0-5.25-3.92H9.427a5.48 5.48 0 0 0-5.25 3.92H3.9V4.647a.717.717 0 1 0-1.434 0v3.385a1.5 1.5 0 0 0-.469.315A1.72 1.72 0 0 0 1.5 9.552v4.896a1.7 1.7 0 0 0 1.702 1.702h.956a5.48 5.48 0 0 0 5.25 3.92h5.183a5.48 5.48 0 0 0 5.25-3.92h.955a1.7 1.7 0 0 0 1.702-1.702V9.552c.02-.44-.131-.872-.42-1.205M3.996 14.716H3.24a.27.27 0 0 1-.191-.077a.3.3 0 0 1-.076-.191V9.552a.26.26 0 0 1 .248-.268h.775a.6.6 0 0 0 0 .125v5.182a.6.6 0 0 0 0 .125m3.07-3.184A2.45 2.45 0 0 1 6.443 9.8a.717.717 0 0 1 .707-.717a.727.727 0 0 1 .727.717c0 .688.344.956.65.956s.66-.249.66-.956a.717.717 0 0 1 1.434 0a2.16 2.16 0 0 1-2.094 2.371a2 2 0 0 1-1.463-.64m7.525 4.962a2.1 2.1 0 0 1-1.291.411a2.5 2.5 0 0 1-1.244-.325a2.41 2.41 0 0 1-2.533-.086a1.78 1.78 0 0 1-.65-1.434a.717.717 0 1 1 1.434 0c0 .239.076.315.22.363a1.03 1.03 0 0 0 .822-.095a.717.717 0 0 1 1.415 0a1.03 1.03 0 0 0 .822.095c.144-.048.22-.124.22-.363a.717.717 0 0 1 1.435 0a1.78 1.78 0 0 1-.65 1.434m.803-4.322a2.05 2.05 0 0 1-1.473-.64A2.45 2.45 0 0 1 13.3 9.8a.717.717 0 1 1 1.434 0c0 .688.354.956.66.956s.65-.249.65-.956a.717.717 0 1 1 1.434 0a2.16 2.16 0 0 1-2.084 2.371m5.737 2.276a.3.3 0 0 1-.076.191a.27.27 0 0 1-.192.077h-.755a.5.5 0 0 0 0-.125V9.37a.5.5 0 0 0 0-.125h.765a.25.25 0 0 1 .181.077c.049.052.076.12.077.19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.078 8.347a1.4 1.4 0 0 0-.488-.325V4.647a.717.717 0 1 0-1.434 0V7.85h-.21a5.48 5.48 0 0 0-5.25-3.92H9.427a5.48 5.48 0 0 0-5.25 3.92H3.9V4.647a.717.717 0 1 0-1.434 0v3.385a1.5 1.5 0 0 0-.469.315A1.72 1.72 0 0 0 1.5 9.552v4.896a1.7 1.7 0 0 0 1.702 1.702h.956a5.48 5.48 0 0 0 5.25 3.92h5.183a5.48 5.48 0 0 0 5.25-3.92h.955a1.7 1.7 0 0 0 1.702-1.702V9.552c.02-.44-.131-.872-.42-1.205M3.996 14.716H3.24a.27.27 0 0 1-.191-.077a.3.3 0 0 1-.076-.191V9.552a.26.26 0 0 1 .248-.268h.775a.6.6 0 0 0 0 .125v5.182a.6.6 0 0 0 0 .125m3.07-3.184A2.45 2.45 0 0 1 6.443 9.8a.717.717 0 0 1 .707-.717a.727.727 0 0 1 .727.717c0 .688.344.956.65.956s.66-.249.66-.956a.717.717 0 0 1 1.434 0a2.16 2.16 0 0 1-2.094 2.371a2 2 0 0 1-1.463-.64m7.525 4.962a2.1 2.1 0 0 1-1.291.411a2.5 2.5 0 0 1-1.244-.325a2.41 2.41 0 0 1-2.533-.086a1.78 1.78 0 0 1-.65-1.434a.717.717 0 1 1 1.434 0c0 .239.076.315.22.363a1.03 1.03 0 0 0 .822-.095a.717.717 0 0 1 1.415 0a1.03 1.03 0 0 0 .822.095c.144-.048.22-.124.22-.363a.717.717 0 0 1 1.435 0a1.78 1.78 0 0 1-.65 1.434m.803-4.322a2.05 2.05 0 0 1-1.473-.64A2.45 2.45 0 0 1 13.3 9.8a.717.717 0 1 1 1.434 0c0 .688.354.956.66.956s.65-.249.65-.956a.717.717 0 1 1 1.434 0a2.16 2.16 0 0 1-2.084 2.371m5.737 2.276a.3.3 0 0 1-.076.191a.27.27 0 0 1-.192.077h-.755a.5.5 0 0 0 0-.125V9.37a.5.5 0 0 0 0-.125h.765a.25.25 0 0 1 .181.077c.049.052.076.12.077.19z"/></svg>
</template>

CSS

.icon-robot-uwu-fill {
  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%22M22.078%208.347a1.4%201.4%200%200%200-.488-.325V4.647a.717.717%200%201%200-1.434%200V7.85h-.21a5.48%205.48%200%200%200-5.25-3.92H9.427a5.48%205.48%200%200%200-5.25%203.92H3.9V4.647a.717.717%200%201%200-1.434%200v3.385a1.5%201.5%200%200%200-.469.315A1.72%201.72%200%200%200%201.5%209.552v4.896a1.7%201.7%200%200%200%201.702%201.702h.956a5.48%205.48%200%200%200%205.25%203.92h5.183a5.48%205.48%200%200%200%205.25-3.92h.955a1.7%201.7%200%200%200%201.702-1.702V9.552c.02-.44-.131-.872-.42-1.205M3.996%2014.716H3.24a.27.27%200%200%201-.191-.077a.3.3%200%200%201-.076-.191V9.552a.26.26%200%200%201%20.248-.268h.775a.6.6%200%200%200%200%20.125v5.182a.6.6%200%200%200%200%20.125m3.07-3.184A2.45%202.45%200%200%201%206.443%209.8a.717.717%200%200%201%20.707-.717a.727.727%200%200%201%20.727.717c0%20.688.344.956.65.956s.66-.249.66-.956a.717.717%200%200%201%201.434%200a2.16%202.16%200%200%201-2.094%202.371a2%202%200%200%201-1.463-.64m7.525%204.962a2.1%202.1%200%200%201-1.291.411a2.5%202.5%200%200%201-1.244-.325a2.41%202.41%200%200%201-2.533-.086a1.78%201.78%200%200%201-.65-1.434a.717.717%200%201%201%201.434%200c0%20.239.076.315.22.363a1.03%201.03%200%200%200%20.822-.095a.717.717%200%200%201%201.415%200a1.03%201.03%200%200%200%20.822.095c.144-.048.22-.124.22-.363a.717.717%200%200%201%201.435%200a1.78%201.78%200%200%201-.65%201.434m.803-4.322a2.05%202.05%200%200%201-1.473-.64A2.45%202.45%200%200%201%2013.3%209.8a.717.717%200%201%201%201.434%200c0%20.688.354.956.66.956s.65-.249.65-.956a.717.717%200%201%201%201.434%200a2.16%202.16%200%200%201-2.084%202.371m5.737%202.276a.3.3%200%200%201-.076.191a.27.27%200%200%201-.192.077h-.755a.5.5%200%200%200%200-.125V9.37a.5.5%200%200%200%200-.125h.765a.25.25%200%200%201%20.181.077c.049.052.076.12.077.19z%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%22M22.078%208.347a1.4%201.4%200%200%200-.488-.325V4.647a.717.717%200%201%200-1.434%200V7.85h-.21a5.48%205.48%200%200%200-5.25-3.92H9.427a5.48%205.48%200%200%200-5.25%203.92H3.9V4.647a.717.717%200%201%200-1.434%200v3.385a1.5%201.5%200%200%200-.469.315A1.72%201.72%200%200%200%201.5%209.552v4.896a1.7%201.7%200%200%200%201.702%201.702h.956a5.48%205.48%200%200%200%205.25%203.92h5.183a5.48%205.48%200%200%200%205.25-3.92h.955a1.7%201.7%200%200%200%201.702-1.702V9.552c.02-.44-.131-.872-.42-1.205M3.996%2014.716H3.24a.27.27%200%200%201-.191-.077a.3.3%200%200%201-.076-.191V9.552a.26.26%200%200%201%20.248-.268h.775a.6.6%200%200%200%200%20.125v5.182a.6.6%200%200%200%200%20.125m3.07-3.184A2.45%202.45%200%200%201%206.443%209.8a.717.717%200%200%201%20.707-.717a.727.727%200%200%201%20.727.717c0%20.688.344.956.65.956s.66-.249.66-.956a.717.717%200%200%201%201.434%200a2.16%202.16%200%200%201-2.094%202.371a2%202%200%200%201-1.463-.64m7.525%204.962a2.1%202.1%200%200%201-1.291.411a2.5%202.5%200%200%201-1.244-.325a2.41%202.41%200%200%201-2.533-.086a1.78%201.78%200%200%201-.65-1.434a.717.717%200%201%201%201.434%200c0%20.239.076.315.22.363a1.03%201.03%200%200%200%20.822-.095a.717.717%200%200%201%201.415%200a1.03%201.03%200%200%200%20.822.095c.144-.048.22-.124.22-.363a.717.717%200%200%201%201.435%200a1.78%201.78%200%200%201-.65%201.434m.803-4.322a2.05%202.05%200%200%201-1.473-.64A2.45%202.45%200%200%201%2013.3%209.8a.717.717%200%201%201%201.434%200c0%20.688.354.956.66.956s.65-.249.65-.956a.717.717%200%201%201%201.434%200a2.16%202.16%200%200%201-2.084%202.371m5.737%202.276a.3.3%200%200%201-.076.191a.27.27%200%200%201-.192.077h-.755a.5.5%200%200%200%200-.125V9.37a.5.5%200%200%200%200-.125h.765a.25.25%200%200%201%20.181.077c.049.052.076.12.077.19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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