solar panel icon

solar-panel-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
solar-panel-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the solar panel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M36 104a4 4 0 0 1 4-4h16a4 4 0 0 1 0 8H40a4 4 0 0 1-4-4m38.26-48.08a4 4 0 1 0 5.66-5.66L68.6 39a4 4 0 0 0-5.6 5.6ZM128 36a4 4 0 0 0 4-4V16a4 4 0 0 0-8 0v16a4 4 0 0 0 4 4m50.91 21.09a4 4 0 0 0 2.83-1.17l11.31-11.32a4 4 0 1 0-5.65-5.6l-11.32 11.26a4 4 0 0 0 2.83 6.83M200 108h16a4 4 0 0 0 0-8h-16a4 4 0 0 0 0 8m-112 0a4 4 0 0 0 4-4a36 36 0 0 1 72 0a4 4 0 0 0 8 0a44 44 0 0 0-88 0a4 4 0 0 0 4 4m147.45 110a4 4 0 0 1-3.45 2H24a4 4 0 0 1-3.48-6l40.69-72a4 4 0 0 1 3.49-2h126.6a4 4 0 0 1 3.49 2l40.69 72a4 4 0 0 1-.03 4M189 148h-31.69l5.22 24h40Zm-34.63 24l-5.22-24h-42.27l-5.22 24Zm-54.42 8l-7 32H163l-7-32Zm-46.46-8h40l5.22-24H67Zm-22.6 40h53.89l7-32H48.94Zm194.28 0l-18.08-32h-42.82l6.95 32Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSolarPanelThin(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="M36 104a4 4 0 0 1 4-4h16a4 4 0 0 1 0 8H40a4 4 0 0 1-4-4m38.26-48.08a4 4 0 1 0 5.66-5.66L68.6 39a4 4 0 0 0-5.6 5.6ZM128 36a4 4 0 0 0 4-4V16a4 4 0 0 0-8 0v16a4 4 0 0 0 4 4m50.91 21.09a4 4 0 0 0 2.83-1.17l11.31-11.32a4 4 0 1 0-5.65-5.6l-11.32 11.26a4 4 0 0 0 2.83 6.83M200 108h16a4 4 0 0 0 0-8h-16a4 4 0 0 0 0 8m-112 0a4 4 0 0 0 4-4a36 36 0 0 1 72 0a4 4 0 0 0 8 0a44 44 0 0 0-88 0a4 4 0 0 0 4 4m147.45 110a4 4 0 0 1-3.45 2H24a4 4 0 0 1-3.48-6l40.69-72a4 4 0 0 1 3.49-2h126.6a4 4 0 0 1 3.49 2l40.69 72a4 4 0 0 1-.03 4M189 148h-31.69l5.22 24h40Zm-34.63 24l-5.22-24h-42.27l-5.22 24Zm-54.42 8l-7 32H163l-7-32Zm-46.46-8h40l5.22-24H67Zm-22.6 40h53.89l7-32H48.94Zm194.28 0l-18.08-32h-42.82l6.95 32Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M36 104a4 4 0 0 1 4-4h16a4 4 0 0 1 0 8H40a4 4 0 0 1-4-4m38.26-48.08a4 4 0 1 0 5.66-5.66L68.6 39a4 4 0 0 0-5.6 5.6ZM128 36a4 4 0 0 0 4-4V16a4 4 0 0 0-8 0v16a4 4 0 0 0 4 4m50.91 21.09a4 4 0 0 0 2.83-1.17l11.31-11.32a4 4 0 1 0-5.65-5.6l-11.32 11.26a4 4 0 0 0 2.83 6.83M200 108h16a4 4 0 0 0 0-8h-16a4 4 0 0 0 0 8m-112 0a4 4 0 0 0 4-4a36 36 0 0 1 72 0a4 4 0 0 0 8 0a44 44 0 0 0-88 0a4 4 0 0 0 4 4m147.45 110a4 4 0 0 1-3.45 2H24a4 4 0 0 1-3.48-6l40.69-72a4 4 0 0 1 3.49-2h126.6a4 4 0 0 1 3.49 2l40.69 72a4 4 0 0 1-.03 4M189 148h-31.69l5.22 24h40Zm-34.63 24l-5.22-24h-42.27l-5.22 24Zm-54.42 8l-7 32H163l-7-32Zm-46.46-8h40l5.22-24H67Zm-22.6 40h53.89l7-32H48.94Zm194.28 0l-18.08-32h-42.82l6.95 32Z"/></svg>
</template>

CSS

.icon-solar-panel-thin {
  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%22M36%20104a4%204%200%200%201%204-4h16a4%204%200%200%201%200%208H40a4%204%200%200%201-4-4m38.26-48.08a4%204%200%201%200%205.66-5.66L68.6%2039a4%204%200%200%200-5.6%205.6ZM128%2036a4%204%200%200%200%204-4V16a4%204%200%200%200-8%200v16a4%204%200%200%200%204%204m50.91%2021.09a4%204%200%200%200%202.83-1.17l11.31-11.32a4%204%200%201%200-5.65-5.6l-11.32%2011.26a4%204%200%200%200%202.83%206.83M200%20108h16a4%204%200%200%200%200-8h-16a4%204%200%200%200%200%208m-112%200a4%204%200%200%200%204-4a36%2036%200%200%201%2072%200a4%204%200%200%200%208%200a44%2044%200%200%200-88%200a4%204%200%200%200%204%204m147.45%20110a4%204%200%200%201-3.45%202H24a4%204%200%200%201-3.48-6l40.69-72a4%204%200%200%201%203.49-2h126.6a4%204%200%200%201%203.49%202l40.69%2072a4%204%200%200%201-.03%204M189%20148h-31.69l5.22%2024h40Zm-34.63%2024l-5.22-24h-42.27l-5.22%2024Zm-54.42%208l-7%2032H163l-7-32Zm-46.46-8h40l5.22-24H67Zm-22.6%2040h53.89l7-32H48.94Zm194.28%200l-18.08-32h-42.82l6.95%2032Z%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%22M36%20104a4%204%200%200%201%204-4h16a4%204%200%200%201%200%208H40a4%204%200%200%201-4-4m38.26-48.08a4%204%200%201%200%205.66-5.66L68.6%2039a4%204%200%200%200-5.6%205.6ZM128%2036a4%204%200%200%200%204-4V16a4%204%200%200%200-8%200v16a4%204%200%200%200%204%204m50.91%2021.09a4%204%200%200%200%202.83-1.17l11.31-11.32a4%204%200%201%200-5.65-5.6l-11.32%2011.26a4%204%200%200%200%202.83%206.83M200%20108h16a4%204%200%200%200%200-8h-16a4%204%200%200%200%200%208m-112%200a4%204%200%200%200%204-4a36%2036%200%200%201%2072%200a4%204%200%200%200%208%200a44%2044%200%200%200-88%200a4%204%200%200%200%204%204m147.45%20110a4%204%200%200%201-3.45%202H24a4%204%200%200%201-3.48-6l40.69-72a4%204%200%200%201%203.49-2h126.6a4%204%200%200%201%203.49%202l40.69%2072a4%204%200%200%201-.03%204M189%20148h-31.69l5.22%2024h40Zm-34.63%2024l-5.22-24h-42.27l-5.22%2024Zm-54.42%208l-7%2032H163l-7-32Zm-46.46-8h40l5.22-24H67Zm-22.6%2040h53.89l7-32H48.94Zm194.28%200l-18.08-32h-42.82l6.95%2032Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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