solar panel icon

solar-panel-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
solar-panel-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the solar panel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.105 4h3.79l.5 5h-4.79zm-.7 7h5.19l.5 5H13v2h2a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h2v-2H8.905zm7.2 0l.5 5h3.285a1.5 1.5 0 0 0 1.471-1.794L21.22 11zm-.7-7l.5 5h4.415l-.679-3.392A2 2 0 0 0 18.181 4zm-7.81 0H5.82a2 2 0 0 0-1.961 1.608L3.18 9h4.415zm-.7 7H2.78l-.641 3.206A1.5 1.5 0 0 0 3.609 16h3.286z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSolarPanelFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.105 4h3.79l.5 5h-4.79zm-.7 7h5.19l.5 5H13v2h2a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h2v-2H8.905zm7.2 0l.5 5h3.285a1.5 1.5 0 0 0 1.471-1.794L21.22 11zm-.7-7l.5 5h4.415l-.679-3.392A2 2 0 0 0 18.181 4zm-7.81 0H5.82a2 2 0 0 0-1.961 1.608L3.18 9h4.415zm-.7 7H2.78l-.641 3.206A1.5 1.5 0 0 0 3.609 16h3.286z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.105 4h3.79l.5 5h-4.79zm-.7 7h5.19l.5 5H13v2h2a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h2v-2H8.905zm7.2 0l.5 5h3.285a1.5 1.5 0 0 0 1.471-1.794L21.22 11zm-.7-7l.5 5h4.415l-.679-3.392A2 2 0 0 0 18.181 4zm-7.81 0H5.82a2 2 0 0 0-1.961 1.608L3.18 9h4.415zm-.7 7H2.78l-.641 3.206A1.5 1.5 0 0 0 3.609 16h3.286z"/></svg>
</template>

CSS

.icon-solar-panel-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.105%204h3.79l.5%205h-4.79zm-.7%207h5.19l.5%205H13v2h2a1%201%200%201%201%200%202H9a1%201%200%201%201%200-2h2v-2H8.905zm7.2%200l.5%205h3.285a1.5%201.5%200%200%200%201.471-1.794L21.22%2011zm-.7-7l.5%205h4.415l-.679-3.392A2%202%200%200%200%2018.181%204zm-7.81%200H5.82a2%202%200%200%200-1.961%201.608L3.18%209h4.415zm-.7%207H2.78l-.641%203.206A1.5%201.5%200%200%200%203.609%2016h3.286z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.105%204h3.79l.5%205h-4.79zm-.7%207h5.19l.5%205H13v2h2a1%201%200%201%201%200%202H9a1%201%200%201%201%200-2h2v-2H8.905zm7.2%200l.5%205h3.285a1.5%201.5%200%200%200%201.471-1.794L21.22%2011zm-.7-7l.5%205h4.415l-.679-3.392A2%202%200%200%200%2018.181%204zm-7.81%200H5.82a2%202%200%200%200-1.961%201.608L3.18%209h4.415zm-.7%207H2.78l-.641%203.206A1.5%201.5%200%200%200%203.609%2016h3.286z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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