solar panel 03 icon
solar-panel-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- solar-panel-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the solar panel 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M9 9a3 3 0 1 1 6 0"/><path stroke-linejoin="round" d="M15.307 12H8.693c-1.318 0-1.976 0-2.487.344c-.51.344-.755.953-1.244 2.17l-.804 2c-.998 2.486-1.498 3.729-.9 4.607S5.2 22 7.889 22h8.222c2.689 0 4.033 0 4.631-.879c.598-.878.098-2.121-.9-4.607l-.804-2c-.49-1.217-.734-1.826-1.244-2.17S16.624 12 15.307 12M12 12v10m8-5H4m8-14V2m6 7h1M5 9h1m10.242-4.243l.707-.707m-9.899 0l.707.707"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSolarPanel03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M9 9a3 3 0 1 1 6 0"/><path strokeLinejoin="round" d="M15.307 12H8.693c-1.318 0-1.976 0-2.487.344c-.51.344-.755.953-1.244 2.17l-.804 2c-.998 2.486-1.498 3.729-.9 4.607S5.2 22 7.889 22h8.222c2.689 0 4.033 0 4.631-.879c.598-.878.098-2.121-.9-4.607l-.804-2c-.49-1.217-.734-1.826-1.244-2.17S16.624 12 15.307 12M12 12v10m8-5H4m8-14V2m6 7h1M5 9h1m10.242-4.243l.707-.707m-9.899 0l.707.707"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M9 9a3 3 0 1 1 6 0"/><path stroke-linejoin="round" d="M15.307 12H8.693c-1.318 0-1.976 0-2.487.344c-.51.344-.755.953-1.244 2.17l-.804 2c-.998 2.486-1.498 3.729-.9 4.607S5.2 22 7.889 22h8.222c2.689 0 4.033 0 4.631-.879c.598-.878.098-2.121-.9-4.607l-.804-2c-.49-1.217-.734-1.826-1.244-2.17S16.624 12 15.307 12M12 12v10m8-5H4m8-14V2m6 7h1M5 9h1m10.242-4.243l.707-.707m-9.899 0l.707.707"/></g></svg> </template>
CSS
.icon-solar-panel-03 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%209a3%203%200%201%201%206%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.307%2012H8.693c-1.318%200-1.976%200-2.487.344c-.51.344-.755.953-1.244%202.17l-.804%202c-.998%202.486-1.498%203.729-.9%204.607S5.2%2022%207.889%2022h8.222c2.689%200%204.033%200%204.631-.879c.598-.878.098-2.121-.9-4.607l-.804-2c-.49-1.217-.734-1.826-1.244-2.17S16.624%2012%2015.307%2012M12%2012v10m8-5H4m8-14V2m6%207h1M5%209h1m10.242-4.243l.707-.707m-9.899%200l.707.707%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%209a3%203%200%201%201%206%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.307%2012H8.693c-1.318%200-1.976%200-2.487.344c-.51.344-.755.953-1.244%202.17l-.804%202c-.998%202.486-1.498%203.729-.9%204.607S5.2%2022%207.889%2022h8.222c2.689%200%204.033%200%204.631-.879c.598-.878.098-2.121-.9-4.607l-.804-2c-.49-1.217-.734-1.826-1.244-2.17S16.624%2012%2015.307%2012M12%2012v10m8-5H4m8-14V2m6%207h1M5%209h1m10.242-4.243l.707-.707m-9.899%200l.707.707%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/solar-panel-03.svg?color=%231a73e8&size=48