home-more-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
home-more-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the home more icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.44 2.532a2.25 2.25 0 0 0-2.903.002l-6.74 5.698A2.25 2.25 0 0 0 3 9.95v9.3c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 21 19.25v-9.3a2.25 2.25 0 0 0-.8-1.72zM9 11.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m4.25 0a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m4.25 0a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-8.5 4a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M12 17a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m4.25 0a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentHomeMore24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.44 2.532a2.25 2.25 0 0 0-2.903.002l-6.74 5.698A2.25 2.25 0 0 0 3 9.95v9.3c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 21 19.25v-9.3a2.25 2.25 0 0 0-.8-1.72zM9 11.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m4.25 0a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m4.25 0a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-8.5 4a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M12 17a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m4.25 0a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.44 2.532a2.25 2.25 0 0 0-2.903.002l-6.74 5.698A2.25 2.25 0 0 0 3 9.95v9.3c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 21 19.25v-9.3a2.25 2.25 0 0 0-.8-1.72zM9 11.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m4.25 0a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m4.25 0a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-8.5 4a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M12 17a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m4.25 0a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></svg>
</template>

CSS

.icon-home-more-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.44%202.532a2.25%202.25%200%200%200-2.903.002l-6.74%205.698A2.25%202.25%200%200%200%203%209.95v9.3c0%20.966.784%201.75%201.75%201.75h14.5A1.75%201.75%200%200%200%2021%2019.25v-9.3a2.25%202.25%200%200%200-.8-1.72zM9%2011.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m4.25%200a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m4.25%200a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-8.5%204a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M12%2017a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m4.25%200a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.44%202.532a2.25%202.25%200%200%200-2.903.002l-6.74%205.698A2.25%202.25%200%200%200%203%209.95v9.3c0%20.966.784%201.75%201.75%201.75h14.5A1.75%201.75%200%200%200%2021%2019.25v-9.3a2.25%202.25%200%200%200-.8-1.72zM9%2011.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m4.25%200a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m4.25%200a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-8.5%204a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M12%2017a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m4.25%200a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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