Solar Panel Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Solar Panel icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/318903.svg" alt="Solar Panel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318903.svg" alt="Solar Panel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318903.svg" alt="Solar Panel icon" :width="24" :height="24" />
CSS background
.icon-solar-panel {
background-image: url('https://proicons.com/icon/318903.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M30,26V14H13V26h5v2H2v2H30V28H25V26Zm-5-2V21h3v3Zm-2-3v3H20V21Zm-3-2V16h3v3Zm8,0H25V16h3ZM18,16v3H15V16Zm-3,8V21h3v3Zm8,4H20V26h3Z" transform="translate(0 0)"/>
<path d="M9.3328,14.981A4,4,0,1,1,16,12H14a2,2,0,1,0-3.3333,1.4907Z" transform="translate(0 0)"/>
<rect x="11" y="2" width="2" height="4"/>
<rect x="2" y="11" width="4" height="2"/>
<rect x="5.3431" y="4.3431" width="2" height="4" transform="translate(-2.6274 6.3431) rotate(-45)"/>
<rect x="16.6569" y="4.3431" width="2" height="4" transform="translate(25.6569 23.3137) rotate(-135)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!