nuclear plant icon

nuclear-plant from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
nuclear-plant
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the nuclear plant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 32h24a8 8 0 0 0 8-8a8 8 0 0 1 16 0a24 24 0 0 1-24 24h-24a8 8 0 0 0-8 8a8 8 0 0 1-16 0a24 24 0 0 1 24-24m-48 32a8 8 0 0 0 8-8a40 40 0 0 1 40-40h8a8 8 0 0 0 0-16h-8a56.06 56.06 0 0 0-56 56a8 8 0 0 0 8 8m144 152a8 8 0 0 1-8 8H16a8 8 0 0 1 0-16h16.74c13.77-27.83 29.48-68.69 31.12-112.66A15.91 15.91 0 0 1 79.85 80h88.33a16 16 0 0 1 16 15.28c2.1 47.84 23.84 92.37 35.29 112.72H240a8 8 0 0 1 8 8M168.18 96h-16c1.77 43.72 17.39 84.32 31.09 112h18c-12.59-23.92-31.09-66.36-33.09-112M50.5 208h115c-13.5-28.91-27.73-68.91-29.35-112a7.5 7.5 0 0 1-1-.06l-55.3.06c-1.61 43.06-15.79 83.07-29.35 112"/></svg>

React

import type { SVGProps } from "react";

export function PhNuclearPlant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 32h24a8 8 0 0 0 8-8a8 8 0 0 1 16 0a24 24 0 0 1-24 24h-24a8 8 0 0 0-8 8a8 8 0 0 1-16 0a24 24 0 0 1 24-24m-48 32a8 8 0 0 0 8-8a40 40 0 0 1 40-40h8a8 8 0 0 0 0-16h-8a56.06 56.06 0 0 0-56 56a8 8 0 0 0 8 8m144 152a8 8 0 0 1-8 8H16a8 8 0 0 1 0-16h16.74c13.77-27.83 29.48-68.69 31.12-112.66A15.91 15.91 0 0 1 79.85 80h88.33a16 16 0 0 1 16 15.28c2.1 47.84 23.84 92.37 35.29 112.72H240a8 8 0 0 1 8 8M168.18 96h-16c1.77 43.72 17.39 84.32 31.09 112h18c-12.59-23.92-31.09-66.36-33.09-112M50.5 208h115c-13.5-28.91-27.73-68.91-29.35-112a7.5 7.5 0 0 1-1-.06l-55.3.06c-1.61 43.06-15.79 83.07-29.35 112"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 32h24a8 8 0 0 0 8-8a8 8 0 0 1 16 0a24 24 0 0 1-24 24h-24a8 8 0 0 0-8 8a8 8 0 0 1-16 0a24 24 0 0 1 24-24m-48 32a8 8 0 0 0 8-8a40 40 0 0 1 40-40h8a8 8 0 0 0 0-16h-8a56.06 56.06 0 0 0-56 56a8 8 0 0 0 8 8m144 152a8 8 0 0 1-8 8H16a8 8 0 0 1 0-16h16.74c13.77-27.83 29.48-68.69 31.12-112.66A15.91 15.91 0 0 1 79.85 80h88.33a16 16 0 0 1 16 15.28c2.1 47.84 23.84 92.37 35.29 112.72H240a8 8 0 0 1 8 8M168.18 96h-16c1.77 43.72 17.39 84.32 31.09 112h18c-12.59-23.92-31.09-66.36-33.09-112M50.5 208h115c-13.5-28.91-27.73-68.91-29.35-112a7.5 7.5 0 0 1-1-.06l-55.3.06c-1.61 43.06-15.79 83.07-29.35 112"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152%2032h24a8%208%200%200%200%208-8a8%208%200%200%201%2016%200a24%2024%200%200%201-24%2024h-24a8%208%200%200%200-8%208a8%208%200%200%201-16%200a24%2024%200%200%201%2024-24m-48%2032a8%208%200%200%200%208-8a40%2040%200%200%201%2040-40h8a8%208%200%200%200%200-16h-8a56.06%2056.06%200%200%200-56%2056a8%208%200%200%200%208%208m144%20152a8%208%200%200%201-8%208H16a8%208%200%200%201%200-16h16.74c13.77-27.83%2029.48-68.69%2031.12-112.66A15.91%2015.91%200%200%201%2079.85%2080h88.33a16%2016%200%200%201%2016%2015.28c2.1%2047.84%2023.84%2092.37%2035.29%20112.72H240a8%208%200%200%201%208%208M168.18%2096h-16c1.77%2043.72%2017.39%2084.32%2031.09%20112h18c-12.59-23.92-31.09-66.36-33.09-112M50.5%20208h115c-13.5-28.91-27.73-68.91-29.35-112a7.5%207.5%200%200%201-1-.06l-55.3.06c-1.61%2043.06-15.79%2083.07-29.35%20112%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152%2032h24a8%208%200%200%200%208-8a8%208%200%200%201%2016%200a24%2024%200%200%201-24%2024h-24a8%208%200%200%200-8%208a8%208%200%200%201-16%200a24%2024%200%200%201%2024-24m-48%2032a8%208%200%200%200%208-8a40%2040%200%200%201%2040-40h8a8%208%200%200%200%200-16h-8a56.06%2056.06%200%200%200-56%2056a8%208%200%200%200%208%208m144%20152a8%208%200%200%201-8%208H16a8%208%200%200%201%200-16h16.74c13.77-27.83%2029.48-68.69%2031.12-112.66A15.91%2015.91%200%200%201%2079.85%2080h88.33a16%2016%200%200%201%2016%2015.28c2.1%2047.84%2023.84%2092.37%2035.29%20112.72H240a8%208%200%200%201%208%208M168.18%2096h-16c1.77%2043.72%2017.39%2084.32%2031.09%20112h18c-12.59-23.92-31.09-66.36-33.09-112M50.5%20208h115c-13.5-28.91-27.73-68.91-29.35-112a7.5%207.5%200%200%201-1-.06l-55.3.06c-1.61%2043.06-15.79%2083.07-29.35%20112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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