electric home 02 icon
electric-home-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- electric-home-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the electric home 02 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="M14.007 10.003v2.499m-3.984 0v-2.499m-1.49 3.38c-.038-.475.37-.88.887-.88h5.194c.517 0 .925.405.886.88l-.107 1.297a5.2 5.2 0 0 1-.976 2.61l-.349.482c-.33.456-.885.73-1.48.73h-1.142c-.595 0-1.15-.274-1.48-.73l-.35-.482a5.2 5.2 0 0 1-.975-2.61z"/><path stroke-linejoin="round" d="M15.003 22.001c1.782-.02 2.545-.113 3.486-.5c.793-.324 1.29-.779 1.723-1.585c.648-1.21.864-2.599 1.058-3.959l.705-4.954c.051-.793.026-1.385-.16-1.966c-.352-1.11-1.305-1.892-2.234-2.59c-4.319-3.248-6.35-4.545-7.566-4.442c-1.153-.091-2.724.841-7.708 4.559c-.832.62-1.666 1.298-2.045 2.267c-.53 1.355-.122 2.89.1 4.329c.264 1.692.575 3.756 1.136 6.122q.05.22.148.422c.497 1.018.934 1.442 1.896 1.797c.999.37 4.132.69 5.703.337c.53-.119.77-.645.77-1.19v-2.146"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsElectricHome02(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="M14.007 10.003v2.499m-3.984 0v-2.499m-1.49 3.38c-.038-.475.37-.88.887-.88h5.194c.517 0 .925.405.886.88l-.107 1.297a5.2 5.2 0 0 1-.976 2.61l-.349.482c-.33.456-.885.73-1.48.73h-1.142c-.595 0-1.15-.274-1.48-.73l-.35-.482a5.2 5.2 0 0 1-.975-2.61z"/><path strokeLinejoin="round" d="M15.003 22.001c1.782-.02 2.545-.113 3.486-.5c.793-.324 1.29-.779 1.723-1.585c.648-1.21.864-2.599 1.058-3.959l.705-4.954c.051-.793.026-1.385-.16-1.966c-.352-1.11-1.305-1.892-2.234-2.59c-4.319-3.248-6.35-4.545-7.566-4.442c-1.153-.091-2.724.841-7.708 4.559c-.832.62-1.666 1.298-2.045 2.267c-.53 1.355-.122 2.89.1 4.329c.264 1.692.575 3.756 1.136 6.122q.05.22.148.422c.497 1.018.934 1.442 1.896 1.797c.999.37 4.132.69 5.703.337c.53-.119.77-.645.77-1.19v-2.146"/></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="M14.007 10.003v2.499m-3.984 0v-2.499m-1.49 3.38c-.038-.475.37-.88.887-.88h5.194c.517 0 .925.405.886.88l-.107 1.297a5.2 5.2 0 0 1-.976 2.61l-.349.482c-.33.456-.885.73-1.48.73h-1.142c-.595 0-1.15-.274-1.48-.73l-.35-.482a5.2 5.2 0 0 1-.975-2.61z"/><path stroke-linejoin="round" d="M15.003 22.001c1.782-.02 2.545-.113 3.486-.5c.793-.324 1.29-.779 1.723-1.585c.648-1.21.864-2.599 1.058-3.959l.705-4.954c.051-.793.026-1.385-.16-1.966c-.352-1.11-1.305-1.892-2.234-2.59c-4.319-3.248-6.35-4.545-7.566-4.442c-1.153-.091-2.724.841-7.708 4.559c-.832.62-1.666 1.298-2.045 2.267c-.53 1.355-.122 2.89.1 4.329c.264 1.692.575 3.756 1.136 6.122q.05.22.148.422c.497 1.018.934 1.442 1.896 1.797c.999.37 4.132.69 5.703.337c.53-.119.77-.645.77-1.19v-2.146"/></g></svg> </template>
CSS
.icon-electric-home-02 {
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%22M14.007%2010.003v2.499m-3.984%200v-2.499m-1.49%203.38c-.038-.475.37-.88.887-.88h5.194c.517%200%20.925.405.886.88l-.107%201.297a5.2%205.2%200%200%201-.976%202.61l-.349.482c-.33.456-.885.73-1.48.73h-1.142c-.595%200-1.15-.274-1.48-.73l-.35-.482a5.2%205.2%200%200%201-.975-2.61z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.003%2022.001c1.782-.02%202.545-.113%203.486-.5c.793-.324%201.29-.779%201.723-1.585c.648-1.21.864-2.599%201.058-3.959l.705-4.954c.051-.793.026-1.385-.16-1.966c-.352-1.11-1.305-1.892-2.234-2.59c-4.319-3.248-6.35-4.545-7.566-4.442c-1.153-.091-2.724.841-7.708%204.559c-.832.62-1.666%201.298-2.045%202.267c-.53%201.355-.122%202.89.1%204.329c.264%201.692.575%203.756%201.136%206.122q.05.22.148.422c.497%201.018.934%201.442%201.896%201.797c.999.37%204.132.69%205.703.337c.53-.119.77-.645.77-1.19v-2.146%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%22M14.007%2010.003v2.499m-3.984%200v-2.499m-1.49%203.38c-.038-.475.37-.88.887-.88h5.194c.517%200%20.925.405.886.88l-.107%201.297a5.2%205.2%200%200%201-.976%202.61l-.349.482c-.33.456-.885.73-1.48.73h-1.142c-.595%200-1.15-.274-1.48-.73l-.35-.482a5.2%205.2%200%200%201-.975-2.61z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.003%2022.001c1.782-.02%202.545-.113%203.486-.5c.793-.324%201.29-.779%201.723-1.585c.648-1.21.864-2.599%201.058-3.959l.705-4.954c.051-.793.026-1.385-.16-1.966c-.352-1.11-1.305-1.892-2.234-2.59c-4.319-3.248-6.35-4.545-7.566-4.442c-1.153-.091-2.724.841-7.708%204.559c-.832.62-1.666%201.298-2.045%202.267c-.53%201.355-.122%202.89.1%204.329c.264%201.692.575%203.756%201.136%206.122q.05.22.148.422c.497%201.018.934%201.442%201.896%201.797c.999.37%204.132.69%205.703.337c.53-.119.77-.645.77-1.19v-2.146%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-02.svg?color=%231a73e8&size=48