solar panel icon
solar-panel from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- solar-panel
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the solar panel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 26V14H13v12h5v2H2v2h28v-2h-5v-2Zm-5-2v-3h3v3Zm-2-3v3h-3v-3Zm-3-2v-3h3v3Zm8 0h-3v-3h3Zm-10-3v3h-3v-3Zm-3 8v-3h3v3Zm8 4h-3v-2h3ZM9.333 14.981A4 4 0 1 1 16 12h-2a2 2 0 1 0-3.333 1.49ZM11 2h2v4h-2zm-9 9h4v2H2zm2.222-5.364l1.414-1.414L8.464 7.05L7.05 8.464zM16.95 8.464L15.536 7.05l2.828-2.828l1.414 1.414z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSolarPanel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 26V14H13v12h5v2H2v2h28v-2h-5v-2Zm-5-2v-3h3v3Zm-2-3v3h-3v-3Zm-3-2v-3h3v3Zm8 0h-3v-3h3Zm-10-3v3h-3v-3Zm-3 8v-3h3v3Zm8 4h-3v-2h3ZM9.333 14.981A4 4 0 1 1 16 12h-2a2 2 0 1 0-3.333 1.49ZM11 2h2v4h-2zm-9 9h4v2H2zm2.222-5.364l1.414-1.414L8.464 7.05L7.05 8.464zM16.95 8.464L15.536 7.05l2.828-2.828l1.414 1.414z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 26V14H13v12h5v2H2v2h28v-2h-5v-2Zm-5-2v-3h3v3Zm-2-3v3h-3v-3Zm-3-2v-3h3v3Zm8 0h-3v-3h3Zm-10-3v3h-3v-3Zm-3 8v-3h3v3Zm8 4h-3v-2h3ZM9.333 14.981A4 4 0 1 1 16 12h-2a2 2 0 1 0-3.333 1.49ZM11 2h2v4h-2zm-9 9h4v2H2zm2.222-5.364l1.414-1.414L8.464 7.05L7.05 8.464zM16.95 8.464L15.536 7.05l2.828-2.828l1.414 1.414z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2026V14H13v12h5v2H2v2h28v-2h-5v-2Zm-5-2v-3h3v3Zm-2-3v3h-3v-3Zm-3-2v-3h3v3Zm8%200h-3v-3h3Zm-10-3v3h-3v-3Zm-3%208v-3h3v3Zm8%204h-3v-2h3ZM9.333%2014.981A4%204%200%201%201%2016%2012h-2a2%202%200%201%200-3.333%201.49ZM11%202h2v4h-2zm-9%209h4v2H2zm2.222-5.364l1.414-1.414L8.464%207.05L7.05%208.464zM16.95%208.464L15.536%207.05l2.828-2.828l1.414%201.414z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2026V14H13v12h5v2H2v2h28v-2h-5v-2Zm-5-2v-3h3v3Zm-2-3v3h-3v-3Zm-3-2v-3h3v3Zm8%200h-3v-3h3Zm-10-3v3h-3v-3Zm-3%208v-3h3v3Zm8%204h-3v-2h3ZM9.333%2014.981A4%204%200%201%201%2016%2012h-2a2%202%200%201%200-3.333%201.49ZM11%202h2v4h-2zm-9%209h4v2H2zm2.222-5.364l1.414-1.414L8.464%207.05L7.05%208.464zM16.95%208.464L15.536%207.05l2.828-2.828l1.414%201.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/solar-panel.svg?color=%231a73e8&size=48