house solar panel icon
house-solar-panel from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- house-solar-panel
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the house solar panel 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="m3.966 5.798l.603-1.401c.501-1.163.751-1.745 1.242-2.07C6.302 2 6.927 2 8.177 2h7.646c1.25 0 1.875 0 2.366.326c.49.326.741.908 1.242 2.07l.603 1.402c.817 1.896 1.225 2.844.788 3.523S19.366 10 17.328 10H6.671c-2.037 0-3.056 0-3.493-.679s-.029-1.627.788-3.523M4.5 10v5c0 1.886 0 2.828.586 3.414c.471.472 1.174.564 2.414.582M19.5 10v5c0 1.886 0 2.828-.586 3.414c-.471.472-1.174.564-2.414.582M13 14l-2.594 3.067c-.317.41-.475.616-.377.775c.098.158.383.158.954.158h2.034c.57 0 .856 0 .954.158c.098.159-.06.364-.377.775L10.984 22M10 2l-1 8m5-8l1 8M4 6h16"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHouseSolarPanel(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="m3.966 5.798l.603-1.401c.501-1.163.751-1.745 1.242-2.07C6.302 2 6.927 2 8.177 2h7.646c1.25 0 1.875 0 2.366.326c.49.326.741.908 1.242 2.07l.603 1.402c.817 1.896 1.225 2.844.788 3.523S19.366 10 17.328 10H6.671c-2.037 0-3.056 0-3.493-.679s-.029-1.627.788-3.523M4.5 10v5c0 1.886 0 2.828.586 3.414c.471.472 1.174.564 2.414.582M19.5 10v5c0 1.886 0 2.828-.586 3.414c-.471.472-1.174.564-2.414.582M13 14l-2.594 3.067c-.317.41-.475.616-.377.775c.098.158.383.158.954.158h2.034c.57 0 .856 0 .954.158c.098.159-.06.364-.377.775L10.984 22M10 2l-1 8m5-8l1 8M4 6h16"/></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="m3.966 5.798l.603-1.401c.501-1.163.751-1.745 1.242-2.07C6.302 2 6.927 2 8.177 2h7.646c1.25 0 1.875 0 2.366.326c.49.326.741.908 1.242 2.07l.603 1.402c.817 1.896 1.225 2.844.788 3.523S19.366 10 17.328 10H6.671c-2.037 0-3.056 0-3.493-.679s-.029-1.627.788-3.523M4.5 10v5c0 1.886 0 2.828.586 3.414c.471.472 1.174.564 2.414.582M19.5 10v5c0 1.886 0 2.828-.586 3.414c-.471.472-1.174.564-2.414.582M13 14l-2.594 3.067c-.317.41-.475.616-.377.775c.098.158.383.158.954.158h2.034c.57 0 .856 0 .954.158c.098.159-.06.364-.377.775L10.984 22M10 2l-1 8m5-8l1 8M4 6h16"/></svg> </template>
CSS
.icon-house-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%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%22m3.966%205.798l.603-1.401c.501-1.163.751-1.745%201.242-2.07C6.302%202%206.927%202%208.177%202h7.646c1.25%200%201.875%200%202.366.326c.49.326.741.908%201.242%202.07l.603%201.402c.817%201.896%201.225%202.844.788%203.523S19.366%2010%2017.328%2010H6.671c-2.037%200-3.056%200-3.493-.679s-.029-1.627.788-3.523M4.5%2010v5c0%201.886%200%202.828.586%203.414c.471.472%201.174.564%202.414.582M19.5%2010v5c0%201.886%200%202.828-.586%203.414c-.471.472-1.174.564-2.414.582M13%2014l-2.594%203.067c-.317.41-.475.616-.377.775c.098.158.383.158.954.158h2.034c.57%200%20.856%200%20.954.158c.098.159-.06.364-.377.775L10.984%2022M10%202l-1%208m5-8l1%208M4%206h16%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%22m3.966%205.798l.603-1.401c.501-1.163.751-1.745%201.242-2.07C6.302%202%206.927%202%208.177%202h7.646c1.25%200%201.875%200%202.366.326c.49.326.741.908%201.242%202.07l.603%201.402c.817%201.896%201.225%202.844.788%203.523S19.366%2010%2017.328%2010H6.671c-2.037%200-3.056%200-3.493-.679s-.029-1.627.788-3.523M4.5%2010v5c0%201.886%200%202.828.586%203.414c.471.472%201.174.564%202.414.582M19.5%2010v5c0%201.886%200%202.828-.586%203.414c-.471.472-1.174.564-2.414.582M13%2014l-2.594%203.067c-.317.41-.475.616-.377.775c.098.158.383.158.954.158h2.034c.57%200%20.856%200%20.954.158c.098.159-.06.364-.377.775L10.984%2022M10%202l-1%208m5-8l1%208M4%206h16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/house-solar-panel.svg?color=%231a73e8&size=48