house plug icon
house-plug from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- house-plug
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the house plug 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="M10 10.5v2m4-2v2m.5 0h-5a1 1 0 0 0-1 1v.5a3.5 3.5 0 1 0 7 0v-.5a1 1 0 0 0-1-1"/><path d="M8 21.5c-1.87 0-2.804 0-3.5-.403A3 3 0 0 1 3.402 20C3 19.303 3 18.37 3 16.5v-4.865c0-1.441 0-2.162.305-2.785s.874-1.066 2.011-1.951l3-2.334C10.086 3.188 10.971 2.5 12 2.5s1.914.688 3.684 2.064l3 2.334c1.137.885 1.706 1.327 2.01 1.95c.306.624.306 1.345.306 2.786v5.365c0 1.398 0 2.097-.228 2.648a3 3 0 0 1-1.624 1.624c-.551.228-1.25.228-2.648.228H16c-.93 0-1.395 0-1.777-.102a3 3 0 0 1-2.12-2.121C12 18.894 12 18.429 12 17.499"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHousePlug(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="M10 10.5v2m4-2v2m.5 0h-5a1 1 0 0 0-1 1v.5a3.5 3.5 0 1 0 7 0v-.5a1 1 0 0 0-1-1"/><path d="M8 21.5c-1.87 0-2.804 0-3.5-.403A3 3 0 0 1 3.402 20C3 19.303 3 18.37 3 16.5v-4.865c0-1.441 0-2.162.305-2.785s.874-1.066 2.011-1.951l3-2.334C10.086 3.188 10.971 2.5 12 2.5s1.914.688 3.684 2.064l3 2.334c1.137.885 1.706 1.327 2.01 1.95c.306.624.306 1.345.306 2.786v5.365c0 1.398 0 2.097-.228 2.648a3 3 0 0 1-1.624 1.624c-.551.228-1.25.228-2.648.228H16c-.93 0-1.395 0-1.777-.102a3 3 0 0 1-2.12-2.121C12 18.894 12 18.429 12 17.499"/></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="M10 10.5v2m4-2v2m.5 0h-5a1 1 0 0 0-1 1v.5a3.5 3.5 0 1 0 7 0v-.5a1 1 0 0 0-1-1"/><path d="M8 21.5c-1.87 0-2.804 0-3.5-.403A3 3 0 0 1 3.402 20C3 19.303 3 18.37 3 16.5v-4.865c0-1.441 0-2.162.305-2.785s.874-1.066 2.011-1.951l3-2.334C10.086 3.188 10.971 2.5 12 2.5s1.914.688 3.684 2.064l3 2.334c1.137.885 1.706 1.327 2.01 1.95c.306.624.306 1.345.306 2.786v5.365c0 1.398 0 2.097-.228 2.648a3 3 0 0 1-1.624 1.624c-.551.228-1.25.228-2.648.228H16c-.93 0-1.395 0-1.777-.102a3 3 0 0 1-2.12-2.121C12 18.894 12 18.429 12 17.499"/></g></svg> </template>
CSS
.icon-house-plug {
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%22M10%2010.5v2m4-2v2m.5%200h-5a1%201%200%200%200-1%201v.5a3.5%203.5%200%201%200%207%200v-.5a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20d%3D%22M8%2021.5c-1.87%200-2.804%200-3.5-.403A3%203%200%200%201%203.402%2020C3%2019.303%203%2018.37%203%2016.5v-4.865c0-1.441%200-2.162.305-2.785s.874-1.066%202.011-1.951l3-2.334C10.086%203.188%2010.971%202.5%2012%202.5s1.914.688%203.684%202.064l3%202.334c1.137.885%201.706%201.327%202.01%201.95c.306.624.306%201.345.306%202.786v5.365c0%201.398%200%202.097-.228%202.648a3%203%200%200%201-1.624%201.624c-.551.228-1.25.228-2.648.228H16c-.93%200-1.395%200-1.777-.102a3%203%200%200%201-2.12-2.121C12%2018.894%2012%2018.429%2012%2017.499%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%22M10%2010.5v2m4-2v2m.5%200h-5a1%201%200%200%200-1%201v.5a3.5%203.5%200%201%200%207%200v-.5a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20d%3D%22M8%2021.5c-1.87%200-2.804%200-3.5-.403A3%203%200%200%201%203.402%2020C3%2019.303%203%2018.37%203%2016.5v-4.865c0-1.441%200-2.162.305-2.785s.874-1.066%202.011-1.951l3-2.334C10.086%203.188%2010.971%202.5%2012%202.5s1.914.688%203.684%202.064l3%202.334c1.137.885%201.706%201.327%202.01%201.95c.306.624.306%201.345.306%202.786v5.365c0%201.398%200%202.097-.228%202.648a3%203%200%200%201-1.624%201.624c-.551.228-1.25.228-2.648.228H16c-.93%200-1.395%200-1.777-.102a3%203%200%200%201-2.12-2.121C12%2018.894%2012%2018.429%2012%2017.499%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/house-plug.svg?color=%231a73e8&size=48