mechanical arm emoji
mechanical-arm from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- mechanical-arm
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji High Contrast
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-upbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcrossed-fingersdetectiveearear-with-hearing-aid
Use the mechanical arm emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7.94 19.996a3.502 3.502 0 1 0 0 7.004a3.502 3.502 0 0 0 0-7.004m-2.503 3.502a2.502 2.502 0 1 1 5.004 0a2.502 2.502 0 0 1-5.004 0M25 21.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M28.067 14.741a9.97 9.97 0 0 0-6.661-2.747a9.07 9.07 0 0 0-8.162 4.851c-.556-1.107-1.321-2.639-1.938-3.876h2.118A2.8 2.8 0 0 0 16 10.661a3.36 3.36 0 0 0 1.2-2.692c0-3.662-4.1-5.5-6.374-5.5c-3.113-.05-4.027 2.234-4.842 4.268l-.01.026c-.5 1.294-4.912 12.744-4.912 16.221a8.1 8.1 0 0 0 2.3 5.687a7.84 7.84 0 0 0 5.734 2.3h11.417c7.2 0 10.487-5.287 10.487-10.2a8.48 8.48 0 0 0-2.933-6.03M7.835 7.5c.873-2.185 1.357-3.029 2.907-3.029h.07c1.491 0 4.391 1.235 4.391 3.5c.004.228-.037.454-.121.666l-.025-.04q-.014-.025-.032-.046a2 2 0 0 0-.384-.346a.96.96 0 0 0-.511-.172h-.537c-.515-.652-2.1-1.813-3.343-1.593l1.3 1.648h1.85l.268.639c.332.791.217 1.183.109 1.355a.55.55 0 0 1-.415.26H7.079l.618.8c.277.34.616.624 1 .837a1 1 0 0 0 .1.433l.354.709c.336.674.864 1.733 1.39 2.784a9 9 0 0 0-2.474-.377a7.1 7.1 0 0 0-3.389.869A169 169 0 0 1 7.835 7.5m9.779 21.469h-8.52a5.9 5.9 0 0 1-4.309-1.7A6.07 6.07 0 0 1 3.062 23a14.2 14.2 0 0 1 .561-3.061a5.55 5.55 0 0 1 4.439-2.408a7.4 7.4 0 0 1 2.388.443c.53.185 1.035.44 1.5.756c.128.254.223.439.26.509a1.28 1.28 0 0 0 1.1.746a8.5 8.5 0 0 0 4.305 8.984m3.304-.007A7.5 7.5 0 0 1 21.614 14c1.903.1 3.71.881 5.089 2.204A6.58 6.58 0 0 1 29 20.769c0 3.987-2.504 8.008-8.082 8.193"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastMechanicalArm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7.94 19.996a3.502 3.502 0 1 0 0 7.004a3.502 3.502 0 0 0 0-7.004m-2.503 3.502a2.502 2.502 0 1 1 5.004 0a2.502 2.502 0 0 1-5.004 0M25 21.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M28.067 14.741a9.97 9.97 0 0 0-6.661-2.747a9.07 9.07 0 0 0-8.162 4.851c-.556-1.107-1.321-2.639-1.938-3.876h2.118A2.8 2.8 0 0 0 16 10.661a3.36 3.36 0 0 0 1.2-2.692c0-3.662-4.1-5.5-6.374-5.5c-3.113-.05-4.027 2.234-4.842 4.268l-.01.026c-.5 1.294-4.912 12.744-4.912 16.221a8.1 8.1 0 0 0 2.3 5.687a7.84 7.84 0 0 0 5.734 2.3h11.417c7.2 0 10.487-5.287 10.487-10.2a8.48 8.48 0 0 0-2.933-6.03M7.835 7.5c.873-2.185 1.357-3.029 2.907-3.029h.07c1.491 0 4.391 1.235 4.391 3.5c.004.228-.037.454-.121.666l-.025-.04q-.014-.025-.032-.046a2 2 0 0 0-.384-.346a.96.96 0 0 0-.511-.172h-.537c-.515-.652-2.1-1.813-3.343-1.593l1.3 1.648h1.85l.268.639c.332.791.217 1.183.109 1.355a.55.55 0 0 1-.415.26H7.079l.618.8c.277.34.616.624 1 .837a1 1 0 0 0 .1.433l.354.709c.336.674.864 1.733 1.39 2.784a9 9 0 0 0-2.474-.377a7.1 7.1 0 0 0-3.389.869A169 169 0 0 1 7.835 7.5m9.779 21.469h-8.52a5.9 5.9 0 0 1-4.309-1.7A6.07 6.07 0 0 1 3.062 23a14.2 14.2 0 0 1 .561-3.061a5.55 5.55 0 0 1 4.439-2.408a7.4 7.4 0 0 1 2.388.443c.53.185 1.035.44 1.5.756c.128.254.223.439.26.509a1.28 1.28 0 0 0 1.1.746a8.5 8.5 0 0 0 4.305 8.984m3.304-.007A7.5 7.5 0 0 1 21.614 14c1.903.1 3.71.881 5.089 2.204A6.58 6.58 0 0 1 29 20.769c0 3.987-2.504 8.008-8.082 8.193"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7.94 19.996a3.502 3.502 0 1 0 0 7.004a3.502 3.502 0 0 0 0-7.004m-2.503 3.502a2.502 2.502 0 1 1 5.004 0a2.502 2.502 0 0 1-5.004 0M25 21.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M28.067 14.741a9.97 9.97 0 0 0-6.661-2.747a9.07 9.07 0 0 0-8.162 4.851c-.556-1.107-1.321-2.639-1.938-3.876h2.118A2.8 2.8 0 0 0 16 10.661a3.36 3.36 0 0 0 1.2-2.692c0-3.662-4.1-5.5-6.374-5.5c-3.113-.05-4.027 2.234-4.842 4.268l-.01.026c-.5 1.294-4.912 12.744-4.912 16.221a8.1 8.1 0 0 0 2.3 5.687a7.84 7.84 0 0 0 5.734 2.3h11.417c7.2 0 10.487-5.287 10.487-10.2a8.48 8.48 0 0 0-2.933-6.03M7.835 7.5c.873-2.185 1.357-3.029 2.907-3.029h.07c1.491 0 4.391 1.235 4.391 3.5c.004.228-.037.454-.121.666l-.025-.04q-.014-.025-.032-.046a2 2 0 0 0-.384-.346a.96.96 0 0 0-.511-.172h-.537c-.515-.652-2.1-1.813-3.343-1.593l1.3 1.648h1.85l.268.639c.332.791.217 1.183.109 1.355a.55.55 0 0 1-.415.26H7.079l.618.8c.277.34.616.624 1 .837a1 1 0 0 0 .1.433l.354.709c.336.674.864 1.733 1.39 2.784a9 9 0 0 0-2.474-.377a7.1 7.1 0 0 0-3.389.869A169 169 0 0 1 7.835 7.5m9.779 21.469h-8.52a5.9 5.9 0 0 1-4.309-1.7A6.07 6.07 0 0 1 3.062 23a14.2 14.2 0 0 1 .561-3.061a5.55 5.55 0 0 1 4.439-2.408a7.4 7.4 0 0 1 2.388.443c.53.185 1.035.44 1.5.756c.128.254.223.439.26.509a1.28 1.28 0 0 0 1.1.746a8.5 8.5 0 0 0 4.305 8.984m3.304-.007A7.5 7.5 0 0 1 21.614 14c1.903.1 3.71.881 5.089 2.204A6.58 6.58 0 0 1 29 20.769c0 3.987-2.504 8.008-8.082 8.193"/></g></svg> </template>
CSS
.icon-mechanical-arm {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.94%2019.996a3.502%203.502%200%201%200%200%207.004a3.502%203.502%200%200%200%200-7.004m-2.503%203.502a2.502%202.502%200%201%201%205.004%200a2.502%202.502%200%200%201-5.004%200M25%2021.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20d%3D%22M28.067%2014.741a9.97%209.97%200%200%200-6.661-2.747a9.07%209.07%200%200%200-8.162%204.851c-.556-1.107-1.321-2.639-1.938-3.876h2.118A2.8%202.8%200%200%200%2016%2010.661a3.36%203.36%200%200%200%201.2-2.692c0-3.662-4.1-5.5-6.374-5.5c-3.113-.05-4.027%202.234-4.842%204.268l-.01.026c-.5%201.294-4.912%2012.744-4.912%2016.221a8.1%208.1%200%200%200%202.3%205.687a7.84%207.84%200%200%200%205.734%202.3h11.417c7.2%200%2010.487-5.287%2010.487-10.2a8.48%208.48%200%200%200-2.933-6.03M7.835%207.5c.873-2.185%201.357-3.029%202.907-3.029h.07c1.491%200%204.391%201.235%204.391%203.5c.004.228-.037.454-.121.666l-.025-.04q-.014-.025-.032-.046a2%202%200%200%200-.384-.346a.96.96%200%200%200-.511-.172h-.537c-.515-.652-2.1-1.813-3.343-1.593l1.3%201.648h1.85l.268.639c.332.791.217%201.183.109%201.355a.55.55%200%200%201-.415.26H7.079l.618.8c.277.34.616.624%201%20.837a1%201%200%200%200%20.1.433l.354.709c.336.674.864%201.733%201.39%202.784a9%209%200%200%200-2.474-.377a7.1%207.1%200%200%200-3.389.869A169%20169%200%200%201%207.835%207.5m9.779%2021.469h-8.52a5.9%205.9%200%200%201-4.309-1.7A6.07%206.07%200%200%201%203.062%2023a14.2%2014.2%200%200%201%20.561-3.061a5.55%205.55%200%200%201%204.439-2.408a7.4%207.4%200%200%201%202.388.443c.53.185%201.035.44%201.5.756c.128.254.223.439.26.509a1.28%201.28%200%200%200%201.1.746a8.5%208.5%200%200%200%204.305%208.984m3.304-.007A7.5%207.5%200%200%201%2021.614%2014c1.903.1%203.71.881%205.089%202.204A6.58%206.58%200%200%201%2029%2020.769c0%203.987-2.504%208.008-8.082%208.193%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.94%2019.996a3.502%203.502%200%201%200%200%207.004a3.502%203.502%200%200%200%200-7.004m-2.503%203.502a2.502%202.502%200%201%201%205.004%200a2.502%202.502%200%200%201-5.004%200M25%2021.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20d%3D%22M28.067%2014.741a9.97%209.97%200%200%200-6.661-2.747a9.07%209.07%200%200%200-8.162%204.851c-.556-1.107-1.321-2.639-1.938-3.876h2.118A2.8%202.8%200%200%200%2016%2010.661a3.36%203.36%200%200%200%201.2-2.692c0-3.662-4.1-5.5-6.374-5.5c-3.113-.05-4.027%202.234-4.842%204.268l-.01.026c-.5%201.294-4.912%2012.744-4.912%2016.221a8.1%208.1%200%200%200%202.3%205.687a7.84%207.84%200%200%200%205.734%202.3h11.417c7.2%200%2010.487-5.287%2010.487-10.2a8.48%208.48%200%200%200-2.933-6.03M7.835%207.5c.873-2.185%201.357-3.029%202.907-3.029h.07c1.491%200%204.391%201.235%204.391%203.5c.004.228-.037.454-.121.666l-.025-.04q-.014-.025-.032-.046a2%202%200%200%200-.384-.346a.96.96%200%200%200-.511-.172h-.537c-.515-.652-2.1-1.813-3.343-1.593l1.3%201.648h1.85l.268.639c.332.791.217%201.183.109%201.355a.55.55%200%200%201-.415.26H7.079l.618.8c.277.34.616.624%201%20.837a1%201%200%200%200%20.1.433l.354.709c.336.674.864%201.733%201.39%202.784a9%209%200%200%200-2.474-.377a7.1%207.1%200%200%200-3.389.869A169%20169%200%200%201%207.835%207.5m9.779%2021.469h-8.52a5.9%205.9%200%200%201-4.309-1.7A6.07%206.07%200%200%201%203.062%2023a14.2%2014.2%200%200%201%20.561-3.061a5.55%205.55%200%200%201%204.439-2.408a7.4%207.4%200%200%201%202.388.443c.53.185%201.035.44%201.5.756c.128.254.223.439.26.509a1.28%201.28%200%200%200%201.1.746a8.5%208.5%200%200%200%204.305%208.984m3.304-.007A7.5%207.5%200%200%201%2021.614%2014c1.903.1%203.71.881%205.089%202.204A6.58%206.58%200%200%201%2029%2020.769c0%203.987-2.504%208.008-8.082%208.193%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/mechanical-arm.svg?color=%231a73e8&size=48