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

Name
building-people-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the building people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 22a.75.75 0 0 1-.75-.75v-17A2.25 2.25 0 0 1 6.25 2h8a2.25 2.25 0 0 1 2.25 2.25V9.5h1.25A2.25 2.25 0 0 1 20 11.75v1.3a2.5 2.5 0 0 0-1.5.95v-2.25a.75.75 0 0 0-.75-.75h-2a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 0-.75-.75h-8a.75.75 0 0 0-.75.75V20.5h5.528a4 4 0 0 0 .478 1.5zM7.5 6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m0 7a1 1 0 1 1 2 0a1 1 0 0 1-2 0M12 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-1-2.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0M8.5 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m7 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 6c2.567 0 3.5-1.52 3.5-3a2 2 0 0 0-2-2h-3a2 2 0 0 0-2 2c0 1.48.933 3 3.5 3m4.007-1.022q.234.021.493.022c2.2 0 3-1.216 3-2.4a1.6 1.6 0 0 0-1.6-1.6h-2.164c.475.53.764 1.232.764 2c0 .656-.144 1.35-.493 1.978M22 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingPeople24Regular(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="M4.75 22a.75.75 0 0 1-.75-.75v-17A2.25 2.25 0 0 1 6.25 2h8a2.25 2.25 0 0 1 2.25 2.25V9.5h1.25A2.25 2.25 0 0 1 20 11.75v1.3a2.5 2.5 0 0 0-1.5.95v-2.25a.75.75 0 0 0-.75-.75h-2a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 0-.75-.75h-8a.75.75 0 0 0-.75.75V20.5h5.528a4 4 0 0 0 .478 1.5zM7.5 6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m0 7a1 1 0 1 1 2 0a1 1 0 0 1-2 0M12 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-1-2.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0M8.5 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m7 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 6c2.567 0 3.5-1.52 3.5-3a2 2 0 0 0-2-2h-3a2 2 0 0 0-2 2c0 1.48.933 3 3.5 3m4.007-1.022q.234.021.493.022c2.2 0 3-1.216 3-2.4a1.6 1.6 0 0 0-1.6-1.6h-2.164c.475.53.764 1.232.764 2c0 .656-.144 1.35-.493 1.978M22 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 22a.75.75 0 0 1-.75-.75v-17A2.25 2.25 0 0 1 6.25 2h8a2.25 2.25 0 0 1 2.25 2.25V9.5h1.25A2.25 2.25 0 0 1 20 11.75v1.3a2.5 2.5 0 0 0-1.5.95v-2.25a.75.75 0 0 0-.75-.75h-2a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 0-.75-.75h-8a.75.75 0 0 0-.75.75V20.5h5.528a4 4 0 0 0 .478 1.5zM7.5 6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m0 7a1 1 0 1 1 2 0a1 1 0 0 1-2 0M12 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-1-2.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0M8.5 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m7 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 6c2.567 0 3.5-1.52 3.5-3a2 2 0 0 0-2-2h-3a2 2 0 0 0-2 2c0 1.48.933 3 3.5 3m4.007-1.022q.234.021.493.022c2.2 0 3-1.216 3-2.4a1.6 1.6 0 0 0-1.6-1.6h-2.164c.475.53.764 1.232.764 2c0 .656-.144 1.35-.493 1.978M22 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
</template>

CSS

.icon-building-people-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%22M4.75%2022a.75.75%200%200%201-.75-.75v-17A2.25%202.25%200%200%201%206.25%202h8a2.25%202.25%200%200%201%202.25%202.25V9.5h1.25A2.25%202.25%200%200%201%2020%2011.75v1.3a2.5%202.5%200%200%200-1.5.95v-2.25a.75.75%200%200%200-.75-.75h-2a.75.75%200%200%201-.75-.75v-6a.75.75%200%200%200-.75-.75h-8a.75.75%200%200%200-.75.75V20.5h5.528a4%204%200%200%200%20.478%201.5zM7.5%206.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m0%207a1%201%200%201%201%202%200a1%201%200%200%201-2%200M12%209a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-1-2.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200M8.5%209a1%201%200%201%200%200%202a1%201%200%200%200%200-2m7%208a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%206c2.567%200%203.5-1.52%203.5-3a2%202%200%200%200-2-2h-3a2%202%200%200%200-2%202c0%201.48.933%203%203.5%203m4.007-1.022q.234.021.493.022c2.2%200%203-1.216%203-2.4a1.6%201.6%200%200%200-1.6-1.6h-2.164c.475.53.764%201.232.764%202c0%20.656-.144%201.35-.493%201.978M22%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%22M4.75%2022a.75.75%200%200%201-.75-.75v-17A2.25%202.25%200%200%201%206.25%202h8a2.25%202.25%200%200%201%202.25%202.25V9.5h1.25A2.25%202.25%200%200%201%2020%2011.75v1.3a2.5%202.5%200%200%200-1.5.95v-2.25a.75.75%200%200%200-.75-.75h-2a.75.75%200%200%201-.75-.75v-6a.75.75%200%200%200-.75-.75h-8a.75.75%200%200%200-.75.75V20.5h5.528a4%204%200%200%200%20.478%201.5zM7.5%206.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m0%207a1%201%200%201%201%202%200a1%201%200%200%201-2%200M12%209a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-1-2.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200M8.5%209a1%201%200%201%200%200%202a1%201%200%200%200%200-2m7%208a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%206c2.567%200%203.5-1.52%203.5-3a2%202%200%200%200-2-2h-3a2%202%200%200%200-2%202c0%201.48.933%203%203.5%203m4.007-1.022q.234.021.493.022c2.2%200%203-1.216%203-2.4a1.6%201.6%200%200%200-1.6-1.6h-2.164c.475.53.764%201.232.764%202c0%20.656-.144%201.35-.493%201.978M22%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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