radioactive icon
radioactive-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- radioactive-light
- Set
- Phosphor
- Style
- Light
- 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="M92 134H40a13.94 13.94 0 0 1-10.28-4.56a14.17 14.17 0 0 1-3.66-10.84a101.81 101.81 0 0 1 42.75-74A14 14 0 0 1 89 49l26 45a6 6 0 0 1-10.4 6L78.62 55a2 2 0 0 0-2.88-.65A89.83 89.83 0 0 0 38 119.68a2.13 2.13 0 0 0 .57 1.67A1.88 1.88 0 0 0 40 122h52a6 6 0 0 1 0 12m137.94-15.4a101.81 101.81 0 0 0-42.75-74A14 14 0 0 0 167 49l-26 45a6 6 0 0 0 10.4 6l25.98-45a2 2 0 0 1 2.88-.65A89.83 89.83 0 0 1 218 119.68a2.13 2.13 0 0 1-.57 1.67a1.88 1.88 0 0 1-1.43.65h-52a6 6 0 0 0 0 12h52a13.94 13.94 0 0 0 10.28-4.56a14.17 14.17 0 0 0 3.66-10.84m-78.74 37.58a6 6 0 1 0-10.39 6l25.82 44.73a2 2 0 0 1-.88 2.82a90.29 90.29 0 0 1-75.5 0a2 2 0 0 1-.88-2.82l25.82-44.73a6 6 0 1 0-10.39-6L79 200.91a14 14 0 0 0 6.23 19.71a102.29 102.29 0 0 0 85.58 0a14 14 0 0 0 6.19-19.71ZM128 138a10 10 0 1 0-10-10a10 10 0 0 0 10 10"/></svg>
React
import type { SVGProps } from "react";
export function PhRadioactiveLight(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="M92 134H40a13.94 13.94 0 0 1-10.28-4.56a14.17 14.17 0 0 1-3.66-10.84a101.81 101.81 0 0 1 42.75-74A14 14 0 0 1 89 49l26 45a6 6 0 0 1-10.4 6L78.62 55a2 2 0 0 0-2.88-.65A89.83 89.83 0 0 0 38 119.68a2.13 2.13 0 0 0 .57 1.67A1.88 1.88 0 0 0 40 122h52a6 6 0 0 1 0 12m137.94-15.4a101.81 101.81 0 0 0-42.75-74A14 14 0 0 0 167 49l-26 45a6 6 0 0 0 10.4 6l25.98-45a2 2 0 0 1 2.88-.65A89.83 89.83 0 0 1 218 119.68a2.13 2.13 0 0 1-.57 1.67a1.88 1.88 0 0 1-1.43.65h-52a6 6 0 0 0 0 12h52a13.94 13.94 0 0 0 10.28-4.56a14.17 14.17 0 0 0 3.66-10.84m-78.74 37.58a6 6 0 1 0-10.39 6l25.82 44.73a2 2 0 0 1-.88 2.82a90.29 90.29 0 0 1-75.5 0a2 2 0 0 1-.88-2.82l25.82-44.73a6 6 0 1 0-10.39-6L79 200.91a14 14 0 0 0 6.23 19.71a102.29 102.29 0 0 0 85.58 0a14 14 0 0 0 6.19-19.71ZM128 138a10 10 0 1 0-10-10a10 10 0 0 0 10 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 134H40a13.94 13.94 0 0 1-10.28-4.56a14.17 14.17 0 0 1-3.66-10.84a101.81 101.81 0 0 1 42.75-74A14 14 0 0 1 89 49l26 45a6 6 0 0 1-10.4 6L78.62 55a2 2 0 0 0-2.88-.65A89.83 89.83 0 0 0 38 119.68a2.13 2.13 0 0 0 .57 1.67A1.88 1.88 0 0 0 40 122h52a6 6 0 0 1 0 12m137.94-15.4a101.81 101.81 0 0 0-42.75-74A14 14 0 0 0 167 49l-26 45a6 6 0 0 0 10.4 6l25.98-45a2 2 0 0 1 2.88-.65A89.83 89.83 0 0 1 218 119.68a2.13 2.13 0 0 1-.57 1.67a1.88 1.88 0 0 1-1.43.65h-52a6 6 0 0 0 0 12h52a13.94 13.94 0 0 0 10.28-4.56a14.17 14.17 0 0 0 3.66-10.84m-78.74 37.58a6 6 0 1 0-10.39 6l25.82 44.73a2 2 0 0 1-.88 2.82a90.29 90.29 0 0 1-75.5 0a2 2 0 0 1-.88-2.82l25.82-44.73a6 6 0 1 0-10.39-6L79 200.91a14 14 0 0 0 6.23 19.71a102.29 102.29 0 0 0 85.58 0a14 14 0 0 0 6.19-19.71ZM128 138a10 10 0 1 0-10-10a10 10 0 0 0 10 10"/></svg> </template>
CSS
.icon-radioactive-light {
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%22M92%20134H40a13.94%2013.94%200%200%201-10.28-4.56a14.17%2014.17%200%200%201-3.66-10.84a101.81%20101.81%200%200%201%2042.75-74A14%2014%200%200%201%2089%2049l26%2045a6%206%200%200%201-10.4%206L78.62%2055a2%202%200%200%200-2.88-.65A89.83%2089.83%200%200%200%2038%20119.68a2.13%202.13%200%200%200%20.57%201.67A1.88%201.88%200%200%200%2040%20122h52a6%206%200%200%201%200%2012m137.94-15.4a101.81%20101.81%200%200%200-42.75-74A14%2014%200%200%200%20167%2049l-26%2045a6%206%200%200%200%2010.4%206l25.98-45a2%202%200%200%201%202.88-.65A89.83%2089.83%200%200%201%20218%20119.68a2.13%202.13%200%200%201-.57%201.67a1.88%201.88%200%200%201-1.43.65h-52a6%206%200%200%200%200%2012h52a13.94%2013.94%200%200%200%2010.28-4.56a14.17%2014.17%200%200%200%203.66-10.84m-78.74%2037.58a6%206%200%201%200-10.39%206l25.82%2044.73a2%202%200%200%201-.88%202.82a90.29%2090.29%200%200%201-75.5%200a2%202%200%200%201-.88-2.82l25.82-44.73a6%206%200%201%200-10.39-6L79%20200.91a14%2014%200%200%200%206.23%2019.71a102.29%20102.29%200%200%200%2085.58%200a14%2014%200%200%200%206.19-19.71ZM128%20138a10%2010%200%201%200-10-10a10%2010%200%200%200%2010%2010%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%22M92%20134H40a13.94%2013.94%200%200%201-10.28-4.56a14.17%2014.17%200%200%201-3.66-10.84a101.81%20101.81%200%200%201%2042.75-74A14%2014%200%200%201%2089%2049l26%2045a6%206%200%200%201-10.4%206L78.62%2055a2%202%200%200%200-2.88-.65A89.83%2089.83%200%200%200%2038%20119.68a2.13%202.13%200%200%200%20.57%201.67A1.88%201.88%200%200%200%2040%20122h52a6%206%200%200%201%200%2012m137.94-15.4a101.81%20101.81%200%200%200-42.75-74A14%2014%200%200%200%20167%2049l-26%2045a6%206%200%200%200%2010.4%206l25.98-45a2%202%200%200%201%202.88-.65A89.83%2089.83%200%200%201%20218%20119.68a2.13%202.13%200%200%201-.57%201.67a1.88%201.88%200%200%201-1.43.65h-52a6%206%200%200%200%200%2012h52a13.94%2013.94%200%200%200%2010.28-4.56a14.17%2014.17%200%200%200%203.66-10.84m-78.74%2037.58a6%206%200%201%200-10.39%206l25.82%2044.73a2%202%200%200%201-.88%202.82a90.29%2090.29%200%200%201-75.5%200a2%202%200%200%201-.88-2.82l25.82-44.73a6%206%200%201%200-10.39-6L79%20200.91a14%2014%200%200%200%206.23%2019.71a102.29%20102.29%200%200%200%2085.58%200a14%2014%200%200%200%206.19-19.71ZM128%20138a10%2010%200%201%200-10-10a10%2010%200%200%200%2010%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/radioactive-light.svg?color=%231a73e8&size=48