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

Name
home-more-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M7.75 10.5a1.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.5m5.5 1.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-8.5 4a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m4.25 0a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m3-1.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M10.537 2.534a2.25 2.25 0 0 1 2.903-.002L20.2 8.23c.507.427.8 1.057.8 1.72v9.299A1.75 1.75 0 0 1 19.25 21H4.75A1.75 1.75 0 0 1 3 19.25v-9.3c0-.662.292-1.29.797-1.718zm1.936 1.145a.75.75 0 0 0-.968 0l-6.74 5.698a.75.75 0 0 0-.265.573v9.3c0 .138.112.25.25.25h14.5a.25.25 0 0 0 .25-.25v-9.3a.75.75 0 0 0-.267-.573z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHomeMore24Regular(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="M7.75 10.5a1.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.5m5.5 1.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-8.5 4a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m4.25 0a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m3-1.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M10.537 2.534a2.25 2.25 0 0 1 2.903-.002L20.2 8.23c.507.427.8 1.057.8 1.72v9.299A1.75 1.75 0 0 1 19.25 21H4.75A1.75 1.75 0 0 1 3 19.25v-9.3c0-.662.292-1.29.797-1.718zm1.936 1.145a.75.75 0 0 0-.968 0l-6.74 5.698a.75.75 0 0 0-.265.573v9.3c0 .138.112.25.25.25h14.5a.25.25 0 0 0 .25-.25v-9.3a.75.75 0 0 0-.267-.573z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 10.5a1.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.5m5.5 1.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-8.5 4a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m4.25 0a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m3-1.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M10.537 2.534a2.25 2.25 0 0 1 2.903-.002L20.2 8.23c.507.427.8 1.057.8 1.72v9.299A1.75 1.75 0 0 1 19.25 21H4.75A1.75 1.75 0 0 1 3 19.25v-9.3c0-.662.292-1.29.797-1.718zm1.936 1.145a.75.75 0 0 0-.968 0l-6.74 5.698a.75.75 0 0 0-.265.573v9.3c0 .138.112.25.25.25h14.5a.25.25 0 0 0 .25-.25v-9.3a.75.75 0 0 0-.267-.573z"/></svg>
</template>

CSS

.icon-home-more-24-regular {
  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%22M7.75%2010.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m4.25%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m5.5%201.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m-8.5%204a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m4.25%200a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m3-1.25a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M10.537%202.534a2.25%202.25%200%200%201%202.903-.002L20.2%208.23c.507.427.8%201.057.8%201.72v9.299A1.75%201.75%200%200%201%2019.25%2021H4.75A1.75%201.75%200%200%201%203%2019.25v-9.3c0-.662.292-1.29.797-1.718zm1.936%201.145a.75.75%200%200%200-.968%200l-6.74%205.698a.75.75%200%200%200-.265.573v9.3c0%20.138.112.25.25.25h14.5a.25.25%200%200%200%20.25-.25v-9.3a.75.75%200%200%200-.267-.573z%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%22M7.75%2010.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m4.25%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m5.5%201.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m-8.5%204a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m4.25%200a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m3-1.25a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M10.537%202.534a2.25%202.25%200%200%201%202.903-.002L20.2%208.23c.507.427.8%201.057.8%201.72v9.299A1.75%201.75%200%200%201%2019.25%2021H4.75A1.75%201.75%200%200%201%203%2019.25v-9.3c0-.662.292-1.29.797-1.718zm1.936%201.145a.75.75%200%200%200-.968%200l-6.74%205.698a.75.75%200%200%200-.265.573v9.3c0%20.138.112.25.25.25h14.5a.25.25%200%200%200%20.25-.25v-9.3a.75.75%200%200%200-.267-.573z%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-regular.svg?color=%231a73e8&size=48