nuke logo
nuke from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- nuke
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the nuke logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.293.004c6.625.162 11.865 5.664 11.703 12.29s-5.664 11.865-12.29 11.703S-.159 18.333.003 11.707l.001-.025C.18 5.066 5.678-.158 12.293.004m0 1.238c-5.941-.164-10.89 4.52-11.054 10.461s4.52 10.89 10.461 11.054s10.89-4.52 11.054-10.461l.001-.025c.15-5.932-4.53-10.866-10.462-11.029m5.842 8.302h2.4c.976 0 .682-.873.682-.873a9.6 9.6 0 0 0-2.111-3.431l-.005.011a10.05 10.05 0 0 0-3.355-2.329a.612.612 0 0 0-.894.622c-.044.802-.142 2.395-.142 2.395s.016.769-.627.769c-.813.011-1.489-.044-1.489-.044a2.3 2.3 0 0 1-1.255-.545L8.868 3.511a1.09 1.09 0 0 0-1.407-.196a9.76 9.76 0 0 0-4.713 5.384c-.256.714.333.806.731.806h6a2.09 2.09 0 0 1 1.68.627c.785.824 1.331 1.369 1.331 1.369s.48.54 1.26 1.358c.431.459.632 1.089.545 1.713c0 0-.295 5.744-.295 6c-.027.398.038.993.769.775a9.76 9.76 0 0 0 5.618-4.424a1.09 1.09 0 0 0-.12-1.418l-2.471-2.607a2.3 2.3 0 0 1-.496-1.282s-.022-.682.033-1.489c.044-.643.802-.583.802-.583m-2.362 1.374c-.475.469-1.484.229-2.22-.545c-.736-.775-.924-1.801-.45-2.254s1.502-.239 2.239.536c.737.774.906 1.794.431 2.263"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsNuke(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.293.004c6.625.162 11.865 5.664 11.703 12.29s-5.664 11.865-12.29 11.703S-.159 18.333.003 11.707l.001-.025C.18 5.066 5.678-.158 12.293.004m0 1.238c-5.941-.164-10.89 4.52-11.054 10.461s4.52 10.89 10.461 11.054s10.89-4.52 11.054-10.461l.001-.025c.15-5.932-4.53-10.866-10.462-11.029m5.842 8.302h2.4c.976 0 .682-.873.682-.873a9.6 9.6 0 0 0-2.111-3.431l-.005.011a10.05 10.05 0 0 0-3.355-2.329a.612.612 0 0 0-.894.622c-.044.802-.142 2.395-.142 2.395s.016.769-.627.769c-.813.011-1.489-.044-1.489-.044a2.3 2.3 0 0 1-1.255-.545L8.868 3.511a1.09 1.09 0 0 0-1.407-.196a9.76 9.76 0 0 0-4.713 5.384c-.256.714.333.806.731.806h6a2.09 2.09 0 0 1 1.68.627c.785.824 1.331 1.369 1.331 1.369s.48.54 1.26 1.358c.431.459.632 1.089.545 1.713c0 0-.295 5.744-.295 6c-.027.398.038.993.769.775a9.76 9.76 0 0 0 5.618-4.424a1.09 1.09 0 0 0-.12-1.418l-2.471-2.607a2.3 2.3 0 0 1-.496-1.282s-.022-.682.033-1.489c.044-.643.802-.583.802-.583m-2.362 1.374c-.475.469-1.484.229-2.22-.545c-.736-.775-.924-1.801-.45-2.254s1.502-.239 2.239.536c.737.774.906 1.794.431 2.263"/></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.293.004c6.625.162 11.865 5.664 11.703 12.29s-5.664 11.865-12.29 11.703S-.159 18.333.003 11.707l.001-.025C.18 5.066 5.678-.158 12.293.004m0 1.238c-5.941-.164-10.89 4.52-11.054 10.461s4.52 10.89 10.461 11.054s10.89-4.52 11.054-10.461l.001-.025c.15-5.932-4.53-10.866-10.462-11.029m5.842 8.302h2.4c.976 0 .682-.873.682-.873a9.6 9.6 0 0 0-2.111-3.431l-.005.011a10.05 10.05 0 0 0-3.355-2.329a.612.612 0 0 0-.894.622c-.044.802-.142 2.395-.142 2.395s.016.769-.627.769c-.813.011-1.489-.044-1.489-.044a2.3 2.3 0 0 1-1.255-.545L8.868 3.511a1.09 1.09 0 0 0-1.407-.196a9.76 9.76 0 0 0-4.713 5.384c-.256.714.333.806.731.806h6a2.09 2.09 0 0 1 1.68.627c.785.824 1.331 1.369 1.331 1.369s.48.54 1.26 1.358c.431.459.632 1.089.545 1.713c0 0-.295 5.744-.295 6c-.027.398.038.993.769.775a9.76 9.76 0 0 0 5.618-4.424a1.09 1.09 0 0 0-.12-1.418l-2.471-2.607a2.3 2.3 0 0 1-.496-1.282s-.022-.682.033-1.489c.044-.643.802-.583.802-.583m-2.362 1.374c-.475.469-1.484.229-2.22-.545c-.736-.775-.924-1.801-.45-2.254s1.502-.239 2.239.536c.737.774.906 1.794.431 2.263"/></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%22M12.293.004c6.625.162%2011.865%205.664%2011.703%2012.29s-5.664%2011.865-12.29%2011.703S-.159%2018.333.003%2011.707l.001-.025C.18%205.066%205.678-.158%2012.293.004m0%201.238c-5.941-.164-10.89%204.52-11.054%2010.461s4.52%2010.89%2010.461%2011.054s10.89-4.52%2011.054-10.461l.001-.025c.15-5.932-4.53-10.866-10.462-11.029m5.842%208.302h2.4c.976%200%20.682-.873.682-.873a9.6%209.6%200%200%200-2.111-3.431l-.005.011a10.05%2010.05%200%200%200-3.355-2.329a.612.612%200%200%200-.894.622c-.044.802-.142%202.395-.142%202.395s.016.769-.627.769c-.813.011-1.489-.044-1.489-.044a2.3%202.3%200%200%201-1.255-.545L8.868%203.511a1.09%201.09%200%200%200-1.407-.196a9.76%209.76%200%200%200-4.713%205.384c-.256.714.333.806.731.806h6a2.09%202.09%200%200%201%201.68.627c.785.824%201.331%201.369%201.331%201.369s.48.54%201.26%201.358c.431.459.632%201.089.545%201.713c0%200-.295%205.744-.295%206c-.027.398.038.993.769.775a9.76%209.76%200%200%200%205.618-4.424a1.09%201.09%200%200%200-.12-1.418l-2.471-2.607a2.3%202.3%200%200%201-.496-1.282s-.022-.682.033-1.489c.044-.643.802-.583.802-.583m-2.362%201.374c-.475.469-1.484.229-2.22-.545c-.736-.775-.924-1.801-.45-2.254s1.502-.239%202.239.536c.737.774.906%201.794.431%202.263%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.293.004c6.625.162%2011.865%205.664%2011.703%2012.29s-5.664%2011.865-12.29%2011.703S-.159%2018.333.003%2011.707l.001-.025C.18%205.066%205.678-.158%2012.293.004m0%201.238c-5.941-.164-10.89%204.52-11.054%2010.461s4.52%2010.89%2010.461%2011.054s10.89-4.52%2011.054-10.461l.001-.025c.15-5.932-4.53-10.866-10.462-11.029m5.842%208.302h2.4c.976%200%20.682-.873.682-.873a9.6%209.6%200%200%200-2.111-3.431l-.005.011a10.05%2010.05%200%200%200-3.355-2.329a.612.612%200%200%200-.894.622c-.044.802-.142%202.395-.142%202.395s.016.769-.627.769c-.813.011-1.489-.044-1.489-.044a2.3%202.3%200%200%201-1.255-.545L8.868%203.511a1.09%201.09%200%200%200-1.407-.196a9.76%209.76%200%200%200-4.713%205.384c-.256.714.333.806.731.806h6a2.09%202.09%200%200%201%201.68.627c.785.824%201.331%201.369%201.331%201.369s.48.54%201.26%201.358c.431.459.632%201.089.545%201.713c0%200-.295%205.744-.295%206c-.027.398.038.993.769.775a9.76%209.76%200%200%200%205.618-4.424a1.09%201.09%200%200%200-.12-1.418l-2.471-2.607a2.3%202.3%200%200%201-.496-1.282s-.022-.682.033-1.489c.044-.643.802-.583.802-.583m-2.362%201.374c-.475.469-1.484.229-2.22-.545c-.736-.775-.924-1.801-.45-2.254s1.502-.239%202.239.536c.737.774.906%201.794.431%202.263%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/nuke.svg?color=%231a73e8&size=48