radioactive circle icon
radioactive-circle-outline from Material Design Icons by Pictogrammers · Outline · Science · Apache-2.0 Free for personal and commercial use.
- Name
- radioactive-circle-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Science
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- radiation-circle-outline
1 other variant in Material Design Icons
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 circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8s-8-3.6-8-8s3.6-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m3 15.2l-1.8-3q-.6.3-1.2.3c-.6 0-.9-.1-1.2-.3c-.5.9-1.2 2-1.8 3c.9.5 1.9.8 3 .8s2.1-.3 3-.8m0-10.4l-1.8 3c.7.4 1.3 1.2 1.3 2.2H18c0-2.2-1.2-4.2-3-5.2M12 13c.6 0 1-.4 1-1s-.4-1-1-1s-1 .4-1 1s.4 1 1 1m-6-1h3.5c0-.9.5-1.7 1.3-2.2c-.5-.9-1.2-2-1.8-3c-1.8 1-3 3-3 5.2"/></svg>
React
import type { SVGProps } from "react";
export function MdiRadioactiveCircleOutline(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="M12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8s-8-3.6-8-8s3.6-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m3 15.2l-1.8-3q-.6.3-1.2.3c-.6 0-.9-.1-1.2-.3c-.5.9-1.2 2-1.8 3c.9.5 1.9.8 3 .8s2.1-.3 3-.8m0-10.4l-1.8 3c.7.4 1.3 1.2 1.3 2.2H18c0-2.2-1.2-4.2-3-5.2M12 13c.6 0 1-.4 1-1s-.4-1-1-1s-1 .4-1 1s.4 1 1 1m-6-1h3.5c0-.9.5-1.7 1.3-2.2c-.5-.9-1.2-2-1.8-3c-1.8 1-3 3-3 5.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8s-8-3.6-8-8s3.6-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m3 15.2l-1.8-3q-.6.3-1.2.3c-.6 0-.9-.1-1.2-.3c-.5.9-1.2 2-1.8 3c.9.5 1.9.8 3 .8s2.1-.3 3-.8m0-10.4l-1.8 3c.7.4 1.3 1.2 1.3 2.2H18c0-2.2-1.2-4.2-3-5.2M12 13c.6 0 1-.4 1-1s-.4-1-1-1s-1 .4-1 1s.4 1 1 1m-6-1h3.5c0-.9.5-1.7 1.3-2.2c-.5-.9-1.2-2-1.8-3c-1.8 1-3 3-3 5.2"/></svg> </template>
CSS
.icon-radioactive-circle-outline {
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%22M12%204c4.4%200%208%203.6%208%208s-3.6%208-8%208s-8-3.6-8-8s3.6-8%208-8m0-2C6.5%202%202%206.5%202%2012s4.5%2010%2010%2010s10-4.5%2010-10S17.5%202%2012%202m3%2015.2l-1.8-3q-.6.3-1.2.3c-.6%200-.9-.1-1.2-.3c-.5.9-1.2%202-1.8%203c.9.5%201.9.8%203%20.8s2.1-.3%203-.8m0-10.4l-1.8%203c.7.4%201.3%201.2%201.3%202.2H18c0-2.2-1.2-4.2-3-5.2M12%2013c.6%200%201-.4%201-1s-.4-1-1-1s-1%20.4-1%201s.4%201%201%201m-6-1h3.5c0-.9.5-1.7%201.3-2.2c-.5-.9-1.2-2-1.8-3c-1.8%201-3%203-3%205.2%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%22M12%204c4.4%200%208%203.6%208%208s-3.6%208-8%208s-8-3.6-8-8s3.6-8%208-8m0-2C6.5%202%202%206.5%202%2012s4.5%2010%2010%2010s10-4.5%2010-10S17.5%202%2012%202m3%2015.2l-1.8-3q-.6.3-1.2.3c-.6%200-.9-.1-1.2-.3c-.5.9-1.2%202-1.8%203c.9.5%201.9.8%203%20.8s2.1-.3%203-.8m0-10.4l-1.8%203c.7.4%201.3%201.2%201.3%202.2H18c0-2.2-1.2-4.2-3-5.2M12%2013c.6%200%201-.4%201-1s-.4-1-1-1s-1%20.4-1%201s.4%201%201%201m-6-1h3.5c0-.9.5-1.7%201.3-2.2c-.5-.9-1.2-2-1.8-3c-1.8%201-3%203-3%205.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/radioactive-circle-outline.svg?color=%231a73e8&size=48