radioactive icon

radioactive-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
radioactive-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M92 128H40a8.1 8.1 0 0 1-8-8.86a95.94 95.94 0 0 1 40.27-69.67A8 8 0 0 1 83.82 52l26 44.94A36 36 0 0 0 92 128m54 31.18a36 36 0 0 1-36 0l-25.83 44.73a8 8 0 0 0 3.56 11.26a96.24 96.24 0 0 0 80.54 0a8 8 0 0 0 3.56-11.26Zm78-40a95.94 95.94 0 0 0-40.24-69.67A8 8 0 0 0 172.18 52l-25.95 45A36 36 0 0 1 164 126.12c0 .62.05 1.23.05 1.85h52a8.1 8.1 0 0 0 7.95-8.83Z" opacity=".2"/><path d="M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-16 0a8 8 0 0 0-8-8H40.07a.19.19 0 0 1-.07-.16A87.83 87.83 0 0 1 76.89 56l26 45a8 8 0 1 0 13.86-8l-26-45a16 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 136h52a8 8 0 0 0 8-8m131.93-9.58a103.83 103.83 0 0 0-43.58-75.49a16 16 0 0 0-23.1 5.07L139.3 93a8 8 0 0 0 13.86 8l26-45A87.87 87.87 0 0 1 216 119.86v.14h-52a8 8 0 0 0 0 16h52a16 16 0 0 0 11.76-5.21a16.2 16.2 0 0 0 4.17-12.37m-79 36.76a8 8 0 1 0-13.86 8l25.84 44.73a88.22 88.22 0 0 1-73.81 0l25.83-44.73a8 8 0 1 0-13.86-8l-25.82 44.73a16 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"/></g></svg>

React

import type { SVGProps } from "react";

export function PhRadioactiveDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M92 128H40a8.1 8.1 0 0 1-8-8.86a95.94 95.94 0 0 1 40.27-69.67A8 8 0 0 1 83.82 52l26 44.94A36 36 0 0 0 92 128m54 31.18a36 36 0 0 1-36 0l-25.83 44.73a8 8 0 0 0 3.56 11.26a96.24 96.24 0 0 0 80.54 0a8 8 0 0 0 3.56-11.26Zm78-40a95.94 95.94 0 0 0-40.24-69.67A8 8 0 0 0 172.18 52l-25.95 45A36 36 0 0 1 164 126.12c0 .62.05 1.23.05 1.85h52a8.1 8.1 0 0 0 7.95-8.83Z" opacity=".2"/><path d="M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-16 0a8 8 0 0 0-8-8H40.07a.19.19 0 0 1-.07-.16A87.83 87.83 0 0 1 76.89 56l26 45a8 8 0 1 0 13.86-8l-26-45a16 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 136h52a8 8 0 0 0 8-8m131.93-9.58a103.83 103.83 0 0 0-43.58-75.49a16 16 0 0 0-23.1 5.07L139.3 93a8 8 0 0 0 13.86 8l26-45A87.87 87.87 0 0 1 216 119.86v.14h-52a8 8 0 0 0 0 16h52a16 16 0 0 0 11.76-5.21a16.2 16.2 0 0 0 4.17-12.37m-79 36.76a8 8 0 1 0-13.86 8l25.84 44.73a88.22 88.22 0 0 1-73.81 0l25.83-44.73a8 8 0 1 0-13.86-8l-25.82 44.73a16 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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M92 128H40a8.1 8.1 0 0 1-8-8.86a95.94 95.94 0 0 1 40.27-69.67A8 8 0 0 1 83.82 52l26 44.94A36 36 0 0 0 92 128m54 31.18a36 36 0 0 1-36 0l-25.83 44.73a8 8 0 0 0 3.56 11.26a96.24 96.24 0 0 0 80.54 0a8 8 0 0 0 3.56-11.26Zm78-40a95.94 95.94 0 0 0-40.24-69.67A8 8 0 0 0 172.18 52l-25.95 45A36 36 0 0 1 164 126.12c0 .62.05 1.23.05 1.85h52a8.1 8.1 0 0 0 7.95-8.83Z" opacity=".2"/><path d="M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-16 0a8 8 0 0 0-8-8H40.07a.19.19 0 0 1-.07-.16A87.83 87.83 0 0 1 76.89 56l26 45a8 8 0 1 0 13.86-8l-26-45a16 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 136h52a8 8 0 0 0 8-8m131.93-9.58a103.83 103.83 0 0 0-43.58-75.49a16 16 0 0 0-23.1 5.07L139.3 93a8 8 0 0 0 13.86 8l26-45A87.87 87.87 0 0 1 216 119.86v.14h-52a8 8 0 0 0 0 16h52a16 16 0 0 0 11.76-5.21a16.2 16.2 0 0 0 4.17-12.37m-79 36.76a8 8 0 1 0-13.86 8l25.84 44.73a88.22 88.22 0 0 1-73.81 0l25.83-44.73a8 8 0 1 0-13.86-8l-25.82 44.73a16 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"/></g></svg>
</template>

CSS

.icon-radioactive-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M92%20128H40a8.1%208.1%200%200%201-8-8.86a95.94%2095.94%200%200%201%2040.27-69.67A8%208%200%200%201%2083.82%2052l26%2044.94A36%2036%200%200%200%2092%20128m54%2031.18a36%2036%200%200%201-36%200l-25.83%2044.73a8%208%200%200%200%203.56%2011.26a96.24%2096.24%200%200%200%2080.54%200a8%208%200%200%200%203.56-11.26Zm78-40a95.94%2095.94%200%200%200-40.24-69.67A8%208%200%200%200%20172.18%2052l-25.95%2045A36%2036%200%200%201%20164%20126.12c0%20.62.05%201.23.05%201.85h52a8.1%208.1%200%200%200%207.95-8.83Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M116%20128a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m-16%200a8%208%200%200%200-8-8H40.07a.19.19%200%200%201-.07-.16A87.83%2087.83%200%200%201%2076.89%2056l26%2045a8%208%200%201%200%2013.86-8l-26-45a16%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%20136h52a8%208%200%200%200%208-8m131.93-9.58a103.83%20103.83%200%200%200-43.58-75.49a16%2016%200%200%200-23.1%205.07L139.3%2093a8%208%200%200%200%2013.86%208l26-45A87.87%2087.87%200%200%201%20216%20119.86v.14h-52a8%208%200%200%200%200%2016h52a16%2016%200%200%200%2011.76-5.21a16.2%2016.2%200%200%200%204.17-12.37m-79%2036.76a8%208%200%201%200-13.86%208l25.84%2044.73a88.22%2088.22%200%200%201-73.81%200l25.83-44.73a8%208%200%201%200-13.86-8l-25.82%2044.73a16%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%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M92%20128H40a8.1%208.1%200%200%201-8-8.86a95.94%2095.94%200%200%201%2040.27-69.67A8%208%200%200%201%2083.82%2052l26%2044.94A36%2036%200%200%200%2092%20128m54%2031.18a36%2036%200%200%201-36%200l-25.83%2044.73a8%208%200%200%200%203.56%2011.26a96.24%2096.24%200%200%200%2080.54%200a8%208%200%200%200%203.56-11.26Zm78-40a95.94%2095.94%200%200%200-40.24-69.67A8%208%200%200%200%20172.18%2052l-25.95%2045A36%2036%200%200%201%20164%20126.12c0%20.62.05%201.23.05%201.85h52a8.1%208.1%200%200%200%207.95-8.83Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M116%20128a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m-16%200a8%208%200%200%200-8-8H40.07a.19.19%200%200%201-.07-.16A87.83%2087.83%200%200%201%2076.89%2056l26%2045a8%208%200%201%200%2013.86-8l-26-45a16%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%20136h52a8%208%200%200%200%208-8m131.93-9.58a103.83%20103.83%200%200%200-43.58-75.49a16%2016%200%200%200-23.1%205.07L139.3%2093a8%208%200%200%200%2013.86%208l26-45A87.87%2087.87%200%200%201%20216%20119.86v.14h-52a8%208%200%200%200%200%2016h52a16%2016%200%200%200%2011.76-5.21a16.2%2016.2%200%200%200%204.17-12.37m-79%2036.76a8%208%200%201%200-13.86%208l25.84%2044.73a88.22%2088.22%200%200%201-73.81%200l25.83-44.73a8%208%200%201%200-13.86-8l-25.82%2044.73a16%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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