robot screen icon

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

Name
robot-screen-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 screen 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 .125m12.89-1.272a3.394 3.394 0 0 1-3.386 3.385h-2.868a3.394 3.394 0 0 1-3.385-3.385v-2.869a3.395 3.395 0 0 1 3.385-3.385H13.5a3.395 3.395 0 0 1 3.385 3.385zm4.255.956a.3.3 0 0 1-.077.191a.27.27 0 0 1-.191.077h-.756a.6.6 0 0 0 0-.124V9.37a.6.6 0 0 0 0-.124h.765a.25.25 0 0 1 .182.077c.048.052.076.12.076.19z"/><path fill="currentColor" d="M13.5 8.605h-2.887a1.95 1.95 0 0 0-1.951 1.951v2.888a1.95 1.95 0 0 0 1.95 1.95H13.5a1.95 1.95 0 0 0 1.951-1.95v-2.888a1.95 1.95 0 0 0-1.95-1.95"/></svg>

React

import type { SVGProps } from "react";

export function MageRobotScreenFill(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 .125m12.89-1.272a3.394 3.394 0 0 1-3.386 3.385h-2.868a3.394 3.394 0 0 1-3.385-3.385v-2.869a3.395 3.395 0 0 1 3.385-3.385H13.5a3.395 3.395 0 0 1 3.385 3.385zm4.255.956a.3.3 0 0 1-.077.191a.27.27 0 0 1-.191.077h-.756a.6.6 0 0 0 0-.124V9.37a.6.6 0 0 0 0-.124h.765a.25.25 0 0 1 .182.077c.048.052.076.12.076.19z"/><path fill="currentColor" d="M13.5 8.605h-2.887a1.95 1.95 0 0 0-1.951 1.951v2.888a1.95 1.95 0 0 0 1.95 1.95H13.5a1.95 1.95 0 0 0 1.951-1.95v-2.888a1.95 1.95 0 0 0-1.95-1.95"/></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 .125m12.89-1.272a3.394 3.394 0 0 1-3.386 3.385h-2.868a3.394 3.394 0 0 1-3.385-3.385v-2.869a3.395 3.395 0 0 1 3.385-3.385H13.5a3.395 3.395 0 0 1 3.385 3.385zm4.255.956a.3.3 0 0 1-.077.191a.27.27 0 0 1-.191.077h-.756a.6.6 0 0 0 0-.124V9.37a.6.6 0 0 0 0-.124h.765a.25.25 0 0 1 .182.077c.048.052.076.12.076.19z"/><path fill="currentColor" d="M13.5 8.605h-2.887a1.95 1.95 0 0 0-1.951 1.951v2.888a1.95 1.95 0 0 0 1.95 1.95H13.5a1.95 1.95 0 0 0 1.951-1.95v-2.888a1.95 1.95 0 0 0-1.95-1.95"/></svg>
</template>

CSS

.icon-robot-screen-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.125m12.89-1.272a3.394%203.394%200%200%201-3.386%203.385h-2.868a3.394%203.394%200%200%201-3.385-3.385v-2.869a3.395%203.395%200%200%201%203.385-3.385H13.5a3.395%203.395%200%200%201%203.385%203.385zm4.255.956a.3.3%200%200%201-.077.191a.27.27%200%200%201-.191.077h-.756a.6.6%200%200%200%200-.124V9.37a.6.6%200%200%200%200-.124h.765a.25.25%200%200%201%20.182.077c.048.052.076.12.076.19z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%208.605h-2.887a1.95%201.95%200%200%200-1.951%201.951v2.888a1.95%201.95%200%200%200%201.95%201.95H13.5a1.95%201.95%200%200%200%201.951-1.95v-2.888a1.95%201.95%200%200%200-1.95-1.95%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.125m12.89-1.272a3.394%203.394%200%200%201-3.386%203.385h-2.868a3.394%203.394%200%200%201-3.385-3.385v-2.869a3.395%203.395%200%200%201%203.385-3.385H13.5a3.395%203.395%200%200%201%203.385%203.385zm4.255.956a.3.3%200%200%201-.077.191a.27.27%200%200%201-.191.077h-.756a.6.6%200%200%200%200-.124V9.37a.6.6%200%200%200%200-.124h.765a.25.25%200%200%201%20.182.077c.048.052.076.12.076.19z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%208.605h-2.887a1.95%201.95%200%200%200-1.951%201.951v2.888a1.95%201.95%200%200%200%201.95%201.95H13.5a1.95%201.95%200%200%200%201.951-1.95v-2.888a1.95%201.95%200%200%200-1.95-1.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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