home person icon
home-person-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- home-person-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the home person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.5 14a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S11 16.75 11 15.5a1.5 1.5 0 0 1 1.5-1.5zM8.996 2.385a1.5 1.5 0 0 1 2.008 0l5.5 4.95A1.5 1.5 0 0 1 17 8.45v.893a3 3 0 1 0-4.727 3.667A2.5 2.5 0 0 0 10 15.5c0 .514.12 1.031.37 1.505H4.5a1.5 1.5 0 0 1-1.5-1.5V8.45c0-.425.18-.83.496-1.114zM14.5 9a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentHomePerson20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.5 14a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S11 16.75 11 15.5a1.5 1.5 0 0 1 1.5-1.5zM8.996 2.385a1.5 1.5 0 0 1 2.008 0l5.5 4.95A1.5 1.5 0 0 1 17 8.45v.893a3 3 0 1 0-4.727 3.667A2.5 2.5 0 0 0 10 15.5c0 .514.12 1.031.37 1.505H4.5a1.5 1.5 0 0 1-1.5-1.5V8.45c0-.425.18-.83.496-1.114zM14.5 9a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.5 14a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S11 16.75 11 15.5a1.5 1.5 0 0 1 1.5-1.5zM8.996 2.385a1.5 1.5 0 0 1 2.008 0l5.5 4.95A1.5 1.5 0 0 1 17 8.45v.893a3 3 0 1 0-4.727 3.667A2.5 2.5 0 0 0 10 15.5c0 .514.12 1.031.37 1.505H4.5a1.5 1.5 0 0 1-1.5-1.5V8.45c0-.425.18-.83.496-1.114zM14.5 9a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg> </template>
CSS
.icon-home-person-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2014a1.5%201.5%200%200%201%201.5%201.5c0%201.245-1%202.5-3.5%202.5S11%2016.75%2011%2015.5a1.5%201.5%200%200%201%201.5-1.5zM8.996%202.385a1.5%201.5%200%200%201%202.008%200l5.5%204.95A1.5%201.5%200%200%201%2017%208.45v.893a3%203%200%201%200-4.727%203.667A2.5%202.5%200%200%200%2010%2015.5c0%20.514.12%201.031.37%201.505H4.5a1.5%201.5%200%200%201-1.5-1.5V8.45c0-.425.18-.83.496-1.114zM14.5%209a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2014a1.5%201.5%200%200%201%201.5%201.5c0%201.245-1%202.5-3.5%202.5S11%2016.75%2011%2015.5a1.5%201.5%200%200%201%201.5-1.5zM8.996%202.385a1.5%201.5%200%200%201%202.008%200l5.5%204.95A1.5%201.5%200%200%201%2017%208.45v.893a3%203%200%201%200-4.727%203.667A2.5%202.5%200%200%200%2010%2015.5c0%20.514.12%201.031.37%201.505H4.5a1.5%201.5%200%200%201-1.5-1.5V8.45c0-.425.18-.83.496-1.114zM14.5%209a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/home-person-20-filled.svg?color=%231a73e8&size=48