radioactive emoji
radioactive from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- radioactive
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji Flat
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the radioactive emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M16 30C8.27 30 2 23.73 2 16S8.27 2 16 2s14 6.27 14 14s-6.27 14-14 14"/><path fill="#000" d="m21.613 6.279l-3.689 6.388a.37.37 0 0 0 .11.487a3.5 3.5 0 0 1 1.45 2.503a.377.377 0 0 0 .372.343h7.37a.75.75 0 0 0 .748-.801a12 12 0 0 0-5.294-9.17a.75.75 0 0 0-1.067.25m-11.225 0l3.688 6.388a.37.37 0 0 1-.11.487a3.5 3.5 0 0 0-1.45 2.503a.376.376 0 0 1-.373.343H4.775a.75.75 0 0 1-.749-.801A11.99 11.99 0 0 1 9.321 6.03a.75.75 0 0 1 1.066.249M18 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-.549 3.184a.375.375 0 0 1 .478.157l3.685 6.381a.75.75 0 0 1-.317 1.048A11.95 11.95 0 0 1 16 28c-1.902 0-3.7-.442-5.298-1.23a.75.75 0 0 1-.316-1.047l3.685-6.382a.374.374 0 0 1 .478-.157a3.48 3.48 0 0 0 2.902 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatRadioactive(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M16 30C8.27 30 2 23.73 2 16S8.27 2 16 2s14 6.27 14 14s-6.27 14-14 14"/><path fill="#000" d="m21.613 6.279l-3.689 6.388a.37.37 0 0 0 .11.487a3.5 3.5 0 0 1 1.45 2.503a.377.377 0 0 0 .372.343h7.37a.75.75 0 0 0 .748-.801a12 12 0 0 0-5.294-9.17a.75.75 0 0 0-1.067.25m-11.225 0l3.688 6.388a.37.37 0 0 1-.11.487a3.5 3.5 0 0 0-1.45 2.503a.376.376 0 0 1-.373.343H4.775a.75.75 0 0 1-.749-.801A11.99 11.99 0 0 1 9.321 6.03a.75.75 0 0 1 1.066.249M18 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-.549 3.184a.375.375 0 0 1 .478.157l3.685 6.381a.75.75 0 0 1-.317 1.048A11.95 11.95 0 0 1 16 28c-1.902 0-3.7-.442-5.298-1.23a.75.75 0 0 1-.316-1.047l3.685-6.382a.374.374 0 0 1 .478-.157a3.48 3.48 0 0 0 2.902 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M16 30C8.27 30 2 23.73 2 16S8.27 2 16 2s14 6.27 14 14s-6.27 14-14 14"/><path fill="#000" d="m21.613 6.279l-3.689 6.388a.37.37 0 0 0 .11.487a3.5 3.5 0 0 1 1.45 2.503a.377.377 0 0 0 .372.343h7.37a.75.75 0 0 0 .748-.801a12 12 0 0 0-5.294-9.17a.75.75 0 0 0-1.067.25m-11.225 0l3.688 6.388a.37.37 0 0 1-.11.487a3.5 3.5 0 0 0-1.45 2.503a.376.376 0 0 1-.373.343H4.775a.75.75 0 0 1-.749-.801A11.99 11.99 0 0 1 9.321 6.03a.75.75 0 0 1 1.066.249M18 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-.549 3.184a.375.375 0 0 1 .478.157l3.685 6.381a.75.75 0 0 1-.317 1.048A11.95 11.95 0 0 1 16 28c-1.902 0-3.7-.442-5.298-1.23a.75.75 0 0 1-.316-1.047l3.685-6.382a.374.374 0 0 1 .478-.157a3.48 3.48 0 0 0 2.902 0"/></g></svg> </template>
CSS
.icon-radioactive {
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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M16%2030C8.27%2030%202%2023.73%202%2016S8.27%202%2016%202s14%206.27%2014%2014s-6.27%2014-14%2014%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22m21.613%206.279l-3.689%206.388a.37.37%200%200%200%20.11.487a3.5%203.5%200%200%201%201.45%202.503a.377.377%200%200%200%20.372.343h7.37a.75.75%200%200%200%20.748-.801a12%2012%200%200%200-5.294-9.17a.75.75%200%200%200-1.067.25m-11.225%200l3.688%206.388a.37.37%200%200%201-.11.487a3.5%203.5%200%200%200-1.45%202.503a.376.376%200%200%201-.373.343H4.775a.75.75%200%200%201-.749-.801A11.99%2011.99%200%200%201%209.321%206.03a.75.75%200%200%201%201.066.249M18%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-.549%203.184a.375.375%200%200%201%20.478.157l3.685%206.381a.75.75%200%200%201-.317%201.048A11.95%2011.95%200%200%201%2016%2028c-1.902%200-3.7-.442-5.298-1.23a.75.75%200%200%201-.316-1.047l3.685-6.382a.374.374%200%200%201%20.478-.157a3.48%203.48%200%200%200%202.902%200%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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M16%2030C8.27%2030%202%2023.73%202%2016S8.27%202%2016%202s14%206.27%2014%2014s-6.27%2014-14%2014%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22m21.613%206.279l-3.689%206.388a.37.37%200%200%200%20.11.487a3.5%203.5%200%200%201%201.45%202.503a.377.377%200%200%200%20.372.343h7.37a.75.75%200%200%200%20.748-.801a12%2012%200%200%200-5.294-9.17a.75.75%200%200%200-1.067.25m-11.225%200l3.688%206.388a.37.37%200%200%201-.11.487a3.5%203.5%200%200%200-1.45%202.503a.376.376%200%200%201-.373.343H4.775a.75.75%200%200%201-.749-.801A11.99%2011.99%200%200%201%209.321%206.03a.75.75%200%200%201%201.066.249M18%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-.549%203.184a.375.375%200%200%201%20.478.157l3.685%206.381a.75.75%200%200%201-.317%201.048A11.95%2011.95%200%200%201%2016%2028c-1.902%200-3.7-.442-5.298-1.23a.75.75%200%200%201-.316-1.047l3.685-6.382a.374.374%200%200%201%20.478-.157a3.48%203.48%200%200%200%202.902%200%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-flat/radioactive.svg?color=%231a73e8&size=48