radioactive icon
radioactive-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- radioactive-thin
- Set
- Phosphor
- Style
- Thin
- 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 132H40a12 12 0 0 1-8.81-3.91a12.2 12.2 0 0 1-3.14-9.31A99.82 99.82 0 0 1 70 46.2A12 12 0 0 1 87.29 50l25.94 45a4 4 0 0 1-6.92 4L80.36 54a4 4 0 0 0-5.78-1.27A91.83 91.83 0 0 0 36 119.5a4.2 4.2 0 0 0 1.08 3.2A3.9 3.9 0 0 0 40 124h52a4 4 0 0 1 0 8m136-13.22a99.82 99.82 0 0 0-42-72.58a12 12 0 0 0-17.28 3.8l-25.95 45a4 4 0 0 0 6.92 4l25.95-45a4 4 0 0 1 5.78-1.27A91.83 91.83 0 0 1 220 119.5a4.2 4.2 0 0 1-1.08 3.2A3.9 3.9 0 0 1 216 124h-52a4 4 0 0 0 0 8h52a12 12 0 0 0 8.81-3.91a12.2 12.2 0 0 0 3.19-9.31m-78.48 38.4a4 4 0 0 0-6.93 4l25.82 44.73a4 4 0 0 1 .35 3.22a3.9 3.9 0 0 1-2.12 2.41a92.24 92.24 0 0 1-77.18 0a3.9 3.9 0 0 1-2.12-2.41a4 4 0 0 1 .35-3.22l25.82-44.73a4 4 0 0 0-6.93-4l-25.87 44.73a12 12 0 0 0 5.34 16.89a100.24 100.24 0 0 0 83.9 0a12 12 0 0 0 5.34-16.89ZM128 136a8 8 0 1 0-8-8a8 8 0 0 0 8 8"/></svg>
React
import type { SVGProps } from "react";
export function PhRadioactiveThin(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 132H40a12 12 0 0 1-8.81-3.91a12.2 12.2 0 0 1-3.14-9.31A99.82 99.82 0 0 1 70 46.2A12 12 0 0 1 87.29 50l25.94 45a4 4 0 0 1-6.92 4L80.36 54a4 4 0 0 0-5.78-1.27A91.83 91.83 0 0 0 36 119.5a4.2 4.2 0 0 0 1.08 3.2A3.9 3.9 0 0 0 40 124h52a4 4 0 0 1 0 8m136-13.22a99.82 99.82 0 0 0-42-72.58a12 12 0 0 0-17.28 3.8l-25.95 45a4 4 0 0 0 6.92 4l25.95-45a4 4 0 0 1 5.78-1.27A91.83 91.83 0 0 1 220 119.5a4.2 4.2 0 0 1-1.08 3.2A3.9 3.9 0 0 1 216 124h-52a4 4 0 0 0 0 8h52a12 12 0 0 0 8.81-3.91a12.2 12.2 0 0 0 3.19-9.31m-78.48 38.4a4 4 0 0 0-6.93 4l25.82 44.73a4 4 0 0 1 .35 3.22a3.9 3.9 0 0 1-2.12 2.41a92.24 92.24 0 0 1-77.18 0a3.9 3.9 0 0 1-2.12-2.41a4 4 0 0 1 .35-3.22l25.82-44.73a4 4 0 0 0-6.93-4l-25.87 44.73a12 12 0 0 0 5.34 16.89a100.24 100.24 0 0 0 83.9 0a12 12 0 0 0 5.34-16.89ZM128 136a8 8 0 1 0-8-8a8 8 0 0 0 8 8"/></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 132H40a12 12 0 0 1-8.81-3.91a12.2 12.2 0 0 1-3.14-9.31A99.82 99.82 0 0 1 70 46.2A12 12 0 0 1 87.29 50l25.94 45a4 4 0 0 1-6.92 4L80.36 54a4 4 0 0 0-5.78-1.27A91.83 91.83 0 0 0 36 119.5a4.2 4.2 0 0 0 1.08 3.2A3.9 3.9 0 0 0 40 124h52a4 4 0 0 1 0 8m136-13.22a99.82 99.82 0 0 0-42-72.58a12 12 0 0 0-17.28 3.8l-25.95 45a4 4 0 0 0 6.92 4l25.95-45a4 4 0 0 1 5.78-1.27A91.83 91.83 0 0 1 220 119.5a4.2 4.2 0 0 1-1.08 3.2A3.9 3.9 0 0 1 216 124h-52a4 4 0 0 0 0 8h52a12 12 0 0 0 8.81-3.91a12.2 12.2 0 0 0 3.19-9.31m-78.48 38.4a4 4 0 0 0-6.93 4l25.82 44.73a4 4 0 0 1 .35 3.22a3.9 3.9 0 0 1-2.12 2.41a92.24 92.24 0 0 1-77.18 0a3.9 3.9 0 0 1-2.12-2.41a4 4 0 0 1 .35-3.22l25.82-44.73a4 4 0 0 0-6.93-4l-25.87 44.73a12 12 0 0 0 5.34 16.89a100.24 100.24 0 0 0 83.9 0a12 12 0 0 0 5.34-16.89ZM128 136a8 8 0 1 0-8-8a8 8 0 0 0 8 8"/></svg> </template>
CSS
.icon-radioactive-thin {
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%20132H40a12%2012%200%200%201-8.81-3.91a12.2%2012.2%200%200%201-3.14-9.31A99.82%2099.82%200%200%201%2070%2046.2A12%2012%200%200%201%2087.29%2050l25.94%2045a4%204%200%200%201-6.92%204L80.36%2054a4%204%200%200%200-5.78-1.27A91.83%2091.83%200%200%200%2036%20119.5a4.2%204.2%200%200%200%201.08%203.2A3.9%203.9%200%200%200%2040%20124h52a4%204%200%200%201%200%208m136-13.22a99.82%2099.82%200%200%200-42-72.58a12%2012%200%200%200-17.28%203.8l-25.95%2045a4%204%200%200%200%206.92%204l25.95-45a4%204%200%200%201%205.78-1.27A91.83%2091.83%200%200%201%20220%20119.5a4.2%204.2%200%200%201-1.08%203.2A3.9%203.9%200%200%201%20216%20124h-52a4%204%200%200%200%200%208h52a12%2012%200%200%200%208.81-3.91a12.2%2012.2%200%200%200%203.19-9.31m-78.48%2038.4a4%204%200%200%200-6.93%204l25.82%2044.73a4%204%200%200%201%20.35%203.22a3.9%203.9%200%200%201-2.12%202.41a92.24%2092.24%200%200%201-77.18%200a3.9%203.9%200%200%201-2.12-2.41a4%204%200%200%201%20.35-3.22l25.82-44.73a4%204%200%200%200-6.93-4l-25.87%2044.73a12%2012%200%200%200%205.34%2016.89a100.24%20100.24%200%200%200%2083.9%200a12%2012%200%200%200%205.34-16.89ZM128%20136a8%208%200%201%200-8-8a8%208%200%200%200%208%208%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%20132H40a12%2012%200%200%201-8.81-3.91a12.2%2012.2%200%200%201-3.14-9.31A99.82%2099.82%200%200%201%2070%2046.2A12%2012%200%200%201%2087.29%2050l25.94%2045a4%204%200%200%201-6.92%204L80.36%2054a4%204%200%200%200-5.78-1.27A91.83%2091.83%200%200%200%2036%20119.5a4.2%204.2%200%200%200%201.08%203.2A3.9%203.9%200%200%200%2040%20124h52a4%204%200%200%201%200%208m136-13.22a99.82%2099.82%200%200%200-42-72.58a12%2012%200%200%200-17.28%203.8l-25.95%2045a4%204%200%200%200%206.92%204l25.95-45a4%204%200%200%201%205.78-1.27A91.83%2091.83%200%200%201%20220%20119.5a4.2%204.2%200%200%201-1.08%203.2A3.9%203.9%200%200%201%20216%20124h-52a4%204%200%200%200%200%208h52a12%2012%200%200%200%208.81-3.91a12.2%2012.2%200%200%200%203.19-9.31m-78.48%2038.4a4%204%200%200%200-6.93%204l25.82%2044.73a4%204%200%200%201%20.35%203.22a3.9%203.9%200%200%201-2.12%202.41a92.24%2092.24%200%200%201-77.18%200a3.9%203.9%200%200%201-2.12-2.41a4%204%200%200%201%20.35-3.22l25.82-44.73a4%204%200%200%200-6.93-4l-25.87%2044.73a12%2012%200%200%200%205.34%2016.89a100.24%20100.24%200%200%200%2083.9%200a12%2012%200%200%200%205.34-16.89ZM128%20136a8%208%200%201%200-8-8a8%208%200%200%200%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/radioactive-thin.svg?color=%231a73e8&size=48