radiation from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
radiation
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the radiation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.912 8.531L7.121 3.877a.5.5 0 0 0-.704-.166a9.98 9.98 0 0 0-4.396 7.604a.505.505 0 0 0 .497.528l5.421.09a4.04 4.04 0 0 1 1.973-3.402m8.109-4.51a.504.504 0 0 0-.729.151L14.499 8.83a4.03 4.03 0 0 1 1.546 3.112l5.419-.09a.507.507 0 0 0 .499-.53a10 10 0 0 0-3.942-7.301m-4.067 11.511a4 4 0 0 1-1.962.526a4 4 0 0 1-1.963-.526l-2.642 4.755a.5.5 0 0 0 .207.692A9.95 9.95 0 0 0 11.992 22a9.94 9.94 0 0 0 4.396-1.021a.5.5 0 0 0 .207-.692z"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxsRadiation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.912 8.531L7.121 3.877a.5.5 0 0 0-.704-.166a9.98 9.98 0 0 0-4.396 7.604a.505.505 0 0 0 .497.528l5.421.09a4.04 4.04 0 0 1 1.973-3.402m8.109-4.51a.504.504 0 0 0-.729.151L14.499 8.83a4.03 4.03 0 0 1 1.546 3.112l5.419-.09a.507.507 0 0 0 .499-.53a10 10 0 0 0-3.942-7.301m-4.067 11.511a4 4 0 0 1-1.962.526a4 4 0 0 1-1.963-.526l-2.642 4.755a.5.5 0 0 0 .207.692A9.95 9.95 0 0 0 11.992 22a9.94 9.94 0 0 0 4.396-1.021a.5.5 0 0 0 .207-.692z"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.912 8.531L7.121 3.877a.5.5 0 0 0-.704-.166a9.98 9.98 0 0 0-4.396 7.604a.505.505 0 0 0 .497.528l5.421.09a4.04 4.04 0 0 1 1.973-3.402m8.109-4.51a.504.504 0 0 0-.729.151L14.499 8.83a4.03 4.03 0 0 1 1.546 3.112l5.419-.09a.507.507 0 0 0 .499-.53a10 10 0 0 0-3.942-7.301m-4.067 11.511a4 4 0 0 1-1.962.526a4 4 0 0 1-1.963-.526l-2.642 4.755a.5.5 0 0 0 .207.692A9.95 9.95 0 0 0 11.992 22a9.94 9.94 0 0 0 4.396-1.021a.5.5 0 0 0 .207-.692z"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg>
</template>

CSS

.icon-radiation {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.912%208.531L7.121%203.877a.5.5%200%200%200-.704-.166a9.98%209.98%200%200%200-4.396%207.604a.505.505%200%200%200%20.497.528l5.421.09a4.04%204.04%200%200%201%201.973-3.402m8.109-4.51a.504.504%200%200%200-.729.151L14.499%208.83a4.03%204.03%200%200%201%201.546%203.112l5.419-.09a.507.507%200%200%200%20.499-.53a10%2010%200%200%200-3.942-7.301m-4.067%2011.511a4%204%200%200%201-1.962.526a4%204%200%200%201-1.963-.526l-2.642%204.755a.5.5%200%200%200%20.207.692A9.95%209.95%200%200%200%2011.992%2022a9.94%209.94%200%200%200%204.396-1.021a.5.5%200%200%200%20.207-.692z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.912%208.531L7.121%203.877a.5.5%200%200%200-.704-.166a9.98%209.98%200%200%200-4.396%207.604a.505.505%200%200%200%20.497.528l5.421.09a4.04%204.04%200%200%201%201.973-3.402m8.109-4.51a.504.504%200%200%200-.729.151L14.499%208.83a4.03%204.03%200%200%201%201.546%203.112l5.419-.09a.507.507%200%200%200%20.499-.53a10%2010%200%200%200-3.942-7.301m-4.067%2011.511a4%204%200%200%201-1.962.526a4%204%200%200%201-1.963-.526l-2.642%204.755a.5.5%200%200%200%20.207.692A9.95%209.95%200%200%200%2011.992%2022a9.94%209.94%200%200%200%204.396-1.021a.5.5%200%200%200%20.207-.692z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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