home5-filled from Reicon by REICON · Filled · Building · MIT Free for personal and commercial use.

Name
home5-filled
Set
Reicon
Style
Filled
Category
Building
Viewbox
24×24
License
MIT

1 other variant in Reicon

More building icons from Reicon

Use the home5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVG9mmdqcjr" d="M10.75 9.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></defs><g fill="currentColor"><path d="M18.5 3H16a.5.5 0 0 0-.5.5v.059l3.5 2.8V3.5a.5.5 0 0 0-.5-.5"/><use href="#SVG9mmdqcjr" fill-rule="evenodd" clip-rule="evenodd"/><path fill-rule="evenodd" d="m20.75 10.96l.782.626a.75.75 0 0 0 .936-1.172l-8.125-6.5a3.75 3.75 0 0 0-4.686 0l-8.125 6.5a.75.75 0 0 0 .937 1.172l.781-.626v10.29H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25zM9.25 9.5a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m2.8 3.75c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597s.531.853.597 1.345c.058.43.062.96.062 1.573v4.423h-1.5V17c0-.728-.002-1.2-.048-1.546c-.044-.325-.114-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048s-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048 1.546v4.25h-1.5v-4.3c0-.664 0-1.237.062-1.696c.066-.492.215-.963.597-1.345s.854-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062z" clip-rule="evenodd"/><use href="#SVG9mmdqcjr" fill-rule="evenodd" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHome5Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVG9mmdqcjr" d="M10.75 9.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></defs><g fill="currentColor"><path d="M18.5 3H16a.5.5 0 0 0-.5.5v.059l3.5 2.8V3.5a.5.5 0 0 0-.5-.5"/><use href="#SVG9mmdqcjr" fillRule="evenodd" clipRule="evenodd"/><path fillRule="evenodd" d="m20.75 10.96l.782.626a.75.75 0 0 0 .936-1.172l-8.125-6.5a3.75 3.75 0 0 0-4.686 0l-8.125 6.5a.75.75 0 0 0 .937 1.172l.781-.626v10.29H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25zM9.25 9.5a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m2.8 3.75c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597s.531.853.597 1.345c.058.43.062.96.062 1.573v4.423h-1.5V17c0-.728-.002-1.2-.048-1.546c-.044-.325-.114-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048s-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048 1.546v4.25h-1.5v-4.3c0-.664 0-1.237.062-1.696c.066-.492.215-.963.597-1.345s.854-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062z" clipRule="evenodd"/><use href="#SVG9mmdqcjr" fillRule="evenodd" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVG9mmdqcjr" d="M10.75 9.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></defs><g fill="currentColor"><path d="M18.5 3H16a.5.5 0 0 0-.5.5v.059l3.5 2.8V3.5a.5.5 0 0 0-.5-.5"/><use href="#SVG9mmdqcjr" fill-rule="evenodd" clip-rule="evenodd"/><path fill-rule="evenodd" d="m20.75 10.96l.782.626a.75.75 0 0 0 .936-1.172l-8.125-6.5a3.75 3.75 0 0 0-4.686 0l-8.125 6.5a.75.75 0 0 0 .937 1.172l.781-.626v10.29H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25zM9.25 9.5a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m2.8 3.75c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597s.531.853.597 1.345c.058.43.062.96.062 1.573v4.423h-1.5V17c0-.728-.002-1.2-.048-1.546c-.044-.325-.114-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048s-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048 1.546v4.25h-1.5v-4.3c0-.664 0-1.237.062-1.696c.066-.492.215-.963.597-1.345s.854-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062z" clip-rule="evenodd"/><use href="#SVG9mmdqcjr" fill-rule="evenodd" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-home5-filled {
  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%3Cdefs%3E%3Cpath%20id%3D%22SVG9mmdqcjr%22%20d%3D%22M10.75%209.5a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.5%203H16a.5.5%200%200%200-.5.5v.059l3.5%202.8V3.5a.5.5%200%200%200-.5-.5%22%2F%3E%3Cuse%20href%3D%22%23SVG9mmdqcjr%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m20.75%2010.96l.782.626a.75.75%200%200%200%20.936-1.172l-8.125-6.5a3.75%203.75%200%200%200-4.686%200l-8.125%206.5a.75.75%200%200%200%20.937%201.172l.781-.626v10.29H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-1.25zM9.25%209.5a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m2.8%203.75c.664%200%201.237%200%201.696.062c.492.066.963.215%201.345.597s.531.853.597%201.345c.058.43.062.96.062%201.573v4.423h-1.5V17c0-.728-.002-1.2-.048-1.546c-.044-.325-.114-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048s-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048%201.546v4.25h-1.5v-4.3c0-.664%200-1.237.062-1.696c.066-.492.215-.963.597-1.345s.854-.531%201.345-.597c.459-.062%201.032-.062%201.697-.062z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cuse%20href%3D%22%23SVG9mmdqcjr%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%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%3Cdefs%3E%3Cpath%20id%3D%22SVG9mmdqcjr%22%20d%3D%22M10.75%209.5a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.5%203H16a.5.5%200%200%200-.5.5v.059l3.5%202.8V3.5a.5.5%200%200%200-.5-.5%22%2F%3E%3Cuse%20href%3D%22%23SVG9mmdqcjr%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m20.75%2010.96l.782.626a.75.75%200%200%200%20.936-1.172l-8.125-6.5a3.75%203.75%200%200%200-4.686%200l-8.125%206.5a.75.75%200%200%200%20.937%201.172l.781-.626v10.29H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-1.25zM9.25%209.5a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m2.8%203.75c.664%200%201.237%200%201.696.062c.492.066.963.215%201.345.597s.531.853.597%201.345c.058.43.062.96.062%201.573v4.423h-1.5V17c0-.728-.002-1.2-.048-1.546c-.044-.325-.114-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048s-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048%201.546v4.25h-1.5v-4.3c0-.664%200-1.237.062-1.696c.066-.492.215-.963.597-1.345s.854-.531%201.345-.597c.459-.062%201.032-.062%201.697-.062z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cuse%20href%3D%22%23SVG9mmdqcjr%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/home5-filled.svg?color=%231a73e8&size=48

Home5 filled icon — Reicon · IconsDB