radioactive icon
radioactive-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- radioactive-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the radioactive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-15.78 3.51A29 29 0 0 1 100 128a28 28 0 0 1 16.94-25.73a4 4 0 0 0 1.87-5.66L90.75 48a16 16 0 0 0-23.1-5.07a103.83 103.83 0 0 0-43.58 75.49a16.2 16.2 0 0 0 4.17 12.37A16 16 0 0 0 40 136h56.26a4 4 0 0 0 3.96-4.49m131.71-13.09a103.83 103.83 0 0 0-43.58-75.49a16 16 0 0 0-23.1 5.07l-28.06 48.61a4 4 0 0 0 1.87 5.66A28 28 0 0 1 156 128a29 29 0 0 1-.22 3.51a4 4 0 0 0 4 4.49H216a16 16 0 0 0 11.76-5.21a16.2 16.2 0 0 0 4.17-12.37m-81.13 33.06a4 4 0 0 0-5.91-1.15a28 28 0 0 1-33.78 0a4 4 0 0 0-5.91 1.15l-27.95 48.43a16 16 0 0 0 7.12 22.52a104.24 104.24 0 0 0 87.26 0a16 16 0 0 0 7.12-22.52Z"/></svg>
React
import type { SVGProps } from "react";
export function PhRadioactiveFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-15.78 3.51A29 29 0 0 1 100 128a28 28 0 0 1 16.94-25.73a4 4 0 0 0 1.87-5.66L90.75 48a16 16 0 0 0-23.1-5.07a103.83 103.83 0 0 0-43.58 75.49a16.2 16.2 0 0 0 4.17 12.37A16 16 0 0 0 40 136h56.26a4 4 0 0 0 3.96-4.49m131.71-13.09a103.83 103.83 0 0 0-43.58-75.49a16 16 0 0 0-23.1 5.07l-28.06 48.61a4 4 0 0 0 1.87 5.66A28 28 0 0 1 156 128a29 29 0 0 1-.22 3.51a4 4 0 0 0 4 4.49H216a16 16 0 0 0 11.76-5.21a16.2 16.2 0 0 0 4.17-12.37m-81.13 33.06a4 4 0 0 0-5.91-1.15a28 28 0 0 1-33.78 0a4 4 0 0 0-5.91 1.15l-27.95 48.43a16 16 0 0 0 7.12 22.52a104.24 104.24 0 0 0 87.26 0a16 16 0 0 0 7.12-22.52Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-15.78 3.51A29 29 0 0 1 100 128a28 28 0 0 1 16.94-25.73a4 4 0 0 0 1.87-5.66L90.75 48a16 16 0 0 0-23.1-5.07a103.83 103.83 0 0 0-43.58 75.49a16.2 16.2 0 0 0 4.17 12.37A16 16 0 0 0 40 136h56.26a4 4 0 0 0 3.96-4.49m131.71-13.09a103.83 103.83 0 0 0-43.58-75.49a16 16 0 0 0-23.1 5.07l-28.06 48.61a4 4 0 0 0 1.87 5.66A28 28 0 0 1 156 128a29 29 0 0 1-.22 3.51a4 4 0 0 0 4 4.49H216a16 16 0 0 0 11.76-5.21a16.2 16.2 0 0 0 4.17-12.37m-81.13 33.06a4 4 0 0 0-5.91-1.15a28 28 0 0 1-33.78 0a4 4 0 0 0-5.91 1.15l-27.95 48.43a16 16 0 0 0 7.12 22.52a104.24 104.24 0 0 0 87.26 0a16 16 0 0 0 7.12-22.52Z"/></svg> </template>
CSS
.icon-radioactive-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M116%20128a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m-15.78%203.51A29%2029%200%200%201%20100%20128a28%2028%200%200%201%2016.94-25.73a4%204%200%200%200%201.87-5.66L90.75%2048a16%2016%200%200%200-23.1-5.07a103.83%20103.83%200%200%200-43.58%2075.49a16.2%2016.2%200%200%200%204.17%2012.37A16%2016%200%200%200%2040%20136h56.26a4%204%200%200%200%203.96-4.49m131.71-13.09a103.83%20103.83%200%200%200-43.58-75.49a16%2016%200%200%200-23.1%205.07l-28.06%2048.61a4%204%200%200%200%201.87%205.66A28%2028%200%200%201%20156%20128a29%2029%200%200%201-.22%203.51a4%204%200%200%200%204%204.49H216a16%2016%200%200%200%2011.76-5.21a16.2%2016.2%200%200%200%204.17-12.37m-81.13%2033.06a4%204%200%200%200-5.91-1.15a28%2028%200%200%201-33.78%200a4%204%200%200%200-5.91%201.15l-27.95%2048.43a16%2016%200%200%200%207.12%2022.52a104.24%20104.24%200%200%200%2087.26%200a16%2016%200%200%200%207.12-22.52Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M116%20128a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m-15.78%203.51A29%2029%200%200%201%20100%20128a28%2028%200%200%201%2016.94-25.73a4%204%200%200%200%201.87-5.66L90.75%2048a16%2016%200%200%200-23.1-5.07a103.83%20103.83%200%200%200-43.58%2075.49a16.2%2016.2%200%200%200%204.17%2012.37A16%2016%200%200%200%2040%20136h56.26a4%204%200%200%200%203.96-4.49m131.71-13.09a103.83%20103.83%200%200%200-43.58-75.49a16%2016%200%200%200-23.1%205.07l-28.06%2048.61a4%204%200%200%200%201.87%205.66A28%2028%200%200%201%20156%20128a29%2029%200%200%201-.22%203.51a4%204%200%200%200%204%204.49H216a16%2016%200%200%200%2011.76-5.21a16.2%2016.2%200%200%200%204.17-12.37m-81.13%2033.06a4%204%200%200%200-5.91-1.15a28%2028%200%200%201-33.78%200a4%204%200%200%200-5.91%201.15l-27.95%2048.43a16%2016%200%200%200%207.12%2022.52a104.24%20104.24%200%200%200%2087.26%200a16%2016%200%200%200%207.12-22.52Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/radioactive-fill.svg?color=%231a73e8&size=48