radioactive-off from Material Design Icons by Pictogrammers · Filled · Science · Apache-2.0 Free for personal and commercial use.

Name
radioactive-off
Set
Material Design Icons
Style
Filled
Category
Science
Viewbox
24×24
License
Apache 2.0
Aliases
radiation-off

The same icon in other sets

More science icons from Material Design Icons

Use the radioactive off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.8 22.7l-4.9-4.9l1 1.8c-1.5.9-3.2 1.3-5 1.3s-3.5-.5-5-1.3c.4-.8 1.8-3.1 3-5.2c.6.3 1.3.6 2 .6c.3 0 .7 0 1-.1L8.1 10c0 .3-.1.7-.1 1H2c0-2 .6-3.9 1.6-5.5L1.1 3l1.3-1.3l19.7 19.7zM16 11h6c0-3.7-2-6.9-5-8.7l-3 5.2c1.2.7 2 2 2 3.5m-3.8-2l1.8 1.8c-.1-.9-.9-1.7-1.8-1.8M7 2.3l-.9.6L9 5.8c-.9-1.5-1.7-2.9-2-3.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiRadioactiveOff(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="m20.8 22.7l-4.9-4.9l1 1.8c-1.5.9-3.2 1.3-5 1.3s-3.5-.5-5-1.3c.4-.8 1.8-3.1 3-5.2c.6.3 1.3.6 2 .6c.3 0 .7 0 1-.1L8.1 10c0 .3-.1.7-.1 1H2c0-2 .6-3.9 1.6-5.5L1.1 3l1.3-1.3l19.7 19.7zM16 11h6c0-3.7-2-6.9-5-8.7l-3 5.2c1.2.7 2 2 2 3.5m-3.8-2l1.8 1.8c-.1-.9-.9-1.7-1.8-1.8M7 2.3l-.9.6L9 5.8c-.9-1.5-1.7-2.9-2-3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.8 22.7l-4.9-4.9l1 1.8c-1.5.9-3.2 1.3-5 1.3s-3.5-.5-5-1.3c.4-.8 1.8-3.1 3-5.2c.6.3 1.3.6 2 .6c.3 0 .7 0 1-.1L8.1 10c0 .3-.1.7-.1 1H2c0-2 .6-3.9 1.6-5.5L1.1 3l1.3-1.3l19.7 19.7zM16 11h6c0-3.7-2-6.9-5-8.7l-3 5.2c1.2.7 2 2 2 3.5m-3.8-2l1.8 1.8c-.1-.9-.9-1.7-1.8-1.8M7 2.3l-.9.6L9 5.8c-.9-1.5-1.7-2.9-2-3.5"/></svg>
</template>

CSS

.icon-radioactive-off {
  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%22m20.8%2022.7l-4.9-4.9l1%201.8c-1.5.9-3.2%201.3-5%201.3s-3.5-.5-5-1.3c.4-.8%201.8-3.1%203-5.2c.6.3%201.3.6%202%20.6c.3%200%20.7%200%201-.1L8.1%2010c0%20.3-.1.7-.1%201H2c0-2%20.6-3.9%201.6-5.5L1.1%203l1.3-1.3l19.7%2019.7zM16%2011h6c0-3.7-2-6.9-5-8.7l-3%205.2c1.2.7%202%202%202%203.5m-3.8-2l1.8%201.8c-.1-.9-.9-1.7-1.8-1.8M7%202.3l-.9.6L9%205.8c-.9-1.5-1.7-2.9-2-3.5%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%22m20.8%2022.7l-4.9-4.9l1%201.8c-1.5.9-3.2%201.3-5%201.3s-3.5-.5-5-1.3c.4-.8%201.8-3.1%203-5.2c.6.3%201.3.6%202%20.6c.3%200%20.7%200%201-.1L8.1%2010c0%20.3-.1.7-.1%201H2c0-2%20.6-3.9%201.6-5.5L1.1%203l1.3-1.3l19.7%2019.7zM16%2011h6c0-3.7-2-6.9-5-8.7l-3%205.2c1.2.7%202%202%202%203.5m-3.8-2l1.8%201.8c-.1-.9-.9-1.7-1.8-1.8M7%202.3l-.9.6L9%205.8c-.9-1.5-1.7-2.9-2-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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