solar panel 01 icon

solar-panel-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
solar-panel-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the solar panel 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.675 4h-7.35c-1.464 0-2.196 0-2.762.413c-.567.412-.84 1.143-1.383 2.604l-.893 2.4c-1.11 2.983-1.665 4.474-1 5.528C2.95 16 4.445 16 7.433 16h9.134c2.988 0 4.482 0 5.147-1.055c.664-1.054.109-2.545-1.001-5.528l-.893-2.4c-.544-1.461-.816-2.192-1.383-2.604C17.872 4 17.139 4 15.675 4M12 16v4m0 0h3m-3 0H9m1-16L8 16m6-12l2 12m4.5-6h-17"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSolarPanel01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.675 4h-7.35c-1.464 0-2.196 0-2.762.413c-.567.412-.84 1.143-1.383 2.604l-.893 2.4c-1.11 2.983-1.665 4.474-1 5.528C2.95 16 4.445 16 7.433 16h9.134c2.988 0 4.482 0 5.147-1.055c.664-1.054.109-2.545-1.001-5.528l-.893-2.4c-.544-1.461-.816-2.192-1.383-2.604C17.872 4 17.139 4 15.675 4M12 16v4m0 0h3m-3 0H9m1-16L8 16m6-12l2 12m4.5-6h-17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.675 4h-7.35c-1.464 0-2.196 0-2.762.413c-.567.412-.84 1.143-1.383 2.604l-.893 2.4c-1.11 2.983-1.665 4.474-1 5.528C2.95 16 4.445 16 7.433 16h9.134c2.988 0 4.482 0 5.147-1.055c.664-1.054.109-2.545-1.001-5.528l-.893-2.4c-.544-1.461-.816-2.192-1.383-2.604C17.872 4 17.139 4 15.675 4M12 16v4m0 0h3m-3 0H9m1-16L8 16m6-12l2 12m4.5-6h-17"/></svg>
</template>

CSS

.icon-solar-panel-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.675%204h-7.35c-1.464%200-2.196%200-2.762.413c-.567.412-.84%201.143-1.383%202.604l-.893%202.4c-1.11%202.983-1.665%204.474-1%205.528C2.95%2016%204.445%2016%207.433%2016h9.134c2.988%200%204.482%200%205.147-1.055c.664-1.054.109-2.545-1.001-5.528l-.893-2.4c-.544-1.461-.816-2.192-1.383-2.604C17.872%204%2017.139%204%2015.675%204M12%2016v4m0%200h3m-3%200H9m1-16L8%2016m6-12l2%2012m4.5-6h-17%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.675%204h-7.35c-1.464%200-2.196%200-2.762.413c-.567.412-.84%201.143-1.383%202.604l-.893%202.4c-1.11%202.983-1.665%204.474-1%205.528C2.95%2016%204.445%2016%207.433%2016h9.134c2.988%200%204.482%200%205.147-1.055c.664-1.054.109-2.545-1.001-5.528l-.893-2.4c-.544-1.461-.816-2.192-1.383-2.604C17.872%204%2017.139%204%2015.675%204M12%2016v4m0%200h3m-3%200H9m1-16L8%2016m6-12l2%2012m4.5-6h-17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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