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

Name
home-person-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.845a.207.207 0 0 1-.206.207a.22.22 0 0 1-.19-.117a3.5 3.5 0 0 0-1.104-1.255v-.68a.75.75 0 0 0-.267-.574l-6.75-5.695a.75.75 0 0 0-.966 0l-6.75 5.695a.75.75 0 0 0-.267.573v8.803c0 .414.336.75.75.75h6.803a3.66 3.66 0 0 0 .612 1.5H5.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 FluentHomePerson24Regular(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.845a.207.207 0 0 1-.206.207a.22.22 0 0 1-.19-.117a3.5 3.5 0 0 0-1.104-1.255v-.68a.75.75 0 0 0-.267-.574l-6.75-5.695a.75.75 0 0 0-.966 0l-6.75 5.695a.75.75 0 0 0-.267.573v8.803c0 .414.336.75.75.75h6.803a3.66 3.66 0 0 0 .612 1.5H5.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.845a.207.207 0 0 1-.206.207a.22.22 0 0 1-.19-.117a3.5 3.5 0 0 0-1.104-1.255v-.68a.75.75 0 0 0-.267-.574l-6.75-5.695a.75.75 0 0 0-.966 0l-6.75 5.695a.75.75 0 0 0-.267.573v8.803c0 .414.336.75.75.75h6.803a3.66 3.66 0 0 0 .612 1.5H5.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-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%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.845a.207.207%200%200%201-.206.207a.22.22%200%200%201-.19-.117a3.5%203.5%200%200%200-1.104-1.255v-.68a.75.75%200%200%200-.267-.574l-6.75-5.695a.75.75%200%200%200-.966%200l-6.75%205.695a.75.75%200%200%200-.267.573v8.803c0%20.414.336.75.75.75h6.803a3.66%203.66%200%200%200%20.612%201.5H5.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.845a.207.207%200%200%201-.206.207a.22.22%200%200%201-.19-.117a3.5%203.5%200%200%200-1.104-1.255v-.68a.75.75%200%200%200-.267-.574l-6.75-5.695a.75.75%200%200%200-.966%200l-6.75%205.695a.75.75%200%200%200-.267.573v8.803c0%20.414.336.75.75.75h6.803a3.66%203.66%200%200%200%20.612%201.5H5.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-regular.svg?color=%231a73e8&size=48