radiation from Font Awesome 6 Solid by Dave Gandy · Regular · Alert · CC-BY-4.0 Attribution required.

Name
radiation
Set
Font Awesome 6 Solid
Style
Regular
Category
Alert
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More alert icons from Font Awesome 6 Solid

Use the radiation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M216 186.7c-23.9 13.8-40 39.7-40 69.3H32c-17.7 0-32.2-14.4-30-31.9C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7m224-80H336c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zm-224-48a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidRadiation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M216 186.7c-23.9 13.8-40 39.7-40 69.3H32c-17.7 0-32.2-14.4-30-31.9C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7m224-80H336c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zm-224-48a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M216 186.7c-23.9 13.8-40 39.7-40 69.3H32c-17.7 0-32.2-14.4-30-31.9C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7m224-80H336c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zm-224-48a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20186.7c-23.9%2013.8-40%2039.7-40%2069.3H32c-17.7%200-32.2-14.4-30-31.9C10.7%20154%2047.8%2092.7%20101.3%2052c14.1-10.7%2033.8-5.3%2042.7%2010zM256%20336c14.6%200%2028.2-3.9%2040-10.7l72%20124.8c8.8%2015.3%203.7%2035.1-12.6%2041.9c-30.6%2012.9-64.2%2020-99.4%2020s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8%206.8%2025.4%2010.7%2040%2010.7m224-80H336c0-29.6-16.1-55.5-40-69.3L368%2062c8.8-15.3%2028.6-20.7%2042.7-10c53.6%2040.7%2090.6%20102%2099.4%20172.1c2.2%2017.5-12.4%2031.9-30%2031.9zm-224-48a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20186.7c-23.9%2013.8-40%2039.7-40%2069.3H32c-17.7%200-32.2-14.4-30-31.9C10.7%20154%2047.8%2092.7%20101.3%2052c14.1-10.7%2033.8-5.3%2042.7%2010zM256%20336c14.6%200%2028.2-3.9%2040-10.7l72%20124.8c8.8%2015.3%203.7%2035.1-12.6%2041.9c-30.6%2012.9-64.2%2020-99.4%2020s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8%206.8%2025.4%2010.7%2040%2010.7m224-80H336c0-29.6-16.1-55.5-40-69.3L368%2062c8.8-15.3%2028.6-20.7%2042.7-10c53.6%2040.7%2090.6%20102%2099.4%20172.1c2.2%2017.5-12.4%2031.9-30%2031.9zm-224-48a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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