radioactive icon
radioactive from Material Design Icons by Pictogrammers · Filled · Science · Apache-2.0 Free for personal and commercial use.
- Name
- radioactive
- Set
- Material Design Icons
- Style
- Filled
- Category
- Science
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- radiation
The same icon in other sets
More science icons from Material Design Icons
atomatom-variantaurorabeakerbeaker-checkbeaker-minusbeaker-plusbeaker-questionbeaker-removebiohazardbottle-tonicdnaeyedropper-minuseyedropper-offeyedropper-pluseyedropper-removeflask-empty-minusflask-empty-plusflask-empty-removeflask-minusflask-plusflask-removeflask-round-bottomflask-round-bottom-empty
Use the radioactive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 11c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m2 0h6c0-3.7-2-6.9-5-8.7l-3 5.2c1.2.7 2 2 2 3.5m-4 4c-.7 0-1.4-.2-2-.6c-1.2 2.1-2.6 4.4-3 5.2c1.5.9 3.2 1.3 5 1.3s3.5-.5 5-1.3l-3-5.2c-.6.4-1.3.6-2 .6m-2-7.4C8.8 5.5 7.4 3.1 7 2.3C4 4 2 7.3 2 11h6c0-1.5.8-2.8 2-3.4"/></svg>
React
import type { SVGProps } from "react";
export function MdiRadioactive(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="M14 11c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m2 0h6c0-3.7-2-6.9-5-8.7l-3 5.2c1.2.7 2 2 2 3.5m-4 4c-.7 0-1.4-.2-2-.6c-1.2 2.1-2.6 4.4-3 5.2c1.5.9 3.2 1.3 5 1.3s3.5-.5 5-1.3l-3-5.2c-.6.4-1.3.6-2 .6m-2-7.4C8.8 5.5 7.4 3.1 7 2.3C4 4 2 7.3 2 11h6c0-1.5.8-2.8 2-3.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 11c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m2 0h6c0-3.7-2-6.9-5-8.7l-3 5.2c1.2.7 2 2 2 3.5m-4 4c-.7 0-1.4-.2-2-.6c-1.2 2.1-2.6 4.4-3 5.2c1.5.9 3.2 1.3 5 1.3s3.5-.5 5-1.3l-3-5.2c-.6.4-1.3.6-2 .6m-2-7.4C8.8 5.5 7.4 3.1 7 2.3C4 4 2 7.3 2 11h6c0-1.5.8-2.8 2-3.4"/></svg> </template>
CSS
.icon-radioactive {
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%22M14%2011c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m2%200h6c0-3.7-2-6.9-5-8.7l-3%205.2c1.2.7%202%202%202%203.5m-4%204c-.7%200-1.4-.2-2-.6c-1.2%202.1-2.6%204.4-3%205.2c1.5.9%203.2%201.3%205%201.3s3.5-.5%205-1.3l-3-5.2c-.6.4-1.3.6-2%20.6m-2-7.4C8.8%205.5%207.4%203.1%207%202.3C4%204%202%207.3%202%2011h6c0-1.5.8-2.8%202-3.4%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%22M14%2011c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m2%200h6c0-3.7-2-6.9-5-8.7l-3%205.2c1.2.7%202%202%202%203.5m-4%204c-.7%200-1.4-.2-2-.6c-1.2%202.1-2.6%204.4-3%205.2c1.5.9%203.2%201.3%205%201.3s3.5-.5%205-1.3l-3-5.2c-.6.4-1.3.6-2%20.6m-2-7.4C8.8%205.5%207.4%203.1%207%202.3C4%204%202%207.3%202%2011h6c0-1.5.8-2.8%202-3.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/radioactive.svg?color=%231a73e8&size=48