nuclear plant icon

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

Name
nuclear-plant-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M178.33 216H37.67C51.16 189.65 70 144.55 71.86 95.64a8 8 0 0 1 8-7.64h56.3a8 8 0 0 1 8 7.64c1.84 48.91 20.68 94.01 34.17 120.36" opacity=".2"/><path d="M240 208h-20.55c-11.45-20.35-33.19-64.88-35.29-112.72a16 16 0 0 0-16-15.28H79.85a15.91 15.91 0 0 0-16 15.34c-1.64 44-17.35 84.83-31.12 112.66H16a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16m-189.5 0c13.56-28.93 27.74-68.94 29.35-112l55.35-.06a7.5 7.5 0 0 0 1 .06c1.62 43.09 15.8 83.09 29.35 112Zm132.76 0c-13.7-27.69-29.32-68.29-31.09-112h16c2 45.66 20.5 88.1 33.06 112ZM152 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-24M96 56a56.06 56.06 0 0 1 56-56h8a8 8 0 0 1 0 16h-8a40 40 0 0 0-40 40a8 8 0 0 1-16 0"/></g></svg>

React

import type { SVGProps } from "react";

export function PhNuclearPlantDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M178.33 216H37.67C51.16 189.65 70 144.55 71.86 95.64a8 8 0 0 1 8-7.64h56.3a8 8 0 0 1 8 7.64c1.84 48.91 20.68 94.01 34.17 120.36" opacity=".2"/><path d="M240 208h-20.55c-11.45-20.35-33.19-64.88-35.29-112.72a16 16 0 0 0-16-15.28H79.85a15.91 15.91 0 0 0-16 15.34c-1.64 44-17.35 84.83-31.12 112.66H16a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16m-189.5 0c13.56-28.93 27.74-68.94 29.35-112l55.35-.06a7.5 7.5 0 0 0 1 .06c1.62 43.09 15.8 83.09 29.35 112Zm132.76 0c-13.7-27.69-29.32-68.29-31.09-112h16c2 45.66 20.5 88.1 33.06 112ZM152 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-24M96 56a56.06 56.06 0 0 1 56-56h8a8 8 0 0 1 0 16h-8a40 40 0 0 0-40 40a8 8 0 0 1-16 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M178.33 216H37.67C51.16 189.65 70 144.55 71.86 95.64a8 8 0 0 1 8-7.64h56.3a8 8 0 0 1 8 7.64c1.84 48.91 20.68 94.01 34.17 120.36" opacity=".2"/><path d="M240 208h-20.55c-11.45-20.35-33.19-64.88-35.29-112.72a16 16 0 0 0-16-15.28H79.85a15.91 15.91 0 0 0-16 15.34c-1.64 44-17.35 84.83-31.12 112.66H16a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16m-189.5 0c13.56-28.93 27.74-68.94 29.35-112l55.35-.06a7.5 7.5 0 0 0 1 .06c1.62 43.09 15.8 83.09 29.35 112Zm132.76 0c-13.7-27.69-29.32-68.29-31.09-112h16c2 45.66 20.5 88.1 33.06 112ZM152 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-24M96 56a56.06 56.06 0 0 1 56-56h8a8 8 0 0 1 0 16h-8a40 40 0 0 0-40 40a8 8 0 0 1-16 0"/></g></svg>
</template>

CSS

.icon-nuclear-plant-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M178.33%20216H37.67C51.16%20189.65%2070%20144.55%2071.86%2095.64a8%208%200%200%201%208-7.64h56.3a8%208%200%200%201%208%207.64c1.84%2048.91%2020.68%2094.01%2034.17%20120.36%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M240%20208h-20.55c-11.45-20.35-33.19-64.88-35.29-112.72a16%2016%200%200%200-16-15.28H79.85a15.91%2015.91%200%200%200-16%2015.34c-1.64%2044-17.35%2084.83-31.12%20112.66H16a8%208%200%200%200%200%2016h224a8%208%200%200%200%200-16m-189.5%200c13.56-28.93%2027.74-68.94%2029.35-112l55.35-.06a7.5%207.5%200%200%200%201%20.06c1.62%2043.09%2015.8%2083.09%2029.35%20112Zm132.76%200c-13.7-27.69-29.32-68.29-31.09-112h16c2%2045.66%2020.5%2088.1%2033.06%20112ZM152%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-24M96%2056a56.06%2056.06%200%200%201%2056-56h8a8%208%200%200%201%200%2016h-8a40%2040%200%200%200-40%2040a8%208%200%200%201-16%200%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M178.33%20216H37.67C51.16%20189.65%2070%20144.55%2071.86%2095.64a8%208%200%200%201%208-7.64h56.3a8%208%200%200%201%208%207.64c1.84%2048.91%2020.68%2094.01%2034.17%20120.36%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M240%20208h-20.55c-11.45-20.35-33.19-64.88-35.29-112.72a16%2016%200%200%200-16-15.28H79.85a15.91%2015.91%200%200%200-16%2015.34c-1.64%2044-17.35%2084.83-31.12%20112.66H16a8%208%200%200%200%200%2016h224a8%208%200%200%200%200-16m-189.5%200c13.56-28.93%2027.74-68.94%2029.35-112l55.35-.06a7.5%207.5%200%200%200%201%20.06c1.62%2043.09%2015.8%2083.09%2029.35%20112Zm132.76%200c-13.7-27.69-29.32-68.29-31.09-112h16c2%2045.66%2020.5%2088.1%2033.06%20112ZM152%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-24M96%2056a56.06%2056.06%200%200%201%2056-56h8a8%208%200%200%201%200%2016h-8a40%2040%200%200%200-40%2040a8%208%200%200%201-16%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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