electric home 01 icon
electric-home-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- electric-home-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the electric home 01 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 stroke-linejoin="round" d="M20 8.585v4.916c0 3.77 0 5.656-1.172 6.828c-.808.808-1.956 1.059-3.828 1.136M4 8.585v4.916c0 3.77 0 5.656 1.172 6.828c1.063 1.063 2.714 1.162 5.828 1.17a1 1 0 0 0 1-.998v-3"/><path d="m22 10.5l-4.343-4.164C14.99 3.779 13.657 2.5 12 2.5S9.01 3.78 6.343 6.336L2 10.5M14.001 9v2.5m-4 0V9m-1.495 3.38c-.04-.475.37-.88.89-.88h5.214c.52 0 .93.405.89.88l-.107 1.298a5.16 5.16 0 0 1-.98 2.61l-.35.483c-.331.455-.889.73-1.486.73h-1.148c-.597 0-1.155-.275-1.486-.73l-.35-.483a5.16 5.16 0 0 1-.98-2.61z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsElectricHome01(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 strokeLinejoin="round" d="M20 8.585v4.916c0 3.77 0 5.656-1.172 6.828c-.808.808-1.956 1.059-3.828 1.136M4 8.585v4.916c0 3.77 0 5.656 1.172 6.828c1.063 1.063 2.714 1.162 5.828 1.17a1 1 0 0 0 1-.998v-3"/><path d="m22 10.5l-4.343-4.164C14.99 3.779 13.657 2.5 12 2.5S9.01 3.78 6.343 6.336L2 10.5M14.001 9v2.5m-4 0V9m-1.495 3.38c-.04-.475.37-.88.89-.88h5.214c.52 0 .93.405.89.88l-.107 1.298a5.16 5.16 0 0 1-.98 2.61l-.35.483c-.331.455-.889.73-1.486.73h-1.148c-.597 0-1.155-.275-1.486-.73l-.35-.483a5.16 5.16 0 0 1-.98-2.61z"/></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 stroke-linejoin="round" d="M20 8.585v4.916c0 3.77 0 5.656-1.172 6.828c-.808.808-1.956 1.059-3.828 1.136M4 8.585v4.916c0 3.77 0 5.656 1.172 6.828c1.063 1.063 2.714 1.162 5.828 1.17a1 1 0 0 0 1-.998v-3"/><path d="m22 10.5l-4.343-4.164C14.99 3.779 13.657 2.5 12 2.5S9.01 3.78 6.343 6.336L2 10.5M14.001 9v2.5m-4 0V9m-1.495 3.38c-.04-.475.37-.88.89-.88h5.214c.52 0 .93.405.89.88l-.107 1.298a5.16 5.16 0 0 1-.98 2.61l-.35.483c-.331.455-.889.73-1.486.73h-1.148c-.597 0-1.155-.275-1.486-.73l-.35-.483a5.16 5.16 0 0 1-.98-2.61z"/></g></svg> </template>
CSS
.icon-electric-home-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%208.585v4.916c0%203.77%200%205.656-1.172%206.828c-.808.808-1.956%201.059-3.828%201.136M4%208.585v4.916c0%203.77%200%205.656%201.172%206.828c1.063%201.063%202.714%201.162%205.828%201.17a1%201%200%200%200%201-.998v-3%22%2F%3E%3Cpath%20d%3D%22m22%2010.5l-4.343-4.164C14.99%203.779%2013.657%202.5%2012%202.5S9.01%203.78%206.343%206.336L2%2010.5M14.001%209v2.5m-4%200V9m-1.495%203.38c-.04-.475.37-.88.89-.88h5.214c.52%200%20.93.405.89.88l-.107%201.298a5.16%205.16%200%200%201-.98%202.61l-.35.483c-.331.455-.889.73-1.486.73h-1.148c-.597%200-1.155-.275-1.486-.73l-.35-.483a5.16%205.16%200%200%201-.98-2.61z%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%20stroke-linejoin%3D%22round%22%20d%3D%22M20%208.585v4.916c0%203.77%200%205.656-1.172%206.828c-.808.808-1.956%201.059-3.828%201.136M4%208.585v4.916c0%203.77%200%205.656%201.172%206.828c1.063%201.063%202.714%201.162%205.828%201.17a1%201%200%200%200%201-.998v-3%22%2F%3E%3Cpath%20d%3D%22m22%2010.5l-4.343-4.164C14.99%203.779%2013.657%202.5%2012%202.5S9.01%203.78%206.343%206.336L2%2010.5M14.001%209v2.5m-4%200V9m-1.495%203.38c-.04-.475.37-.88.89-.88h5.214c.52%200%20.93.405.89.88l-.107%201.298a5.16%205.16%200%200%201-.98%202.61l-.35.483c-.331.455-.889.73-1.486.73h-1.148c-.597%200-1.155-.275-1.486-.73l-.35-.483a5.16%205.16%200%200%201-.98-2.61z%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/electric-home-01.svg?color=%231a73e8&size=48