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

Name
home-person-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M20.228 17c.978 0 1.772.793 1.772 1.771v.104C22 20.431 20.714 22 17.5 22S13 20.437 13 18.875v-.104c0-.978.794-1.77 1.773-1.771zm-9.68-14.468a2.25 2.25 0 0 1 2.903 0l6.75 5.696A2.25 2.25 0 0 1 21 9.948v1.846a.206.206 0 0 1-.206.206a.21.21 0 0 1-.189-.117A3.5 3.5 0 1 0 15.051 16h-.278A2.77 2.77 0 0 0 12 18.771v.104c0 .74.214 1.48.665 2.125H5.25A2.25 2.25 0 0 1 3 18.75V9.947c0-.663.292-1.292.799-1.72zM17.5 11a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></svg>

React

import type { SVGProps } from "react";

export function FluentHomePerson24Filled(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="M20.228 17c.978 0 1.772.793 1.772 1.771v.104C22 20.431 20.714 22 17.5 22S13 20.437 13 18.875v-.104c0-.978.794-1.77 1.773-1.771zm-9.68-14.468a2.25 2.25 0 0 1 2.903 0l6.75 5.696A2.25 2.25 0 0 1 21 9.948v1.846a.206.206 0 0 1-.206.206a.21.21 0 0 1-.189-.117A3.5 3.5 0 1 0 15.051 16h-.278A2.77 2.77 0 0 0 12 18.771v.104c0 .74.214 1.48.665 2.125H5.25A2.25 2.25 0 0 1 3 18.75V9.947c0-.663.292-1.292.799-1.72zM17.5 11a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.228 17c.978 0 1.772.793 1.772 1.771v.104C22 20.431 20.714 22 17.5 22S13 20.437 13 18.875v-.104c0-.978.794-1.77 1.773-1.771zm-9.68-14.468a2.25 2.25 0 0 1 2.903 0l6.75 5.696A2.25 2.25 0 0 1 21 9.948v1.846a.206.206 0 0 1-.206.206a.21.21 0 0 1-.189-.117A3.5 3.5 0 1 0 15.051 16h-.278A2.77 2.77 0 0 0 12 18.771v.104c0 .74.214 1.48.665 2.125H5.25A2.25 2.25 0 0 1 3 18.75V9.947c0-.663.292-1.292.799-1.72zM17.5 11a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></svg>
</template>

CSS

.icon-home-person-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.228%2017c.978%200%201.772.793%201.772%201.771v.104C22%2020.431%2020.714%2022%2017.5%2022S13%2020.437%2013%2018.875v-.104c0-.978.794-1.77%201.773-1.771zm-9.68-14.468a2.25%202.25%200%200%201%202.903%200l6.75%205.696A2.25%202.25%200%200%201%2021%209.948v1.846a.206.206%200%200%201-.206.206a.21.21%200%200%201-.189-.117A3.5%203.5%200%201%200%2015.051%2016h-.278A2.77%202.77%200%200%200%2012%2018.771v.104c0%20.74.214%201.48.665%202.125H5.25A2.25%202.25%200%200%201%203%2018.75V9.947c0-.663.292-1.292.799-1.72zM17.5%2011a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5%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%22M20.228%2017c.978%200%201.772.793%201.772%201.771v.104C22%2020.431%2020.714%2022%2017.5%2022S13%2020.437%2013%2018.875v-.104c0-.978.794-1.77%201.773-1.771zm-9.68-14.468a2.25%202.25%200%200%201%202.903%200l6.75%205.696A2.25%202.25%200%200%201%2021%209.948v1.846a.206.206%200%200%201-.206.206a.21.21%200%200%201-.189-.117A3.5%203.5%200%201%200%2015.051%2016h-.278A2.77%202.77%200%200%200%2012%2018.771v.104c0%20.74.214%201.48.665%202.125H5.25A2.25%202.25%200%200%201%203%2018.75V9.947c0-.663.292-1.292.799-1.72zM17.5%2011a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/home-person-24-filled.svg?color=%231a73e8&size=48