nuclear plant icon

nuclear-plant from IconPark by ByteDance · Color · Build · Apache-2.0 Free for personal and commercial use.

Name
nuclear-plant
Set
IconPark
Style
Color
Category
Build
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More build icons from IconPark

Use the nuclear plant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M4 44H44"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M12 14H36"/><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M14 14H24H34L34.8772 21.0175C34.9589 21.6709 35.1049 22.3147 35.3131 22.9394L38.6474 32.9422C38.8817 33.6452 39.0372 34.3721 39.1109 35.1095L40 44H8L8.88905 35.1095C8.96279 34.3721 9.11826 33.6452 9.35259 32.9422L12.6869 22.9394C12.8951 22.3147 13.0411 21.6709 13.1228 21.0175L14 14Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 8L24.8284 7.17157C25.5786 6.42143 26.596 6 27.6569 6H28.3431C29.404 6 30.4214 5.57857 31.1716 4.82843L32 4"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M17 31C17 32.8728 17.7354 34.5738 18.9333 35.83C19.5891 36.5178 20.3836 37.0722 21.2718 37.4484"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M31.0004 31C31.0004 32.8728 30.2649 34.5738 29.0671 35.83C28.4112 36.5178 27.6168 37.0722 26.7285 37.4484"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M18.9336 26.17C20.2085 24.8331 22.0071 24 24.0003 24C25.9935 24 27.7922 24.8331 29.067 26.17"/><circle cx="24" cy="31" r="2" fill="#fff"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkNuclearPlant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M4 44H44"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M12 14H36"/><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M14 14H24H34L34.8772 21.0175C34.9589 21.6709 35.1049 22.3147 35.3131 22.9394L38.6474 32.9422C38.8817 33.6452 39.0372 34.3721 39.1109 35.1095L40 44H8L8.88905 35.1095C8.96279 34.3721 9.11826 33.6452 9.35259 32.9422L12.6869 22.9394C12.8951 22.3147 13.0411 21.6709 13.1228 21.0175L14 14Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 8L24.8284 7.17157C25.5786 6.42143 26.596 6 27.6569 6H28.3431C29.404 6 30.4214 5.57857 31.1716 4.82843L32 4"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M17 31C17 32.8728 17.7354 34.5738 18.9333 35.83C19.5891 36.5178 20.3836 37.0722 21.2718 37.4484"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M31.0004 31C31.0004 32.8728 30.2649 34.5738 29.0671 35.83C28.4112 36.5178 27.6168 37.0722 26.7285 37.4484"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M18.9336 26.17C20.2085 24.8331 22.0071 24 24.0003 24C25.9935 24 27.7922 24.8331 29.067 26.17"/><circle cx="24" cy="31" r="2" fill="#fff"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M4 44H44"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M12 14H36"/><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M14 14H24H34L34.8772 21.0175C34.9589 21.6709 35.1049 22.3147 35.3131 22.9394L38.6474 32.9422C38.8817 33.6452 39.0372 34.3721 39.1109 35.1095L40 44H8L8.88905 35.1095C8.96279 34.3721 9.11826 33.6452 9.35259 32.9422L12.6869 22.9394C12.8951 22.3147 13.0411 21.6709 13.1228 21.0175L14 14Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 8L24.8284 7.17157C25.5786 6.42143 26.596 6 27.6569 6H28.3431C29.404 6 30.4214 5.57857 31.1716 4.82843L32 4"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M17 31C17 32.8728 17.7354 34.5738 18.9333 35.83C19.5891 36.5178 20.3836 37.0722 21.2718 37.4484"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M31.0004 31C31.0004 32.8728 30.2649 34.5738 29.0671 35.83C28.4112 36.5178 27.6168 37.0722 26.7285 37.4484"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M18.9336 26.17C20.2085 24.8331 22.0071 24 24.0003 24C25.9935 24 27.7922 24.8331 29.067 26.17"/><circle cx="24" cy="31" r="2" fill="#fff"/></g></svg>
</template>

CSS

.icon-nuclear-plant {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M4%2044H44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2014H36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%2014H24H34L34.8772%2021.0175C34.9589%2021.6709%2035.1049%2022.3147%2035.3131%2022.9394L38.6474%2032.9422C38.8817%2033.6452%2039.0372%2034.3721%2039.1109%2035.1095L40%2044H8L8.88905%2035.1095C8.96279%2034.3721%209.11826%2033.6452%209.35259%2032.9422L12.6869%2022.9394C12.8951%2022.3147%2013.0411%2021.6709%2013.1228%2021.0175L14%2014Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%208L24.8284%207.17157C25.5786%206.42143%2026.596%206%2027.6569%206H28.3431C29.404%206%2030.4214%205.57857%2031.1716%204.82843L32%204%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M17%2031C17%2032.8728%2017.7354%2034.5738%2018.9333%2035.83C19.5891%2036.5178%2020.3836%2037.0722%2021.2718%2037.4484%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M31.0004%2031C31.0004%2032.8728%2030.2649%2034.5738%2029.0671%2035.83C28.4112%2036.5178%2027.6168%2037.0722%2026.7285%2037.4484%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18.9336%2026.17C20.2085%2024.8331%2022.0071%2024%2024.0003%2024C25.9935%2024%2027.7922%2024.8331%2029.067%2026.17%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2231%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M4%2044H44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2014H36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%2014H24H34L34.8772%2021.0175C34.9589%2021.6709%2035.1049%2022.3147%2035.3131%2022.9394L38.6474%2032.9422C38.8817%2033.6452%2039.0372%2034.3721%2039.1109%2035.1095L40%2044H8L8.88905%2035.1095C8.96279%2034.3721%209.11826%2033.6452%209.35259%2032.9422L12.6869%2022.9394C12.8951%2022.3147%2013.0411%2021.6709%2013.1228%2021.0175L14%2014Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%208L24.8284%207.17157C25.5786%206.42143%2026.596%206%2027.6569%206H28.3431C29.404%206%2030.4214%205.57857%2031.1716%204.82843L32%204%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M17%2031C17%2032.8728%2017.7354%2034.5738%2018.9333%2035.83C19.5891%2036.5178%2020.3836%2037.0722%2021.2718%2037.4484%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M31.0004%2031C31.0004%2032.8728%2030.2649%2034.5738%2029.0671%2035.83C28.4112%2036.5178%2027.6168%2037.0722%2026.7285%2037.4484%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18.9336%2026.17C20.2085%2024.8331%2022.0071%2024%2024.0003%2024C25.9935%2024%2027.7922%2024.8331%2029.067%2026.17%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2231%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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