nuclear worker man emoji
nuclear-worker-man from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- nuclear-worker-man
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the nuclear worker man emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M43.333 22.07a4.3 4.3 0 0 0-4.21-4.132h-6a4.3 4.3 0 0 0-4.208 4.131l-.792 19.44a1 1 0 0 1-.121.437l2.934-2.095l-.714 22.134a1.23 1.23 0 0 0 .25.879a.24.24 0 0 0 .152.09c.214 0 .656-.427.735-1.126l2.899-22.503a5 5 0 0 1 .402-1.192l.725-.806h1.625l.984.624a5 5 0 0 1 .352 1.34l2.542 22.535c.079.698.522 1.126.736 1.126a.24.24 0 0 0 .152-.09c.192-.249.49-.585.457-.9l-.932-22.11l3.499 2.43"/><circle cx="36.204" cy="10.432" r="2.969" fill="#d0cfce"/><circle cx="36.204" cy="10.432" r="2.969" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m41.17 23.37l1.9 38c.055 1.1-.575 2-1.4 2a2.076 2.076 0 0 1-1.729-1.987l-2.542-22.031c-.129-1.093-.679-1.987-1.229-1.987s-1.103.894-1.229 1.987l-2.539 22.031a2.076 2.076 0 0 1-1.729 1.987c-.825 0-1.455-.9-1.4-2l1.9-38"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m27.173 41.37l.792-19a5.274 5.274 0 0 1 5.208-5h6"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M39.1 17.37a5.274 5.274 0 0 1 5.208 5l.792 19"/><circle cx="39.63" cy="20.585" r="1"/><ellipse cx="38.704" cy="13.521" stroke="#000" stroke-miterlimit="10" rx="1.134" ry=".757" transform="rotate(-50 38.704 13.521)"/><ellipse cx="33.704" cy="13.521" stroke="#000" stroke-miterlimit="10" rx=".757" ry="1.134" transform="rotate(-40 33.704 13.521)"/><circle cx="36.204" cy="13.401" r="1.5" stroke="#000" stroke-miterlimit="10"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiNuclearWorkerMan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M43.333 22.07a4.3 4.3 0 0 0-4.21-4.132h-6a4.3 4.3 0 0 0-4.208 4.131l-.792 19.44a1 1 0 0 1-.121.437l2.934-2.095l-.714 22.134a1.23 1.23 0 0 0 .25.879a.24.24 0 0 0 .152.09c.214 0 .656-.427.735-1.126l2.899-22.503a5 5 0 0 1 .402-1.192l.725-.806h1.625l.984.624a5 5 0 0 1 .352 1.34l2.542 22.535c.079.698.522 1.126.736 1.126a.24.24 0 0 0 .152-.09c.192-.249.49-.585.457-.9l-.932-22.11l3.499 2.43"/><circle cx="36.204" cy="10.432" r="2.969" fill="#d0cfce"/><circle cx="36.204" cy="10.432" r="2.969" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m41.17 23.37l1.9 38c.055 1.1-.575 2-1.4 2a2.076 2.076 0 0 1-1.729-1.987l-2.542-22.031c-.129-1.093-.679-1.987-1.229-1.987s-1.103.894-1.229 1.987l-2.539 22.031a2.076 2.076 0 0 1-1.729 1.987c-.825 0-1.455-.9-1.4-2l1.9-38"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m27.173 41.37l.792-19a5.274 5.274 0 0 1 5.208-5h6"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M39.1 17.37a5.274 5.274 0 0 1 5.208 5l.792 19"/><circle cx="39.63" cy="20.585" r="1"/><ellipse cx="38.704" cy="13.521" stroke="#000" strokeMiterlimit="10" rx="1.134" ry=".757" transform="rotate(-50 38.704 13.521)"/><ellipse cx="33.704" cy="13.521" stroke="#000" strokeMiterlimit="10" rx=".757" ry="1.134" transform="rotate(-40 33.704 13.521)"/><circle cx="36.204" cy="13.401" r="1.5" stroke="#000" strokeMiterlimit="10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M43.333 22.07a4.3 4.3 0 0 0-4.21-4.132h-6a4.3 4.3 0 0 0-4.208 4.131l-.792 19.44a1 1 0 0 1-.121.437l2.934-2.095l-.714 22.134a1.23 1.23 0 0 0 .25.879a.24.24 0 0 0 .152.09c.214 0 .656-.427.735-1.126l2.899-22.503a5 5 0 0 1 .402-1.192l.725-.806h1.625l.984.624a5 5 0 0 1 .352 1.34l2.542 22.535c.079.698.522 1.126.736 1.126a.24.24 0 0 0 .152-.09c.192-.249.49-.585.457-.9l-.932-22.11l3.499 2.43"/><circle cx="36.204" cy="10.432" r="2.969" fill="#d0cfce"/><circle cx="36.204" cy="10.432" r="2.969" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m41.17 23.37l1.9 38c.055 1.1-.575 2-1.4 2a2.076 2.076 0 0 1-1.729-1.987l-2.542-22.031c-.129-1.093-.679-1.987-1.229-1.987s-1.103.894-1.229 1.987l-2.539 22.031a2.076 2.076 0 0 1-1.729 1.987c-.825 0-1.455-.9-1.4-2l1.9-38"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m27.173 41.37l.792-19a5.274 5.274 0 0 1 5.208-5h6"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M39.1 17.37a5.274 5.274 0 0 1 5.208 5l.792 19"/><circle cx="39.63" cy="20.585" r="1"/><ellipse cx="38.704" cy="13.521" stroke="#000" stroke-miterlimit="10" rx="1.134" ry=".757" transform="rotate(-50 38.704 13.521)"/><ellipse cx="33.704" cy="13.521" stroke="#000" stroke-miterlimit="10" rx=".757" ry="1.134" transform="rotate(-40 33.704 13.521)"/><circle cx="36.204" cy="13.401" r="1.5" stroke="#000" stroke-miterlimit="10"/></svg> </template>
CSS
.icon-nuclear-worker-man {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M43.333%2022.07a4.3%204.3%200%200%200-4.21-4.132h-6a4.3%204.3%200%200%200-4.208%204.131l-.792%2019.44a1%201%200%200%201-.121.437l2.934-2.095l-.714%2022.134a1.23%201.23%200%200%200%20.25.879a.24.24%200%200%200%20.152.09c.214%200%20.656-.427.735-1.126l2.899-22.503a5%205%200%200%201%20.402-1.192l.725-.806h1.625l.984.624a5%205%200%200%201%20.352%201.34l2.542%2022.535c.079.698.522%201.126.736%201.126a.24.24%200%200%200%20.152-.09c.192-.249.49-.585.457-.9l-.932-22.11l3.499%202.43%22%2F%3E%3Ccircle%20cx%3D%2236.204%22%20cy%3D%2210.432%22%20r%3D%222.969%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2236.204%22%20cy%3D%2210.432%22%20r%3D%222.969%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m41.17%2023.37l1.9%2038c.055%201.1-.575%202-1.4%202a2.076%202.076%200%200%201-1.729-1.987l-2.542-22.031c-.129-1.093-.679-1.987-1.229-1.987s-1.103.894-1.229%201.987l-2.539%2022.031a2.076%202.076%200%200%201-1.729%201.987c-.825%200-1.455-.9-1.4-2l1.9-38%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m27.173%2041.37l.792-19a5.274%205.274%200%200%201%205.208-5h6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M39.1%2017.37a5.274%205.274%200%200%201%205.208%205l.792%2019%22%2F%3E%3Ccircle%20cx%3D%2239.63%22%20cy%3D%2220.585%22%20r%3D%221%22%2F%3E%3Cellipse%20cx%3D%2238.704%22%20cy%3D%2213.521%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20rx%3D%221.134%22%20ry%3D%22.757%22%20transform%3D%22rotate(-50%2038.704%2013.521)%22%2F%3E%3Cellipse%20cx%3D%2233.704%22%20cy%3D%2213.521%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20rx%3D%22.757%22%20ry%3D%221.134%22%20transform%3D%22rotate(-40%2033.704%2013.521)%22%2F%3E%3Ccircle%20cx%3D%2236.204%22%20cy%3D%2213.401%22%20r%3D%221.5%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M43.333%2022.07a4.3%204.3%200%200%200-4.21-4.132h-6a4.3%204.3%200%200%200-4.208%204.131l-.792%2019.44a1%201%200%200%201-.121.437l2.934-2.095l-.714%2022.134a1.23%201.23%200%200%200%20.25.879a.24.24%200%200%200%20.152.09c.214%200%20.656-.427.735-1.126l2.899-22.503a5%205%200%200%201%20.402-1.192l.725-.806h1.625l.984.624a5%205%200%200%201%20.352%201.34l2.542%2022.535c.079.698.522%201.126.736%201.126a.24.24%200%200%200%20.152-.09c.192-.249.49-.585.457-.9l-.932-22.11l3.499%202.43%22%2F%3E%3Ccircle%20cx%3D%2236.204%22%20cy%3D%2210.432%22%20r%3D%222.969%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2236.204%22%20cy%3D%2210.432%22%20r%3D%222.969%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m41.17%2023.37l1.9%2038c.055%201.1-.575%202-1.4%202a2.076%202.076%200%200%201-1.729-1.987l-2.542-22.031c-.129-1.093-.679-1.987-1.229-1.987s-1.103.894-1.229%201.987l-2.539%2022.031a2.076%202.076%200%200%201-1.729%201.987c-.825%200-1.455-.9-1.4-2l1.9-38%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m27.173%2041.37l.792-19a5.274%205.274%200%200%201%205.208-5h6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M39.1%2017.37a5.274%205.274%200%200%201%205.208%205l.792%2019%22%2F%3E%3Ccircle%20cx%3D%2239.63%22%20cy%3D%2220.585%22%20r%3D%221%22%2F%3E%3Cellipse%20cx%3D%2238.704%22%20cy%3D%2213.521%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20rx%3D%221.134%22%20ry%3D%22.757%22%20transform%3D%22rotate(-50%2038.704%2013.521)%22%2F%3E%3Cellipse%20cx%3D%2233.704%22%20cy%3D%2213.521%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20rx%3D%22.757%22%20ry%3D%221.134%22%20transform%3D%22rotate(-40%2033.704%2013.521)%22%2F%3E%3Ccircle%20cx%3D%2236.204%22%20cy%3D%2213.401%22%20r%3D%221.5%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/nuclear-worker-man.svg?color=%231a73e8&size=48