nuclear protection emoji

nuclear-protection from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
nuclear-protection
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 protection emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.593" cy="28.277" fill="#f4aa41" rx="11.281" ry="14.358"/><path fill="#f4aa41" d="M55.786 58.975a1.026 1.026 0 0 1-1.026-1.025v-3.077c0-4.565-4.615-9.035-8.872-9.222c-6.364 5.141-12.81 5.141-19.178 0c-4.262.188-9.899 4.657-9.899 9.222v3.077a1.025 1.025 0 0 1-1.024 1.026h-.001"/><path fill="#d0cfce" d="M43.887 19.363H27.689l-2.958 4.972l.907 9.35h20.3l.958-9.066z"/><circle cx="35.593" cy="40.578" r="5.128" fill="#3f3f3f"/><circle cx="35.593" cy="40.578" r="1.538" fill="#d0cfce"/><path fill="#fff" d="m33.889 33.75l5.111.088l4.27-14.811l-5.11-.088z"/><ellipse cx="44.545" cy="38.517" fill="#d22f27" rx="3.086" ry="2.061" transform="rotate(-50 44.545 38.517)"/><ellipse cx="26.558" cy="38.517" fill="#d22f27" rx="2.061" ry="3.086" transform="rotate(-40 26.558 38.517)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.302 57.892v-3.077c0-5.122 5.136-9.23 10.256-9.23q9.23 7.692 18.46 0c5.121 0 10.255 4.108 10.255 9.23v3.077M27.689 18.338h16.197M25.638 33.685h20.3m-19.38 11.9V57.95"/><circle cx="35.593" cy="40.578" r="5.128" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><ellipse cx="44.545" cy="38.517" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="3.086" ry="2.061" transform="rotate(-50 44.545 38.517)"/><ellipse cx="26.558" cy="38.517" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="2.061" ry="3.086" transform="rotate(-40 26.558 38.517)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.037 35.664a17.2 17.2 0 0 1-1.597-7.387c0-3.369.975-7.565 3.077-10.255a10 10 0 0 1 .861-.968a10.9 10.9 0 0 1 7.343-2.878h.065a10.9 10.9 0 0 1 7.343 2.878a10 10 0 0 1 .861.968c2.102 2.69 3.077 6.886 3.077 10.255a17.25 17.25 0 0 1-1.593 7.38"/><circle cx="47.067" cy="51.558" r="2.1"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiNuclearProtection(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.593" cy="28.277" fill="#f4aa41" rx="11.281" ry="14.358"/><path fill="#f4aa41" d="M55.786 58.975a1.026 1.026 0 0 1-1.026-1.025v-3.077c0-4.565-4.615-9.035-8.872-9.222c-6.364 5.141-12.81 5.141-19.178 0c-4.262.188-9.899 4.657-9.899 9.222v3.077a1.025 1.025 0 0 1-1.024 1.026h-.001"/><path fill="#d0cfce" d="M43.887 19.363H27.689l-2.958 4.972l.907 9.35h20.3l.958-9.066z"/><circle cx="35.593" cy="40.578" r="5.128" fill="#3f3f3f"/><circle cx="35.593" cy="40.578" r="1.538" fill="#d0cfce"/><path fill="#fff" d="m33.889 33.75l5.111.088l4.27-14.811l-5.11-.088z"/><ellipse cx="44.545" cy="38.517" fill="#d22f27" rx="3.086" ry="2.061" transform="rotate(-50 44.545 38.517)"/><ellipse cx="26.558" cy="38.517" fill="#d22f27" rx="2.061" ry="3.086" transform="rotate(-40 26.558 38.517)"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M16.302 57.892v-3.077c0-5.122 5.136-9.23 10.256-9.23q9.23 7.692 18.46 0c5.121 0 10.255 4.108 10.255 9.23v3.077M27.689 18.338h16.197M25.638 33.685h20.3m-19.38 11.9V57.95"/><circle cx="35.593" cy="40.578" r="5.128" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><ellipse cx="44.545" cy="38.517" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" rx="3.086" ry="2.061" transform="rotate(-50 44.545 38.517)"/><ellipse cx="26.558" cy="38.517" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" rx="2.061" ry="3.086" transform="rotate(-40 26.558 38.517)"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M26.037 35.664a17.2 17.2 0 0 1-1.597-7.387c0-3.369.975-7.565 3.077-10.255a10 10 0 0 1 .861-.968a10.9 10.9 0 0 1 7.343-2.878h.065a10.9 10.9 0 0 1 7.343 2.878a10 10 0 0 1 .861.968c2.102 2.69 3.077 6.886 3.077 10.255a17.25 17.25 0 0 1-1.593 7.38"/><circle cx="47.067" cy="51.558" r="2.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.593" cy="28.277" fill="#f4aa41" rx="11.281" ry="14.358"/><path fill="#f4aa41" d="M55.786 58.975a1.026 1.026 0 0 1-1.026-1.025v-3.077c0-4.565-4.615-9.035-8.872-9.222c-6.364 5.141-12.81 5.141-19.178 0c-4.262.188-9.899 4.657-9.899 9.222v3.077a1.025 1.025 0 0 1-1.024 1.026h-.001"/><path fill="#d0cfce" d="M43.887 19.363H27.689l-2.958 4.972l.907 9.35h20.3l.958-9.066z"/><circle cx="35.593" cy="40.578" r="5.128" fill="#3f3f3f"/><circle cx="35.593" cy="40.578" r="1.538" fill="#d0cfce"/><path fill="#fff" d="m33.889 33.75l5.111.088l4.27-14.811l-5.11-.088z"/><ellipse cx="44.545" cy="38.517" fill="#d22f27" rx="3.086" ry="2.061" transform="rotate(-50 44.545 38.517)"/><ellipse cx="26.558" cy="38.517" fill="#d22f27" rx="2.061" ry="3.086" transform="rotate(-40 26.558 38.517)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.302 57.892v-3.077c0-5.122 5.136-9.23 10.256-9.23q9.23 7.692 18.46 0c5.121 0 10.255 4.108 10.255 9.23v3.077M27.689 18.338h16.197M25.638 33.685h20.3m-19.38 11.9V57.95"/><circle cx="35.593" cy="40.578" r="5.128" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><ellipse cx="44.545" cy="38.517" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="3.086" ry="2.061" transform="rotate(-50 44.545 38.517)"/><ellipse cx="26.558" cy="38.517" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="2.061" ry="3.086" transform="rotate(-40 26.558 38.517)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.037 35.664a17.2 17.2 0 0 1-1.597-7.387c0-3.369.975-7.565 3.077-10.255a10 10 0 0 1 .861-.968a10.9 10.9 0 0 1 7.343-2.878h.065a10.9 10.9 0 0 1 7.343 2.878a10 10 0 0 1 .861.968c2.102 2.69 3.077 6.886 3.077 10.255a17.25 17.25 0 0 1-1.593 7.38"/><circle cx="47.067" cy="51.558" r="2.1"/></svg>
</template>

CSS

.icon-nuclear-protection {
  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%3Cellipse%20cx%3D%2235.593%22%20cy%3D%2228.277%22%20fill%3D%22%23f4aa41%22%20rx%3D%2211.281%22%20ry%3D%2214.358%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M55.786%2058.975a1.026%201.026%200%200%201-1.026-1.025v-3.077c0-4.565-4.615-9.035-8.872-9.222c-6.364%205.141-12.81%205.141-19.178%200c-4.262.188-9.899%204.657-9.899%209.222v3.077a1.025%201.025%200%200%201-1.024%201.026h-.001%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M43.887%2019.363H27.689l-2.958%204.972l.907%209.35h20.3l.958-9.066z%22%2F%3E%3Ccircle%20cx%3D%2235.593%22%20cy%3D%2240.578%22%20r%3D%225.128%22%20fill%3D%22%233f3f3f%22%2F%3E%3Ccircle%20cx%3D%2235.593%22%20cy%3D%2240.578%22%20r%3D%221.538%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m33.889%2033.75l5.111.088l4.27-14.811l-5.11-.088z%22%2F%3E%3Cellipse%20cx%3D%2244.545%22%20cy%3D%2238.517%22%20fill%3D%22%23d22f27%22%20rx%3D%223.086%22%20ry%3D%222.061%22%20transform%3D%22rotate(-50%2044.545%2038.517)%22%2F%3E%3Cellipse%20cx%3D%2226.558%22%20cy%3D%2238.517%22%20fill%3D%22%23d22f27%22%20rx%3D%222.061%22%20ry%3D%223.086%22%20transform%3D%22rotate(-40%2026.558%2038.517)%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%22M16.302%2057.892v-3.077c0-5.122%205.136-9.23%2010.256-9.23q9.23%207.692%2018.46%200c5.121%200%2010.255%204.108%2010.255%209.23v3.077M27.689%2018.338h16.197M25.638%2033.685h20.3m-19.38%2011.9V57.95%22%2F%3E%3Ccircle%20cx%3D%2235.593%22%20cy%3D%2240.578%22%20r%3D%225.128%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%3Cellipse%20cx%3D%2244.545%22%20cy%3D%2238.517%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%20rx%3D%223.086%22%20ry%3D%222.061%22%20transform%3D%22rotate(-50%2044.545%2038.517)%22%2F%3E%3Cellipse%20cx%3D%2226.558%22%20cy%3D%2238.517%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%20rx%3D%222.061%22%20ry%3D%223.086%22%20transform%3D%22rotate(-40%2026.558%2038.517)%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%22M26.037%2035.664a17.2%2017.2%200%200%201-1.597-7.387c0-3.369.975-7.565%203.077-10.255a10%2010%200%200%201%20.861-.968a10.9%2010.9%200%200%201%207.343-2.878h.065a10.9%2010.9%200%200%201%207.343%202.878a10%2010%200%200%201%20.861.968c2.102%202.69%203.077%206.886%203.077%2010.255a17.25%2017.25%200%200%201-1.593%207.38%22%2F%3E%3Ccircle%20cx%3D%2247.067%22%20cy%3D%2251.558%22%20r%3D%222.1%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%3Cellipse%20cx%3D%2235.593%22%20cy%3D%2228.277%22%20fill%3D%22%23f4aa41%22%20rx%3D%2211.281%22%20ry%3D%2214.358%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M55.786%2058.975a1.026%201.026%200%200%201-1.026-1.025v-3.077c0-4.565-4.615-9.035-8.872-9.222c-6.364%205.141-12.81%205.141-19.178%200c-4.262.188-9.899%204.657-9.899%209.222v3.077a1.025%201.025%200%200%201-1.024%201.026h-.001%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M43.887%2019.363H27.689l-2.958%204.972l.907%209.35h20.3l.958-9.066z%22%2F%3E%3Ccircle%20cx%3D%2235.593%22%20cy%3D%2240.578%22%20r%3D%225.128%22%20fill%3D%22%233f3f3f%22%2F%3E%3Ccircle%20cx%3D%2235.593%22%20cy%3D%2240.578%22%20r%3D%221.538%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m33.889%2033.75l5.111.088l4.27-14.811l-5.11-.088z%22%2F%3E%3Cellipse%20cx%3D%2244.545%22%20cy%3D%2238.517%22%20fill%3D%22%23d22f27%22%20rx%3D%223.086%22%20ry%3D%222.061%22%20transform%3D%22rotate(-50%2044.545%2038.517)%22%2F%3E%3Cellipse%20cx%3D%2226.558%22%20cy%3D%2238.517%22%20fill%3D%22%23d22f27%22%20rx%3D%222.061%22%20ry%3D%223.086%22%20transform%3D%22rotate(-40%2026.558%2038.517)%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%22M16.302%2057.892v-3.077c0-5.122%205.136-9.23%2010.256-9.23q9.23%207.692%2018.46%200c5.121%200%2010.255%204.108%2010.255%209.23v3.077M27.689%2018.338h16.197M25.638%2033.685h20.3m-19.38%2011.9V57.95%22%2F%3E%3Ccircle%20cx%3D%2235.593%22%20cy%3D%2240.578%22%20r%3D%225.128%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%3Cellipse%20cx%3D%2244.545%22%20cy%3D%2238.517%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%20rx%3D%223.086%22%20ry%3D%222.061%22%20transform%3D%22rotate(-50%2044.545%2038.517)%22%2F%3E%3Cellipse%20cx%3D%2226.558%22%20cy%3D%2238.517%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%20rx%3D%222.061%22%20ry%3D%223.086%22%20transform%3D%22rotate(-40%2026.558%2038.517)%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%22M26.037%2035.664a17.2%2017.2%200%200%201-1.597-7.387c0-3.369.975-7.565%203.077-10.255a10%2010%200%200%201%20.861-.968a10.9%2010.9%200%200%201%207.343-2.878h.065a10.9%2010.9%200%200%201%207.343%202.878a10%2010%200%200%201%20.861.968c2.102%202.69%203.077%206.886%203.077%2010.255a17.25%2017.25%200%200%201-1.593%207.38%22%2F%3E%3Ccircle%20cx%3D%2247.067%22%20cy%3D%2251.558%22%20r%3D%222.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/nuclear-protection.svg?color=%231a73e8&size=48