home empty icon
home-empty-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- home-empty-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 empty 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.533a2.25 2.25 0 0 1 2.9 0l6.75 5.694c.508.428.8 1.057.8 1.72v8.803A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V9.947c0-.663.292-1.292.8-1.72zm1.934 1.146a.75.75 0 0 0-.968 0l-6.75 5.695a.75.75 0 0 0-.266.573v8.803c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75V9.947a.75.75 0 0 0-.266-.573z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHomeEmpty24Regular(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.533a2.25 2.25 0 0 1 2.9 0l6.75 5.694c.508.428.8 1.057.8 1.72v8.803A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V9.947c0-.663.292-1.292.8-1.72zm1.934 1.146a.75.75 0 0 0-.968 0l-6.75 5.695a.75.75 0 0 0-.266.573v8.803c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75V9.947a.75.75 0 0 0-.266-.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.533a2.25 2.25 0 0 1 2.9 0l6.75 5.694c.508.428.8 1.057.8 1.72v8.803A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V9.947c0-.663.292-1.292.8-1.72zm1.934 1.146a.75.75 0 0 0-.968 0l-6.75 5.695a.75.75 0 0 0-.266.573v8.803c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75V9.947a.75.75 0 0 0-.266-.573z"/></svg> </template>
CSS
.icon-home-empty-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.533a2.25%202.25%200%200%201%202.9%200l6.75%205.694c.508.428.8%201.057.8%201.72v8.803A2.25%202.25%200%200%201%2018.75%2021H5.25A2.25%202.25%200%200%201%203%2018.75V9.947c0-.663.292-1.292.8-1.72zm1.934%201.146a.75.75%200%200%200-.968%200l-6.75%205.695a.75.75%200%200%200-.266.573v8.803c0%20.414.336.75.75.75h13.5a.75.75%200%200%200%20.75-.75V9.947a.75.75%200%200%200-.266-.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.533a2.25%202.25%200%200%201%202.9%200l6.75%205.694c.508.428.8%201.057.8%201.72v8.803A2.25%202.25%200%200%201%2018.75%2021H5.25A2.25%202.25%200%200%201%203%2018.75V9.947c0-.663.292-1.292.8-1.72zm1.934%201.146a.75.75%200%200%200-.968%200l-6.75%205.695a.75.75%200%200%200-.266.573v8.803c0%20.414.336.75.75.75h13.5a.75.75%200%200%200%20.75-.75V9.947a.75.75%200%200%200-.266-.573z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/home-empty-24-regular.svg?color=%231a73e8&size=48