robot dead icon
robot-dead-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- robot-dead-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the robot dead 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 .125m4.618-2.64a.84.84 0 0 1-1.157 0a.82.82 0 0 1 0-1.157l.43-.43l-.43-.43a.813.813 0 0 1 .579-1.385c.216 0 .424.085.578.237l.43.43l.43-.43a.812.812 0 1 1 1.148 1.148l-.43.43l.43.43a.812.812 0 0 1-.573 1.387a.8.8 0 0 1-.574-.23l-.43-.43zm5.355 4.657h-3.92a.813.813 0 1 1 0-1.625h3.92a.813.813 0 1 1 0 1.625m2.687-5.814a.82.82 0 0 1 0 1.157a.84.84 0 0 1-1.157 0l-.43-.43l-.43.43a.8.8 0 0 1-.574.23a.813.813 0 0 1-.574-1.386l.43-.43l-.43-.431a.812.812 0 1 1 1.147-1.148l.43.43l.43-.43a.82.82 0 0 1 1.158 0a.81.81 0 0 1 0 1.148l-.43.43zm4.485 3.529a.3.3 0 0 1-.077.191a.27.27 0 0 1-.191.077h-.756a.6.6 0 0 0 0-.125v-5.22a.6.6 0 0 0 0-.125h.765a.25.25 0 0 1 .182.077c.048.052.076.12.076.19z"/></svg>
React
import type { SVGProps } from "react";
export function MageRobotDeadFill(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 .125m4.618-2.64a.84.84 0 0 1-1.157 0a.82.82 0 0 1 0-1.157l.43-.43l-.43-.43a.813.813 0 0 1 .579-1.385c.216 0 .424.085.578.237l.43.43l.43-.43a.812.812 0 1 1 1.148 1.148l-.43.43l.43.43a.812.812 0 0 1-.573 1.387a.8.8 0 0 1-.574-.23l-.43-.43zm5.355 4.657h-3.92a.813.813 0 1 1 0-1.625h3.92a.813.813 0 1 1 0 1.625m2.687-5.814a.82.82 0 0 1 0 1.157a.84.84 0 0 1-1.157 0l-.43-.43l-.43.43a.8.8 0 0 1-.574.23a.813.813 0 0 1-.574-1.386l.43-.43l-.43-.431a.812.812 0 1 1 1.147-1.148l.43.43l.43-.43a.82.82 0 0 1 1.158 0a.81.81 0 0 1 0 1.148l-.43.43zm4.485 3.529a.3.3 0 0 1-.077.191a.27.27 0 0 1-.191.077h-.756a.6.6 0 0 0 0-.125v-5.22a.6.6 0 0 0 0-.125h.765a.25.25 0 0 1 .182.077c.048.052.076.12.076.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 .125m4.618-2.64a.84.84 0 0 1-1.157 0a.82.82 0 0 1 0-1.157l.43-.43l-.43-.43a.813.813 0 0 1 .579-1.385c.216 0 .424.085.578.237l.43.43l.43-.43a.812.812 0 1 1 1.148 1.148l-.43.43l.43.43a.812.812 0 0 1-.573 1.387a.8.8 0 0 1-.574-.23l-.43-.43zm5.355 4.657h-3.92a.813.813 0 1 1 0-1.625h3.92a.813.813 0 1 1 0 1.625m2.687-5.814a.82.82 0 0 1 0 1.157a.84.84 0 0 1-1.157 0l-.43-.43l-.43.43a.8.8 0 0 1-.574.23a.813.813 0 0 1-.574-1.386l.43-.43l-.43-.431a.812.812 0 1 1 1.147-1.148l.43.43l.43-.43a.82.82 0 0 1 1.158 0a.81.81 0 0 1 0 1.148l-.43.43zm4.485 3.529a.3.3 0 0 1-.077.191a.27.27 0 0 1-.191.077h-.756a.6.6 0 0 0 0-.125v-5.22a.6.6 0 0 0 0-.125h.765a.25.25 0 0 1 .182.077c.048.052.076.12.076.19z"/></svg> </template>
CSS
.icon-robot-dead-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.125m4.618-2.64a.84.84%200%200%201-1.157%200a.82.82%200%200%201%200-1.157l.43-.43l-.43-.43a.813.813%200%200%201%20.579-1.385c.216%200%20.424.085.578.237l.43.43l.43-.43a.812.812%200%201%201%201.148%201.148l-.43.43l.43.43a.812.812%200%200%201-.573%201.387a.8.8%200%200%201-.574-.23l-.43-.43zm5.355%204.657h-3.92a.813.813%200%201%201%200-1.625h3.92a.813.813%200%201%201%200%201.625m2.687-5.814a.82.82%200%200%201%200%201.157a.84.84%200%200%201-1.157%200l-.43-.43l-.43.43a.8.8%200%200%201-.574.23a.813.813%200%200%201-.574-1.386l.43-.43l-.43-.431a.812.812%200%201%201%201.147-1.148l.43.43l.43-.43a.82.82%200%200%201%201.158%200a.81.81%200%200%201%200%201.148l-.43.43zm4.485%203.529a.3.3%200%200%201-.077.191a.27.27%200%200%201-.191.077h-.756a.6.6%200%200%200%200-.125v-5.22a.6.6%200%200%200%200-.125h.765a.25.25%200%200%201%20.182.077c.048.052.076.12.076.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.125m4.618-2.64a.84.84%200%200%201-1.157%200a.82.82%200%200%201%200-1.157l.43-.43l-.43-.43a.813.813%200%200%201%20.579-1.385c.216%200%20.424.085.578.237l.43.43l.43-.43a.812.812%200%201%201%201.148%201.148l-.43.43l.43.43a.812.812%200%200%201-.573%201.387a.8.8%200%200%201-.574-.23l-.43-.43zm5.355%204.657h-3.92a.813.813%200%201%201%200-1.625h3.92a.813.813%200%201%201%200%201.625m2.687-5.814a.82.82%200%200%201%200%201.157a.84.84%200%200%201-1.157%200l-.43-.43l-.43.43a.8.8%200%200%201-.574.23a.813.813%200%200%201-.574-1.386l.43-.43l-.43-.431a.812.812%200%201%201%201.147-1.148l.43.43l.43-.43a.82.82%200%200%201%201.158%200a.81.81%200%200%201%200%201.148l-.43.43zm4.485%203.529a.3.3%200%200%201-.077.191a.27.27%200%200%201-.191.077h-.756a.6.6%200%200%200%200-.125v-5.22a.6.6%200%200%200%200-.125h.765a.25.25%200%200%201%20.182.077c.048.052.076.12.076.19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/robot-dead-fill.svg?color=%231a73e8&size=48