person home icon
person-home-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- person-home-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
Use the person home icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M33.048 24.722a3 3 0 0 1 3.904 0l8 6.852A3 3 0 0 1 46 33.852V44a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-6a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v6a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2V33.853a3 3 0 0 1 1.048-2.279zm-9.3 5.334a5 5 0 0 0-.455.444H12.25a1.75 1.75 0 0 0-1.75 1.749V33c0 2.744 1.36 4.808 3.72 6.245c1.991 1.212 4.685 1.96 7.78 2.183v2.505c-3.449-.228-6.62-1.056-9.08-2.553C9.942 39.567 8 36.755 8 33v-.751A4.25 4.25 0 0 1 12.25 28h13.897zM24 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S18.477 4 24 4m0 2.5a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonHome48Regular(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="M33.048 24.722a3 3 0 0 1 3.904 0l8 6.852A3 3 0 0 1 46 33.852V44a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-6a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v6a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2V33.853a3 3 0 0 1 1.048-2.279zm-9.3 5.334a5 5 0 0 0-.455.444H12.25a1.75 1.75 0 0 0-1.75 1.749V33c0 2.744 1.36 4.808 3.72 6.245c1.991 1.212 4.685 1.96 7.78 2.183v2.505c-3.449-.228-6.62-1.056-9.08-2.553C9.942 39.567 8 36.755 8 33v-.751A4.25 4.25 0 0 1 12.25 28h13.897zM24 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S18.477 4 24 4m0 2.5a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M33.048 24.722a3 3 0 0 1 3.904 0l8 6.852A3 3 0 0 1 46 33.852V44a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-6a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v6a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2V33.853a3 3 0 0 1 1.048-2.279zm-9.3 5.334a5 5 0 0 0-.455.444H12.25a1.75 1.75 0 0 0-1.75 1.749V33c0 2.744 1.36 4.808 3.72 6.245c1.991 1.212 4.685 1.96 7.78 2.183v2.505c-3.449-.228-6.62-1.056-9.08-2.553C9.942 39.567 8 36.755 8 33v-.751A4.25 4.25 0 0 1 12.25 28h13.897zM24 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S18.477 4 24 4m0 2.5a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15"/></svg> </template>
CSS
.icon-person-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%22M33.048%2024.722a3%203%200%200%201%203.904%200l8%206.852A3%203%200%200%201%2046%2033.852V44a2%202%200%200%201-2%202h-3a2%202%200%200%201-2-2v-6a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v6a2%202%200%200%201-2%202h-3a2%202%200%200%201-2-2V33.853a3%203%200%200%201%201.048-2.279zm-9.3%205.334a5%205%200%200%200-.455.444H12.25a1.75%201.75%200%200%200-1.75%201.749V33c0%202.744%201.36%204.808%203.72%206.245c1.991%201.212%204.685%201.96%207.78%202.183v2.505c-3.449-.228-6.62-1.056-9.08-2.553C9.942%2039.567%208%2036.755%208%2033v-.751A4.25%204.25%200%200%201%2012.25%2028h13.897zM24%204c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10S18.477%204%2024%204m0%202.5a7.5%207.5%200%201%200%200%2015a7.5%207.5%200%200%200%200-15%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%22M33.048%2024.722a3%203%200%200%201%203.904%200l8%206.852A3%203%200%200%201%2046%2033.852V44a2%202%200%200%201-2%202h-3a2%202%200%200%201-2-2v-6a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v6a2%202%200%200%201-2%202h-3a2%202%200%200%201-2-2V33.853a3%203%200%200%201%201.048-2.279zm-9.3%205.334a5%205%200%200%200-.455.444H12.25a1.75%201.75%200%200%200-1.75%201.749V33c0%202.744%201.36%204.808%203.72%206.245c1.991%201.212%204.685%201.96%207.78%202.183v2.505c-3.449-.228-6.62-1.056-9.08-2.553C9.942%2039.567%208%2036.755%208%2033v-.751A4.25%204.25%200%200%201%2012.25%2028h13.897zM24%204c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10S18.477%204%2024%204m0%202.5a7.5%207.5%200%201%200%200%2015a7.5%207.5%200%200%200%200-15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-home-48-regular.svg?color=%231a73e8&size=48