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

Name
nuke
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
atomic-bomb, nuclear

The same icon in other sets

Use the nuke icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.04 12H10v-1H5.5A3.5 3.5 0 0 1 2 7.5A3.5 3.5 0 0 1 5.5 4c1.03 0 1.95.44 2.59 1.15C8.5 3.35 10.08 2 12 2s3.5 1.35 3.91 3.15C16.55 4.44 17.47 4 18.5 4A3.5 3.5 0 0 1 22 7.5a3.5 3.5 0 0 1-3.5 3.5h-4.46zM10 16.9v-1.14H5v-2h14v2h-4.96v1.16L20 19.08c.58.21 1 .76 1 1.42a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 20.5c0-.66.42-1.21 1-1.42z"/></svg>

React

import type { SVGProps } from "react";

export function MdiNuke(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.04 12H10v-1H5.5A3.5 3.5 0 0 1 2 7.5A3.5 3.5 0 0 1 5.5 4c1.03 0 1.95.44 2.59 1.15C8.5 3.35 10.08 2 12 2s3.5 1.35 3.91 3.15C16.55 4.44 17.47 4 18.5 4A3.5 3.5 0 0 1 22 7.5a3.5 3.5 0 0 1-3.5 3.5h-4.46zM10 16.9v-1.14H5v-2h14v2h-4.96v1.16L20 19.08c.58.21 1 .76 1 1.42a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 20.5c0-.66.42-1.21 1-1.42z"/></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.04 12H10v-1H5.5A3.5 3.5 0 0 1 2 7.5A3.5 3.5 0 0 1 5.5 4c1.03 0 1.95.44 2.59 1.15C8.5 3.35 10.08 2 12 2s3.5 1.35 3.91 3.15C16.55 4.44 17.47 4 18.5 4A3.5 3.5 0 0 1 22 7.5a3.5 3.5 0 0 1-3.5 3.5h-4.46zM10 16.9v-1.14H5v-2h14v2h-4.96v1.16L20 19.08c.58.21 1 .76 1 1.42a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 20.5c0-.66.42-1.21 1-1.42z"/></svg>
</template>

CSS

.icon-nuke {
  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.04%2012H10v-1H5.5A3.5%203.5%200%200%201%202%207.5A3.5%203.5%200%200%201%205.5%204c1.03%200%201.95.44%202.59%201.15C8.5%203.35%2010.08%202%2012%202s3.5%201.35%203.91%203.15C16.55%204.44%2017.47%204%2018.5%204A3.5%203.5%200%200%201%2022%207.5a3.5%203.5%200%200%201-3.5%203.5h-4.46zM10%2016.9v-1.14H5v-2h14v2h-4.96v1.16L20%2019.08c.58.21%201%20.76%201%201.42a1.5%201.5%200%200%201-1.5%201.5h-15A1.5%201.5%200%200%201%203%2020.5c0-.66.42-1.21%201-1.42z%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.04%2012H10v-1H5.5A3.5%203.5%200%200%201%202%207.5A3.5%203.5%200%200%201%205.5%204c1.03%200%201.95.44%202.59%201.15C8.5%203.35%2010.08%202%2012%202s3.5%201.35%203.91%203.15C16.55%204.44%2017.47%204%2018.5%204A3.5%203.5%200%200%201%2022%207.5a3.5%203.5%200%200%201-3.5%203.5h-4.46zM10%2016.9v-1.14H5v-2h14v2h-4.96v1.16L20%2019.08c.58.21%201%20.76%201%201.42a1.5%201.5%200%200%201-1.5%201.5h-15A1.5%201.5%200%200%201%203%2020.5c0-.66.42-1.21%201-1.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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