home-06 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
home-06
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the home 06 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M3 11.99v2.51c0 3.3 0 4.95 1.025 5.975S6.7 21.5 10 21.5h4c3.3 0 4.95 0 5.975-1.025S21 17.8 21 14.5v-2.51c0-1.682 0-2.522-.356-3.25s-1.02-1.244-2.346-2.276l-2-1.555C14.233 3.303 13.2 2.5 12 2.5s-2.233.803-4.298 2.409l-2 1.555C4.375 7.496 3.712 8.012 3.356 8.74S3 10.308 3 11.99"/><path d="M15 13.5a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHome06(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M3 11.99v2.51c0 3.3 0 4.95 1.025 5.975S6.7 21.5 10 21.5h4c3.3 0 4.95 0 5.975-1.025S21 17.8 21 14.5v-2.51c0-1.682 0-2.522-.356-3.25s-1.02-1.244-2.346-2.276l-2-1.555C14.233 3.303 13.2 2.5 12 2.5s-2.233.803-4.298 2.409l-2 1.555C4.375 7.496 3.712 8.012 3.356 8.74S3 10.308 3 11.99"/><path d="M15 13.5a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M3 11.99v2.51c0 3.3 0 4.95 1.025 5.975S6.7 21.5 10 21.5h4c3.3 0 4.95 0 5.975-1.025S21 17.8 21 14.5v-2.51c0-1.682 0-2.522-.356-3.25s-1.02-1.244-2.346-2.276l-2-1.555C14.233 3.303 13.2 2.5 12 2.5s-2.233.803-4.298 2.409l-2 1.555C4.375 7.496 3.712 8.012 3.356 8.74S3 10.308 3 11.99"/><path d="M15 13.5a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/></g></svg>
</template>

CSS

.icon-home-06 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2011.99v2.51c0%203.3%200%204.95%201.025%205.975S6.7%2021.5%2010%2021.5h4c3.3%200%204.95%200%205.975-1.025S21%2017.8%2021%2014.5v-2.51c0-1.682%200-2.522-.356-3.25s-1.02-1.244-2.346-2.276l-2-1.555C14.233%203.303%2013.2%202.5%2012%202.5s-2.233.803-4.298%202.409l-2%201.555C4.375%207.496%203.712%208.012%203.356%208.74S3%2010.308%203%2011.99%22%2F%3E%3Cpath%20d%3D%22M15%2013.5a3%203%200%201%200-6%200a3%203%200%200%200%206%200Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2011.99v2.51c0%203.3%200%204.95%201.025%205.975S6.7%2021.5%2010%2021.5h4c3.3%200%204.95%200%205.975-1.025S21%2017.8%2021%2014.5v-2.51c0-1.682%200-2.522-.356-3.25s-1.02-1.244-2.346-2.276l-2-1.555C14.233%203.303%2013.2%202.5%2012%202.5s-2.233.803-4.298%202.409l-2%201.555C4.375%207.496%203.712%208.012%203.356%208.74S3%2010.308%203%2011.99%22%2F%3E%3Cpath%20d%3D%22M15%2013.5a3%203%200%201%200-6%200a3%203%200%200%200%206%200Z%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/home-06.svg?color=%231a73e8&size=48