radioactive icon
radioactive-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- radioactive-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
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="M21 11a1 1 0 0 1 1 1a10 10 0 0 1-5 8.656a1 1 0 0 1-1.302-.268l-.064-.098l-3-5.19a1 1 0 0 1-.133-.542l.01-.11l.023-.106l.034-.106l.046-.1l.056-.094l.067-.089a1 1 0 0 1 .165-.155l.098-.064a2 2 0 0 0 .993-1.57l.007-.163a1 1 0 0 1 .883-.994L15 11zM7 3.344a10 10 0 0 1 10 0a1 1 0 0 1 .418 1.262l-.052.104l-3 5.19l-.064.098a1 1 0 0 1-.155.165l-.089.067a1 1 0 0 1-.195.102l-.105.034l-.107.022a1 1 0 0 1-.547-.07L13 10.266a2 2 0 0 0-1.842-.082l-.158.082a1 1 0 0 1-1.302-.268L9.634 9.9l-3-5.19A1 1 0 0 1 7 3.344M9 11a1 1 0 0 1 .993.884l.007.117a2 2 0 0 0 .861 1.645l.237.152a1 1 0 0 1 .165.155l.067.089l.056.095l.045.099q.021.053.035.106l.022.107l.011.11a1 1 0 0 1-.08.437l-.053.104l-3 5.19A1 1 0 0 1 7 20.656A10 10 0 0 1 2 12a1 1 0 0 1 .883-.993L3 11z"/></svg>
React
import type { SVGProps } from "react";
export function TablerRadioactiveFilled(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="M21 11a1 1 0 0 1 1 1a10 10 0 0 1-5 8.656a1 1 0 0 1-1.302-.268l-.064-.098l-3-5.19a1 1 0 0 1-.133-.542l.01-.11l.023-.106l.034-.106l.046-.1l.056-.094l.067-.089a1 1 0 0 1 .165-.155l.098-.064a2 2 0 0 0 .993-1.57l.007-.163a1 1 0 0 1 .883-.994L15 11zM7 3.344a10 10 0 0 1 10 0a1 1 0 0 1 .418 1.262l-.052.104l-3 5.19l-.064.098a1 1 0 0 1-.155.165l-.089.067a1 1 0 0 1-.195.102l-.105.034l-.107.022a1 1 0 0 1-.547-.07L13 10.266a2 2 0 0 0-1.842-.082l-.158.082a1 1 0 0 1-1.302-.268L9.634 9.9l-3-5.19A1 1 0 0 1 7 3.344M9 11a1 1 0 0 1 .993.884l.007.117a2 2 0 0 0 .861 1.645l.237.152a1 1 0 0 1 .165.155l.067.089l.056.095l.045.099q.021.053.035.106l.022.107l.011.11a1 1 0 0 1-.08.437l-.053.104l-3 5.19A1 1 0 0 1 7 20.656A10 10 0 0 1 2 12a1 1 0 0 1 .883-.993L3 11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11a1 1 0 0 1 1 1a10 10 0 0 1-5 8.656a1 1 0 0 1-1.302-.268l-.064-.098l-3-5.19a1 1 0 0 1-.133-.542l.01-.11l.023-.106l.034-.106l.046-.1l.056-.094l.067-.089a1 1 0 0 1 .165-.155l.098-.064a2 2 0 0 0 .993-1.57l.007-.163a1 1 0 0 1 .883-.994L15 11zM7 3.344a10 10 0 0 1 10 0a1 1 0 0 1 .418 1.262l-.052.104l-3 5.19l-.064.098a1 1 0 0 1-.155.165l-.089.067a1 1 0 0 1-.195.102l-.105.034l-.107.022a1 1 0 0 1-.547-.07L13 10.266a2 2 0 0 0-1.842-.082l-.158.082a1 1 0 0 1-1.302-.268L9.634 9.9l-3-5.19A1 1 0 0 1 7 3.344M9 11a1 1 0 0 1 .993.884l.007.117a2 2 0 0 0 .861 1.645l.237.152a1 1 0 0 1 .165.155l.067.089l.056.095l.045.099q.021.053.035.106l.022.107l.011.11a1 1 0 0 1-.08.437l-.053.104l-3 5.19A1 1 0 0 1 7 20.656A10 10 0 0 1 2 12a1 1 0 0 1 .883-.993L3 11z"/></svg> </template>
CSS
.icon-radioactive-filled {
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%22M21%2011a1%201%200%200%201%201%201a10%2010%200%200%201-5%208.656a1%201%200%200%201-1.302-.268l-.064-.098l-3-5.19a1%201%200%200%201-.133-.542l.01-.11l.023-.106l.034-.106l.046-.1l.056-.094l.067-.089a1%201%200%200%201%20.165-.155l.098-.064a2%202%200%200%200%20.993-1.57l.007-.163a1%201%200%200%201%20.883-.994L15%2011zM7%203.344a10%2010%200%200%201%2010%200a1%201%200%200%201%20.418%201.262l-.052.104l-3%205.19l-.064.098a1%201%200%200%201-.155.165l-.089.067a1%201%200%200%201-.195.102l-.105.034l-.107.022a1%201%200%200%201-.547-.07L13%2010.266a2%202%200%200%200-1.842-.082l-.158.082a1%201%200%200%201-1.302-.268L9.634%209.9l-3-5.19A1%201%200%200%201%207%203.344M9%2011a1%201%200%200%201%20.993.884l.007.117a2%202%200%200%200%20.861%201.645l.237.152a1%201%200%200%201%20.165.155l.067.089l.056.095l.045.099q.021.053.035.106l.022.107l.011.11a1%201%200%200%201-.08.437l-.053.104l-3%205.19A1%201%200%200%201%207%2020.656A10%2010%200%200%201%202%2012a1%201%200%200%201%20.883-.993L3%2011z%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%22M21%2011a1%201%200%200%201%201%201a10%2010%200%200%201-5%208.656a1%201%200%200%201-1.302-.268l-.064-.098l-3-5.19a1%201%200%200%201-.133-.542l.01-.11l.023-.106l.034-.106l.046-.1l.056-.094l.067-.089a1%201%200%200%201%20.165-.155l.098-.064a2%202%200%200%200%20.993-1.57l.007-.163a1%201%200%200%201%20.883-.994L15%2011zM7%203.344a10%2010%200%200%201%2010%200a1%201%200%200%201%20.418%201.262l-.052.104l-3%205.19l-.064.098a1%201%200%200%201-.155.165l-.089.067a1%201%200%200%201-.195.102l-.105.034l-.107.022a1%201%200%200%201-.547-.07L13%2010.266a2%202%200%200%200-1.842-.082l-.158.082a1%201%200%200%201-1.302-.268L9.634%209.9l-3-5.19A1%201%200%200%201%207%203.344M9%2011a1%201%200%200%201%20.993.884l.007.117a2%202%200%200%200%20.861%201.645l.237.152a1%201%200%200%201%20.165.155l.067.089l.056.095l.045.099q.021.053.035.106l.022.107l.011.11a1%201%200%200%201-.08.437l-.053.104l-3%205.19A1%201%200%200%201%207%2020.656A10%2010%200%200%201%202%2012a1%201%200%200%201%20.883-.993L3%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/radioactive-filled.svg?color=%231a73e8&size=48