mechanical arm emoji
mechanical-arm from Twitter Emoji by Twitter · Default · People & Body · CC-BY-4.0 Attribution required.
- Name
- mechanical-arm
- Set
- Twitter Emoji
- Style
- Default
- Category
- People & Body
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More people & body icons from Twitter Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-man
Use the mechanical arm emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.553" cy="29.973" r="4.478" fill="#66757f"/><path fill="#ccd6dd" d="M10.482 34.451c5.29 2 17 1 20-1s5.658-4.054 5-8c-1-6-9-7-14-6c-4.903.981-9 4-10 6c-.632 1.265 0 3 0 5c0 3-1.936 3.646-1 4"/><path fill="#99aab5" d="M30.482 33.451c3-2 5.658-4.054 5-8l-.005-.02c-2.609 1.493-6.824 3.435-12.309 4.37c-4.599.784-8.938.861-11.692.798c-.064 2.869-1.913 3.505-.994 3.852c5.29 2 17 1 20-1"/><circle cx="8.489" cy="9.789" r="2.42" fill="#66757f"/><path fill="#99aab5" d="M2.495 31.311c-3.926-5.609-1.447-12.69.586-17.247c1.559-3.495 3.025-4.696 3.025-4.696l4.557 2.033s-1.724 4.645-1.192 8.237c.561 3.786 1.227 6.976-.596 10.341s-5.399 2.734-6.38 1.332"/><path fill="#ccd6dd" d="m7.952 10.192l2.711 1.21s-1.724 4.645-1.192 8.237c.561 3.786 1.227 6.976-.596 10.341c-.754 1.392-1.808 2.1-2.855 2.353c-4.436-9.786 1.932-22.141 1.932-22.141"/><path fill="#99aab5" d="M6.316 8.176C6.737 5.792 10.172.254 11.364.464s6.94 2.454 7.922 3.856s-1.052 5.959-2.244 5.749s-.771-2.594-.771-2.594s.21-1.192-1.192-.21l-2.804 1.963c-1.402.982-5.959-1.052-5.959-1.052"/><path fill="#99aab5" d="M6.316 8.176c-.981-1.402-.35-4.978-.14-6.169c.21-1.192 2.594-.771 2.173 1.613s.771 2.594.771 2.594z"/><path fill="#ccd6dd" d="M6.316 8.176C6.737 5.792 10.172.254 11.364.464s6.94 2.454 7.922 3.856c-5.749-2.244-7.782 2.313-8.192 5.174c-1.886-.027-4.778-1.318-4.778-1.318"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiMechanicalArm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.553" cy="29.973" r="4.478" fill="#66757f"/><path fill="#ccd6dd" d="M10.482 34.451c5.29 2 17 1 20-1s5.658-4.054 5-8c-1-6-9-7-14-6c-4.903.981-9 4-10 6c-.632 1.265 0 3 0 5c0 3-1.936 3.646-1 4"/><path fill="#99aab5" d="M30.482 33.451c3-2 5.658-4.054 5-8l-.005-.02c-2.609 1.493-6.824 3.435-12.309 4.37c-4.599.784-8.938.861-11.692.798c-.064 2.869-1.913 3.505-.994 3.852c5.29 2 17 1 20-1"/><circle cx="8.489" cy="9.789" r="2.42" fill="#66757f"/><path fill="#99aab5" d="M2.495 31.311c-3.926-5.609-1.447-12.69.586-17.247c1.559-3.495 3.025-4.696 3.025-4.696l4.557 2.033s-1.724 4.645-1.192 8.237c.561 3.786 1.227 6.976-.596 10.341s-5.399 2.734-6.38 1.332"/><path fill="#ccd6dd" d="m7.952 10.192l2.711 1.21s-1.724 4.645-1.192 8.237c.561 3.786 1.227 6.976-.596 10.341c-.754 1.392-1.808 2.1-2.855 2.353c-4.436-9.786 1.932-22.141 1.932-22.141"/><path fill="#99aab5" d="M6.316 8.176C6.737 5.792 10.172.254 11.364.464s6.94 2.454 7.922 3.856s-1.052 5.959-2.244 5.749s-.771-2.594-.771-2.594s.21-1.192-1.192-.21l-2.804 1.963c-1.402.982-5.959-1.052-5.959-1.052"/><path fill="#99aab5" d="M6.316 8.176c-.981-1.402-.35-4.978-.14-6.169c.21-1.192 2.594-.771 2.173 1.613s.771 2.594.771 2.594z"/><path fill="#ccd6dd" d="M6.316 8.176C6.737 5.792 10.172.254 11.364.464s6.94 2.454 7.922 3.856c-5.749-2.244-7.782 2.313-8.192 5.174c-1.886-.027-4.778-1.318-4.778-1.318"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.553" cy="29.973" r="4.478" fill="#66757f"/><path fill="#ccd6dd" d="M10.482 34.451c5.29 2 17 1 20-1s5.658-4.054 5-8c-1-6-9-7-14-6c-4.903.981-9 4-10 6c-.632 1.265 0 3 0 5c0 3-1.936 3.646-1 4"/><path fill="#99aab5" d="M30.482 33.451c3-2 5.658-4.054 5-8l-.005-.02c-2.609 1.493-6.824 3.435-12.309 4.37c-4.599.784-8.938.861-11.692.798c-.064 2.869-1.913 3.505-.994 3.852c5.29 2 17 1 20-1"/><circle cx="8.489" cy="9.789" r="2.42" fill="#66757f"/><path fill="#99aab5" d="M2.495 31.311c-3.926-5.609-1.447-12.69.586-17.247c1.559-3.495 3.025-4.696 3.025-4.696l4.557 2.033s-1.724 4.645-1.192 8.237c.561 3.786 1.227 6.976-.596 10.341s-5.399 2.734-6.38 1.332"/><path fill="#ccd6dd" d="m7.952 10.192l2.711 1.21s-1.724 4.645-1.192 8.237c.561 3.786 1.227 6.976-.596 10.341c-.754 1.392-1.808 2.1-2.855 2.353c-4.436-9.786 1.932-22.141 1.932-22.141"/><path fill="#99aab5" d="M6.316 8.176C6.737 5.792 10.172.254 11.364.464s6.94 2.454 7.922 3.856s-1.052 5.959-2.244 5.749s-.771-2.594-.771-2.594s.21-1.192-1.192-.21l-2.804 1.963c-1.402.982-5.959-1.052-5.959-1.052"/><path fill="#99aab5" d="M6.316 8.176c-.981-1.402-.35-4.978-.14-6.169c.21-1.192 2.594-.771 2.173 1.613s.771 2.594.771 2.594z"/><path fill="#ccd6dd" d="M6.316 8.176C6.737 5.792 10.172.254 11.364.464s6.94 2.454 7.922 3.856c-5.749-2.244-7.782 2.313-8.192 5.174c-1.886-.027-4.778-1.318-4.778-1.318"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%228.553%22%20cy%3D%2229.973%22%20r%3D%224.478%22%20fill%3D%22%2366757f%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M10.482%2034.451c5.29%202%2017%201%2020-1s5.658-4.054%205-8c-1-6-9-7-14-6c-4.903.981-9%204-10%206c-.632%201.265%200%203%200%205c0%203-1.936%203.646-1%204%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M30.482%2033.451c3-2%205.658-4.054%205-8l-.005-.02c-2.609%201.493-6.824%203.435-12.309%204.37c-4.599.784-8.938.861-11.692.798c-.064%202.869-1.913%203.505-.994%203.852c5.29%202%2017%201%2020-1%22%2F%3E%3Ccircle%20cx%3D%228.489%22%20cy%3D%229.789%22%20r%3D%222.42%22%20fill%3D%22%2366757f%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M2.495%2031.311c-3.926-5.609-1.447-12.69.586-17.247c1.559-3.495%203.025-4.696%203.025-4.696l4.557%202.033s-1.724%204.645-1.192%208.237c.561%203.786%201.227%206.976-.596%2010.341s-5.399%202.734-6.38%201.332%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22m7.952%2010.192l2.711%201.21s-1.724%204.645-1.192%208.237c.561%203.786%201.227%206.976-.596%2010.341c-.754%201.392-1.808%202.1-2.855%202.353c-4.436-9.786%201.932-22.141%201.932-22.141%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M6.316%208.176C6.737%205.792%2010.172.254%2011.364.464s6.94%202.454%207.922%203.856s-1.052%205.959-2.244%205.749s-.771-2.594-.771-2.594s.21-1.192-1.192-.21l-2.804%201.963c-1.402.982-5.959-1.052-5.959-1.052%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M6.316%208.176c-.981-1.402-.35-4.978-.14-6.169c.21-1.192%202.594-.771%202.173%201.613s.771%202.594.771%202.594z%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M6.316%208.176C6.737%205.792%2010.172.254%2011.364.464s6.94%202.454%207.922%203.856c-5.749-2.244-7.782%202.313-8.192%205.174c-1.886-.027-4.778-1.318-4.778-1.318%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%2036%2036%22%3E%3Ccircle%20cx%3D%228.553%22%20cy%3D%2229.973%22%20r%3D%224.478%22%20fill%3D%22%2366757f%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M10.482%2034.451c5.29%202%2017%201%2020-1s5.658-4.054%205-8c-1-6-9-7-14-6c-4.903.981-9%204-10%206c-.632%201.265%200%203%200%205c0%203-1.936%203.646-1%204%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M30.482%2033.451c3-2%205.658-4.054%205-8l-.005-.02c-2.609%201.493-6.824%203.435-12.309%204.37c-4.599.784-8.938.861-11.692.798c-.064%202.869-1.913%203.505-.994%203.852c5.29%202%2017%201%2020-1%22%2F%3E%3Ccircle%20cx%3D%228.489%22%20cy%3D%229.789%22%20r%3D%222.42%22%20fill%3D%22%2366757f%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M2.495%2031.311c-3.926-5.609-1.447-12.69.586-17.247c1.559-3.495%203.025-4.696%203.025-4.696l4.557%202.033s-1.724%204.645-1.192%208.237c.561%203.786%201.227%206.976-.596%2010.341s-5.399%202.734-6.38%201.332%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22m7.952%2010.192l2.711%201.21s-1.724%204.645-1.192%208.237c.561%203.786%201.227%206.976-.596%2010.341c-.754%201.392-1.808%202.1-2.855%202.353c-4.436-9.786%201.932-22.141%201.932-22.141%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M6.316%208.176C6.737%205.792%2010.172.254%2011.364.464s6.94%202.454%207.922%203.856s-1.052%205.959-2.244%205.749s-.771-2.594-.771-2.594s.21-1.192-1.192-.21l-2.804%201.963c-1.402.982-5.959-1.052-5.959-1.052%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M6.316%208.176c-.981-1.402-.35-4.978-.14-6.169c.21-1.192%202.594-.771%202.173%201.613s.771%202.594.771%202.594z%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M6.316%208.176C6.737%205.792%2010.172.254%2011.364.464s6.94%202.454%207.922%203.856c-5.749-2.244-7.782%202.313-8.192%205.174c-1.886-.027-4.778-1.318-4.778-1.318%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/mechanical-arm.svg?color=%231a73e8&size=48