radiation alt icon
radiation-alt from Font Awesome Solid by Dave Gandy · Solid · Alert · CC-BY-4.0 Attribution required.
- Name
- radiation-alt
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Alert
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More alert icons from Font Awesome Solid
Use the radiation alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m80 0h64.3c8.7 0 15.7-7.1 17.3-15.6c4.4-24.4 18.1-45.5 37.2-59.7c7.4-5.5 10.6-15.6 6-23.6l-32.5-56.3c-4.3-7.5-13.9-10.3-21.2-5.5c-48.2 31.5-81.3 84.2-86.3 144.8c-.7 8.8 6.5 16 15.3 16zm137.9 89.8c-8.5-3.7-18.8-1.4-23.5 6.6l-31 53.8c-4.3 7.5-1.9 17.2 5.8 21.1c26.1 13.2 55.5 20.7 86.8 20.7s60.7-7.5 86.8-20.7c7.7-3.9 10.1-13.6 5.8-21.1l-31-53.8c-4.6-8-15-10.3-23.5-6.6c-11.7 5-24.5 7.8-38.1 7.8s-26.4-2.8-38.1-7.8m132.5-105.4c1.6 8.6 8.5 15.6 17.3 15.6H496c8.8 0 16.1-7.2 15.3-16c-5-60.6-38.1-113.2-86.3-144.8c-7.3-4.8-16.8-2-21.2 5.5L371.3 221c-4.6 8-1.4 18.1 6 23.6c19.1 14.2 32.7 35.4 37.2 59.7zM320 369.7c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidRadiationAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m80 0h64.3c8.7 0 15.7-7.1 17.3-15.6c4.4-24.4 18.1-45.5 37.2-59.7c7.4-5.5 10.6-15.6 6-23.6l-32.5-56.3c-4.3-7.5-13.9-10.3-21.2-5.5c-48.2 31.5-81.3 84.2-86.3 144.8c-.7 8.8 6.5 16 15.3 16zm137.9 89.8c-8.5-3.7-18.8-1.4-23.5 6.6l-31 53.8c-4.3 7.5-1.9 17.2 5.8 21.1c26.1 13.2 55.5 20.7 86.8 20.7s60.7-7.5 86.8-20.7c7.7-3.9 10.1-13.6 5.8-21.1l-31-53.8c-4.6-8-15-10.3-23.5-6.6c-11.7 5-24.5 7.8-38.1 7.8s-26.4-2.8-38.1-7.8m132.5-105.4c1.6 8.6 8.5 15.6 17.3 15.6H496c8.8 0 16.1-7.2 15.3-16c-5-60.6-38.1-113.2-86.3-144.8c-7.3-4.8-16.8-2-21.2 5.5L371.3 221c-4.6 8-1.4 18.1 6 23.6c19.1 14.2 32.7 35.4 37.2 59.7zM320 369.7c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m80 0h64.3c8.7 0 15.7-7.1 17.3-15.6c4.4-24.4 18.1-45.5 37.2-59.7c7.4-5.5 10.6-15.6 6-23.6l-32.5-56.3c-4.3-7.5-13.9-10.3-21.2-5.5c-48.2 31.5-81.3 84.2-86.3 144.8c-.7 8.8 6.5 16 15.3 16zm137.9 89.8c-8.5-3.7-18.8-1.4-23.5 6.6l-31 53.8c-4.3 7.5-1.9 17.2 5.8 21.1c26.1 13.2 55.5 20.7 86.8 20.7s60.7-7.5 86.8-20.7c7.7-3.9 10.1-13.6 5.8-21.1l-31-53.8c-4.6-8-15-10.3-23.5-6.6c-11.7 5-24.5 7.8-38.1 7.8s-26.4-2.8-38.1-7.8m132.5-105.4c1.6 8.6 8.5 15.6 17.3 15.6H496c8.8 0 16.1-7.2 15.3-16c-5-60.6-38.1-113.2-86.3-144.8c-7.3-4.8-16.8-2-21.2 5.5L371.3 221c-4.6 8-1.4 18.1 6 23.6c19.1 14.2 32.7 35.4 37.2 59.7zM320 369.7c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48"/></svg> </template>
CSS
.icon-radiation-alt {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m80%200h64.3c8.7%200%2015.7-7.1%2017.3-15.6c4.4-24.4%2018.1-45.5%2037.2-59.7c7.4-5.5%2010.6-15.6%206-23.6l-32.5-56.3c-4.3-7.5-13.9-10.3-21.2-5.5c-48.2%2031.5-81.3%2084.2-86.3%20144.8c-.7%208.8%206.5%2016%2015.3%2016zm137.9%2089.8c-8.5-3.7-18.8-1.4-23.5%206.6l-31%2053.8c-4.3%207.5-1.9%2017.2%205.8%2021.1c26.1%2013.2%2055.5%2020.7%2086.8%2020.7s60.7-7.5%2086.8-20.7c7.7-3.9%2010.1-13.6%205.8-21.1l-31-53.8c-4.6-8-15-10.3-23.5-6.6c-11.7%205-24.5%207.8-38.1%207.8s-26.4-2.8-38.1-7.8m132.5-105.4c1.6%208.6%208.5%2015.6%2017.3%2015.6H496c8.8%200%2016.1-7.2%2015.3-16c-5-60.6-38.1-113.2-86.3-144.8c-7.3-4.8-16.8-2-21.2%205.5L371.3%20221c-4.6%208-1.4%2018.1%206%2023.6c19.1%2014.2%2032.7%2035.4%2037.2%2059.7zM320%20369.7c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m80%200h64.3c8.7%200%2015.7-7.1%2017.3-15.6c4.4-24.4%2018.1-45.5%2037.2-59.7c7.4-5.5%2010.6-15.6%206-23.6l-32.5-56.3c-4.3-7.5-13.9-10.3-21.2-5.5c-48.2%2031.5-81.3%2084.2-86.3%20144.8c-.7%208.8%206.5%2016%2015.3%2016zm137.9%2089.8c-8.5-3.7-18.8-1.4-23.5%206.6l-31%2053.8c-4.3%207.5-1.9%2017.2%205.8%2021.1c26.1%2013.2%2055.5%2020.7%2086.8%2020.7s60.7-7.5%2086.8-20.7c7.7-3.9%2010.1-13.6%205.8-21.1l-31-53.8c-4.6-8-15-10.3-23.5-6.6c-11.7%205-24.5%207.8-38.1%207.8s-26.4-2.8-38.1-7.8m132.5-105.4c1.6%208.6%208.5%2015.6%2017.3%2015.6H496c8.8%200%2016.1-7.2%2015.3-16c-5-60.6-38.1-113.2-86.3-144.8c-7.3-4.8-16.8-2-21.2%205.5L371.3%20221c-4.6%208-1.4%2018.1%206%2023.6c19.1%2014.2%2032.7%2035.4%2037.2%2059.7zM320%20369.7c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/radiation-alt.svg?color=%231a73e8&size=48