solar-panel from Font Awesome 6 Solid by Dave Gandy · Regular · Energy · CC-BY-4.0 Attribution required.

Name
solar-panel
Set
Font Awesome 6 Solid
Style
Regular
Category
Energy
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More energy icons from Font Awesome 6 Solid

Use the solar panel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M122.2 0C91.7 0 65.5 21.5 59.5 51.4l-51.2 256C.4 347 30.6 384 71 384h217v64h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64v-64h217c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0zm138.7 64h118.2l10.4 104h-139zm-58.6 104H101.5l20.7-104h90.4zM91.8 216h105.6l-10.3 104H71zm153.9 0h148.6l10.4 104H235.3zm196.8 0h105.6L569 320H453zm96-48H437.7L427.3 64h90.4l31.4-6.3l-31.3 6.3l20.8 104z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSolarPanel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M122.2 0C91.7 0 65.5 21.5 59.5 51.4l-51.2 256C.4 347 30.6 384 71 384h217v64h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64v-64h217c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0zm138.7 64h118.2l10.4 104h-139zm-58.6 104H101.5l20.7-104h90.4zM91.8 216h105.6l-10.3 104H71zm153.9 0h148.6l10.4 104H235.3zm196.8 0h105.6L569 320H453zm96-48H437.7L427.3 64h90.4l31.4-6.3l-31.3 6.3l20.8 104z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M122.2 0C91.7 0 65.5 21.5 59.5 51.4l-51.2 256C.4 347 30.6 384 71 384h217v64h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64v-64h217c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0zm138.7 64h118.2l10.4 104h-139zm-58.6 104H101.5l20.7-104h90.4zM91.8 216h105.6l-10.3 104H71zm153.9 0h148.6l10.4 104H235.3zm196.8 0h105.6L569 320H453zm96-48H437.7L427.3 64h90.4l31.4-6.3l-31.3 6.3l20.8 104z"/></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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M122.2%200C91.7%200%2065.5%2021.5%2059.5%2051.4l-51.2%20256C.4%20347%2030.6%20384%2071%20384h217v64h-64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-64v-64h217c40.4%200%2070.7-36.9%2062.8-76.6l-51.2-256C574.5%2021.5%20548.3%200%20517.8%200zm138.7%2064h118.2l10.4%20104h-139zm-58.6%20104H101.5l20.7-104h90.4zM91.8%20216h105.6l-10.3%20104H71zm153.9%200h148.6l10.4%20104H235.3zm196.8%200h105.6L569%20320H453zm96-48H437.7L427.3%2064h90.4l31.4-6.3l-31.3%206.3l20.8%20104z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M122.2%200C91.7%200%2065.5%2021.5%2059.5%2051.4l-51.2%20256C.4%20347%2030.6%20384%2071%20384h217v64h-64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-64v-64h217c40.4%200%2070.7-36.9%2062.8-76.6l-51.2-256C574.5%2021.5%20548.3%200%20517.8%200zm138.7%2064h118.2l10.4%20104h-139zm-58.6%20104H101.5l20.7-104h90.4zM91.8%20216h105.6l-10.3%20104H71zm153.9%200h148.6l10.4%20104H235.3zm196.8%200h105.6L569%20320H453zm96-48H437.7L427.3%2064h90.4l31.4-6.3l-31.3%206.3l20.8%20104z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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