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

Name
building-people-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M5.5 5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m0 5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-1-8A1.5 1.5 0 0 0 3 3.5v10a.5.5 0 0 0 .5.5h2.796a3.3 3.3 0 0 1-.273-1H4V3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v2.187c.31-.12.647-.187 1-.187v-2A1.5 1.5 0 0 0 8.5 2zm3 3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m5.75 1.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m3.5.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M13 12.6c0 1.184-.8 2.4-3 2.4s-3-1.216-3-2.4A1.6 1.6 0 0 1 8.6 11h2.8a1.6 1.6 0 0 1 1.6 1.6m.704 1.4h.046c1.65 0 2.25-.912 2.25-1.8a1.2 1.2 0 0 0-1.2-1.2h-1.35c.345.441.55.997.55 1.6c0 .462-.09.946-.296 1.4"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingPeople16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m0 5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-1-8A1.5 1.5 0 0 0 3 3.5v10a.5.5 0 0 0 .5.5h2.796a3.3 3.3 0 0 1-.273-1H4V3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v2.187c.31-.12.647-.187 1-.187v-2A1.5 1.5 0 0 0 8.5 2zm3 3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m5.75 1.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m3.5.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M13 12.6c0 1.184-.8 2.4-3 2.4s-3-1.216-3-2.4A1.6 1.6 0 0 1 8.6 11h2.8a1.6 1.6 0 0 1 1.6 1.6m.704 1.4h.046c1.65 0 2.25-.912 2.25-1.8a1.2 1.2 0 0 0-1.2-1.2h-1.35c.345.441.55.997.55 1.6c0 .462-.09.946-.296 1.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m0 5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-1-8A1.5 1.5 0 0 0 3 3.5v10a.5.5 0 0 0 .5.5h2.796a3.3 3.3 0 0 1-.273-1H4V3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v2.187c.31-.12.647-.187 1-.187v-2A1.5 1.5 0 0 0 8.5 2zm3 3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m5.75 1.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m3.5.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M13 12.6c0 1.184-.8 2.4-3 2.4s-3-1.216-3-2.4A1.6 1.6 0 0 1 8.6 11h2.8a1.6 1.6 0 0 1 1.6 1.6m.704 1.4h.046c1.65 0 2.25-.912 2.25-1.8a1.2 1.2 0 0 0-1.2-1.2h-1.35c.345.441.55.997.55 1.6c0 .462-.09.946-.296 1.4"/></svg>
</template>

CSS

.icon-building-people-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%205a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m0%205a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-1-8A1.5%201.5%200%200%200%203%203.5v10a.5.5%200%200%200%20.5.5h2.796a3.3%203.3%200%200%201-.273-1H4V3.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v2.187c.31-.12.647-.187%201-.187v-2A1.5%201.5%200%200%200%208.5%202zm3%203a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M6%207a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m5.75%201.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m3.5.5a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M13%2012.6c0%201.184-.8%202.4-3%202.4s-3-1.216-3-2.4A1.6%201.6%200%200%201%208.6%2011h2.8a1.6%201.6%200%200%201%201.6%201.6m.704%201.4h.046c1.65%200%202.25-.912%202.25-1.8a1.2%201.2%200%200%200-1.2-1.2h-1.35c.345.441.55.997.55%201.6c0%20.462-.09.946-.296%201.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%205a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m0%205a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-1-8A1.5%201.5%200%200%200%203%203.5v10a.5.5%200%200%200%20.5.5h2.796a3.3%203.3%200%200%201-.273-1H4V3.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v2.187c.31-.12.647-.187%201-.187v-2A1.5%201.5%200%200%200%208.5%202zm3%203a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M6%207a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m5.75%201.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m3.5.5a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M13%2012.6c0%201.184-.8%202.4-3%202.4s-3-1.216-3-2.4A1.6%201.6%200%200%201%208.6%2011h2.8a1.6%201.6%200%200%201%201.6%201.6m.704%201.4h.046c1.65%200%202.25-.912%202.25-1.8a1.2%201.2%200%200%200-1.2-1.2h-1.35c.345.441.55.997.55%201.6c0%20.462-.09.946-.296%201.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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