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

Name
home-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the home icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v9.31a1.75 1.75 0 0 1-1.75 1.75h-3.5a1.75 1.75 0 0 1-1.75-1.75v-5.007a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25v5.007a1.75 1.75 0 0 1-1.75 1.75h-3.5A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zm1.933 1.147a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-5.007c0-.967.784-1.75 1.75-1.75h3.5c.966 0 1.75.783 1.75 1.75v5.007c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-9.31a.75.75 0 0 0-.267-.573z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHome24Regular(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="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v9.31a1.75 1.75 0 0 1-1.75 1.75h-3.5a1.75 1.75 0 0 1-1.75-1.75v-5.007a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25v5.007a1.75 1.75 0 0 1-1.75 1.75h-3.5A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zm1.933 1.147a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-5.007c0-.967.784-1.75 1.75-1.75h3.5c.966 0 1.75.783 1.75 1.75v5.007c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-9.31a.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="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v9.31a1.75 1.75 0 0 1-1.75 1.75h-3.5a1.75 1.75 0 0 1-1.75-1.75v-5.007a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25v5.007a1.75 1.75 0 0 1-1.75 1.75h-3.5A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zm1.933 1.147a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-5.007c0-.967.784-1.75 1.75-1.75h3.5c.966 0 1.75.783 1.75 1.75v5.007c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-9.31a.75.75 0 0 0-.267-.573z"/></svg>
</template>

CSS

.icon-home-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%22M10.55%202.532a2.25%202.25%200%200%201%202.9%200l6.75%205.692c.507.428.8%201.057.8%201.72v9.31a1.75%201.75%200%200%201-1.75%201.75h-3.5a1.75%201.75%200%200%201-1.75-1.75v-5.007a.25.25%200%200%200-.25-.25h-3.5a.25.25%200%200%200-.25.25v5.007a1.75%201.75%200%200%201-1.75%201.75h-3.5A1.75%201.75%200%200%201%203%2019.254v-9.31c0-.663.293-1.292.8-1.72zm1.933%201.147a.75.75%200%200%200-.966%200L4.767%209.37a.75.75%200%200%200-.267.573v9.31c0%20.138.112.25.25.25h3.5a.25.25%200%200%200%20.25-.25v-5.007c0-.967.784-1.75%201.75-1.75h3.5c.966%200%201.75.783%201.75%201.75v5.007c0%20.138.112.25.25.25h3.5a.25.25%200%200%200%20.25-.25v-9.31a.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%22M10.55%202.532a2.25%202.25%200%200%201%202.9%200l6.75%205.692c.507.428.8%201.057.8%201.72v9.31a1.75%201.75%200%200%201-1.75%201.75h-3.5a1.75%201.75%200%200%201-1.75-1.75v-5.007a.25.25%200%200%200-.25-.25h-3.5a.25.25%200%200%200-.25.25v5.007a1.75%201.75%200%200%201-1.75%201.75h-3.5A1.75%201.75%200%200%201%203%2019.254v-9.31c0-.663.293-1.292.8-1.72zm1.933%201.147a.75.75%200%200%200-.966%200L4.767%209.37a.75.75%200%200%200-.267.573v9.31c0%20.138.112.25.25.25h3.5a.25.25%200%200%200%20.25-.25v-5.007c0-.967.784-1.75%201.75-1.75h3.5c.966%200%201.75.783%201.75%201.75v5.007c0%20.138.112.25.25.25h3.5a.25.25%200%200%200%20.25-.25v-9.31a.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-24-regular.svg?color=%231a73e8&size=48