home icon
home-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- home-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
homeAkar Iconshome-filledAnt Design IconshomeBoxIcons v2homeBoxIcons v2 SolidhomeCarbonhomeCodiconshome-fillEva IconshomeFont Awesome RegularhomeFont Awesome SolidhomeFeather Iconshome-outlineFlowbite Iconshome-16Fluent UI System Color Iconshomecss.gghomeHealth IconshomeHeroIconshomeHumbleiconshomeIconParkhomeIconPark OutlinehomeIconPark SolidhomeIconPark TwoTonehomeIconoirhomeIonIconshomeJam IconshomeLine Awesome
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 48 48"><path fill="currentColor" d="M21.606 5.855a3.78 3.78 0 0 1 4.788 0l13.175 10.742A3.91 3.91 0 0 1 41 19.628v19.485C41 41.26 39.288 43 37.175 43h-5.35C29.712 43 28 41.26 28 39.113v-9.226c0-.716-.57-1.296-1.275-1.296h-5.45c-.704 0-1.275.58-1.275 1.296v9.226C20 41.26 18.288 43 16.175 43h-5.35C8.713 43 7 41.26 7 39.113V19.628a3.91 3.91 0 0 1 1.431-3.031zm3.192 2.021a1.26 1.26 0 0 0-1.596 0L10.027 18.617a1.3 1.3 0 0 0-.477 1.011v19.485c0 .716.57 1.296 1.275 1.296h5.35c.704 0 1.275-.58 1.275-1.296v-9.226c0-2.147 1.713-3.887 3.825-3.887h5.45c2.112 0 3.825 1.74 3.825 3.887v9.226c0 .716.57 1.296 1.275 1.296h5.35c.704 0 1.275-.58 1.275-1.296V19.628a1.3 1.3 0 0 0-.477-1.01z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHome48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.606 5.855a3.78 3.78 0 0 1 4.788 0l13.175 10.742A3.91 3.91 0 0 1 41 19.628v19.485C41 41.26 39.288 43 37.175 43h-5.35C29.712 43 28 41.26 28 39.113v-9.226c0-.716-.57-1.296-1.275-1.296h-5.45c-.704 0-1.275.58-1.275 1.296v9.226C20 41.26 18.288 43 16.175 43h-5.35C8.713 43 7 41.26 7 39.113V19.628a3.91 3.91 0 0 1 1.431-3.031zm3.192 2.021a1.26 1.26 0 0 0-1.596 0L10.027 18.617a1.3 1.3 0 0 0-.477 1.011v19.485c0 .716.57 1.296 1.275 1.296h5.35c.704 0 1.275-.58 1.275-1.296v-9.226c0-2.147 1.713-3.887 3.825-3.887h5.45c2.112 0 3.825 1.74 3.825 3.887v9.226c0 .716.57 1.296 1.275 1.296h5.35c.704 0 1.275-.58 1.275-1.296V19.628a1.3 1.3 0 0 0-.477-1.01z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.606 5.855a3.78 3.78 0 0 1 4.788 0l13.175 10.742A3.91 3.91 0 0 1 41 19.628v19.485C41 41.26 39.288 43 37.175 43h-5.35C29.712 43 28 41.26 28 39.113v-9.226c0-.716-.57-1.296-1.275-1.296h-5.45c-.704 0-1.275.58-1.275 1.296v9.226C20 41.26 18.288 43 16.175 43h-5.35C8.713 43 7 41.26 7 39.113V19.628a3.91 3.91 0 0 1 1.431-3.031zm3.192 2.021a1.26 1.26 0 0 0-1.596 0L10.027 18.617a1.3 1.3 0 0 0-.477 1.011v19.485c0 .716.57 1.296 1.275 1.296h5.35c.704 0 1.275-.58 1.275-1.296v-9.226c0-2.147 1.713-3.887 3.825-3.887h5.45c2.112 0 3.825 1.74 3.825 3.887v9.226c0 .716.57 1.296 1.275 1.296h5.35c.704 0 1.275-.58 1.275-1.296V19.628a1.3 1.3 0 0 0-.477-1.01z"/></svg> </template>
CSS
.icon-home-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.606%205.855a3.78%203.78%200%200%201%204.788%200l13.175%2010.742A3.91%203.91%200%200%201%2041%2019.628v19.485C41%2041.26%2039.288%2043%2037.175%2043h-5.35C29.712%2043%2028%2041.26%2028%2039.113v-9.226c0-.716-.57-1.296-1.275-1.296h-5.45c-.704%200-1.275.58-1.275%201.296v9.226C20%2041.26%2018.288%2043%2016.175%2043h-5.35C8.713%2043%207%2041.26%207%2039.113V19.628a3.91%203.91%200%200%201%201.431-3.031zm3.192%202.021a1.26%201.26%200%200%200-1.596%200L10.027%2018.617a1.3%201.3%200%200%200-.477%201.011v19.485c0%20.716.57%201.296%201.275%201.296h5.35c.704%200%201.275-.58%201.275-1.296v-9.226c0-2.147%201.713-3.887%203.825-3.887h5.45c2.112%200%203.825%201.74%203.825%203.887v9.226c0%20.716.57%201.296%201.275%201.296h5.35c.704%200%201.275-.58%201.275-1.296V19.628a1.3%201.3%200%200%200-.477-1.01z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.606%205.855a3.78%203.78%200%200%201%204.788%200l13.175%2010.742A3.91%203.91%200%200%201%2041%2019.628v19.485C41%2041.26%2039.288%2043%2037.175%2043h-5.35C29.712%2043%2028%2041.26%2028%2039.113v-9.226c0-.716-.57-1.296-1.275-1.296h-5.45c-.704%200-1.275.58-1.275%201.296v9.226C20%2041.26%2018.288%2043%2016.175%2043h-5.35C8.713%2043%207%2041.26%207%2039.113V19.628a3.91%203.91%200%200%201%201.431-3.031zm3.192%202.021a1.26%201.26%200%200%200-1.596%200L10.027%2018.617a1.3%201.3%200%200%200-.477%201.011v19.485c0%20.716.57%201.296%201.275%201.296h5.35c.704%200%201.275-.58%201.275-1.296v-9.226c0-2.147%201.713-3.887%203.825-3.887h5.45c2.112%200%203.825%201.74%203.825%203.887v9.226c0%20.716.57%201.296%201.275%201.296h5.35c.704%200%201.275-.58%201.275-1.296V19.628a1.3%201.3%200%200%200-.477-1.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/home-48-regular.svg?color=%231a73e8&size=48