solar panel icon
solar-panel from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- solar-panel
- Set
- Phosphor
- Style
- Regular
- 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="M32 104a8 8 0 0 1 8-8h16a8 8 0 0 1 0 16H40a8 8 0 0 1-8-8m39.43-45.25a8 8 0 0 0 11.32-11.32L71.43 36.12a8 8 0 0 0-11.31 11.31ZM128 40a8 8 0 0 0 8-8V16a8 8 0 0 0-16 0v16a8 8 0 0 0 8 8m50.91 21.09a8 8 0 0 0 5.66-2.34l11.31-11.32a8 8 0 0 0-11.31-11.31l-11.32 11.31a8 8 0 0 0 5.66 13.66M192 104a8 8 0 0 0 8 8h16a8 8 0 0 0 0-16h-16a8 8 0 0 0-8 8m-104 8a8 8 0 0 0 8-8a32 32 0 0 1 64 0a8 8 0 0 0 16 0a48 48 0 0 0-96 0a8 8 0 0 0 8 8m150.91 108a8 8 0 0 1-6.91 4H24a8 8 0 0 1-7-11.94l40.69-72a8 8 0 0 1 7-4.06H191.3a8 8 0 0 1 7 4.06l40.69 72a8 8 0 0 1-.08 7.94m-52.27-68h-24.37l3.48 16h29.93Zm-37.26 16l-3.48-16h-35.8l-3.48 16Zm-46.24 16l-5.21 24h60.14l-5.21-24Zm-42.82-16h29.93l3.48-16H69.36Zm-22.61 40h43.84l5.22-24H51.28Zm180.58 0l-13.57-24h-35.49l5.22 24Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSolarPanel(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="M32 104a8 8 0 0 1 8-8h16a8 8 0 0 1 0 16H40a8 8 0 0 1-8-8m39.43-45.25a8 8 0 0 0 11.32-11.32L71.43 36.12a8 8 0 0 0-11.31 11.31ZM128 40a8 8 0 0 0 8-8V16a8 8 0 0 0-16 0v16a8 8 0 0 0 8 8m50.91 21.09a8 8 0 0 0 5.66-2.34l11.31-11.32a8 8 0 0 0-11.31-11.31l-11.32 11.31a8 8 0 0 0 5.66 13.66M192 104a8 8 0 0 0 8 8h16a8 8 0 0 0 0-16h-16a8 8 0 0 0-8 8m-104 8a8 8 0 0 0 8-8a32 32 0 0 1 64 0a8 8 0 0 0 16 0a48 48 0 0 0-96 0a8 8 0 0 0 8 8m150.91 108a8 8 0 0 1-6.91 4H24a8 8 0 0 1-7-11.94l40.69-72a8 8 0 0 1 7-4.06H191.3a8 8 0 0 1 7 4.06l40.69 72a8 8 0 0 1-.08 7.94m-52.27-68h-24.37l3.48 16h29.93Zm-37.26 16l-3.48-16h-35.8l-3.48 16Zm-46.24 16l-5.21 24h60.14l-5.21-24Zm-42.82-16h29.93l3.48-16H69.36Zm-22.61 40h43.84l5.22-24H51.28Zm180.58 0l-13.57-24h-35.49l5.22 24Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M32 104a8 8 0 0 1 8-8h16a8 8 0 0 1 0 16H40a8 8 0 0 1-8-8m39.43-45.25a8 8 0 0 0 11.32-11.32L71.43 36.12a8 8 0 0 0-11.31 11.31ZM128 40a8 8 0 0 0 8-8V16a8 8 0 0 0-16 0v16a8 8 0 0 0 8 8m50.91 21.09a8 8 0 0 0 5.66-2.34l11.31-11.32a8 8 0 0 0-11.31-11.31l-11.32 11.31a8 8 0 0 0 5.66 13.66M192 104a8 8 0 0 0 8 8h16a8 8 0 0 0 0-16h-16a8 8 0 0 0-8 8m-104 8a8 8 0 0 0 8-8a32 32 0 0 1 64 0a8 8 0 0 0 16 0a48 48 0 0 0-96 0a8 8 0 0 0 8 8m150.91 108a8 8 0 0 1-6.91 4H24a8 8 0 0 1-7-11.94l40.69-72a8 8 0 0 1 7-4.06H191.3a8 8 0 0 1 7 4.06l40.69 72a8 8 0 0 1-.08 7.94m-52.27-68h-24.37l3.48 16h29.93Zm-37.26 16l-3.48-16h-35.8l-3.48 16Zm-46.24 16l-5.21 24h60.14l-5.21-24Zm-42.82-16h29.93l3.48-16H69.36Zm-22.61 40h43.84l5.22-24H51.28Zm180.58 0l-13.57-24h-35.49l5.22 24Z"/></svg> </template>
CSS
.icon-solar-panel {
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%22M32%20104a8%208%200%200%201%208-8h16a8%208%200%200%201%200%2016H40a8%208%200%200%201-8-8m39.43-45.25a8%208%200%200%200%2011.32-11.32L71.43%2036.12a8%208%200%200%200-11.31%2011.31ZM128%2040a8%208%200%200%200%208-8V16a8%208%200%200%200-16%200v16a8%208%200%200%200%208%208m50.91%2021.09a8%208%200%200%200%205.66-2.34l11.31-11.32a8%208%200%200%200-11.31-11.31l-11.32%2011.31a8%208%200%200%200%205.66%2013.66M192%20104a8%208%200%200%200%208%208h16a8%208%200%200%200%200-16h-16a8%208%200%200%200-8%208m-104%208a8%208%200%200%200%208-8a32%2032%200%200%201%2064%200a8%208%200%200%200%2016%200a48%2048%200%200%200-96%200a8%208%200%200%200%208%208m150.91%20108a8%208%200%200%201-6.91%204H24a8%208%200%200%201-7-11.94l40.69-72a8%208%200%200%201%207-4.06H191.3a8%208%200%200%201%207%204.06l40.69%2072a8%208%200%200%201-.08%207.94m-52.27-68h-24.37l3.48%2016h29.93Zm-37.26%2016l-3.48-16h-35.8l-3.48%2016Zm-46.24%2016l-5.21%2024h60.14l-5.21-24Zm-42.82-16h29.93l3.48-16H69.36Zm-22.61%2040h43.84l5.22-24H51.28Zm180.58%200l-13.57-24h-35.49l5.22%2024Z%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%22M32%20104a8%208%200%200%201%208-8h16a8%208%200%200%201%200%2016H40a8%208%200%200%201-8-8m39.43-45.25a8%208%200%200%200%2011.32-11.32L71.43%2036.12a8%208%200%200%200-11.31%2011.31ZM128%2040a8%208%200%200%200%208-8V16a8%208%200%200%200-16%200v16a8%208%200%200%200%208%208m50.91%2021.09a8%208%200%200%200%205.66-2.34l11.31-11.32a8%208%200%200%200-11.31-11.31l-11.32%2011.31a8%208%200%200%200%205.66%2013.66M192%20104a8%208%200%200%200%208%208h16a8%208%200%200%200%200-16h-16a8%208%200%200%200-8%208m-104%208a8%208%200%200%200%208-8a32%2032%200%200%201%2064%200a8%208%200%200%200%2016%200a48%2048%200%200%200-96%200a8%208%200%200%200%208%208m150.91%20108a8%208%200%200%201-6.91%204H24a8%208%200%200%201-7-11.94l40.69-72a8%208%200%200%201%207-4.06H191.3a8%208%200%200%201%207%204.06l40.69%2072a8%208%200%200%201-.08%207.94m-52.27-68h-24.37l3.48%2016h29.93Zm-37.26%2016l-3.48-16h-35.8l-3.48%2016Zm-46.24%2016l-5.21%2024h60.14l-5.21-24Zm-42.82-16h29.93l3.48-16H69.36Zm-22.61%2040h43.84l5.22-24H51.28Zm180.58%200l-13.57-24h-35.49l5.22%2024Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/solar-panel.svg?color=%231a73e8&size=48