building people icon
building-people-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- building-people-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
building-bank-16-filledbuilding-bank-link-16-filledbuilding-bank-toolbox-20-filledbuilding-checkmark-16-filledbuilding-cloud-24-filledbuilding-desktop-16-filledbuilding-factory-16-filledbuilding-government-16-filledbuilding-government-search-16-filledbuilding-home-16-filledbuilding-lighthouse-16-filledbuilding-mosque-12-filledbuilding-multiple-16-filledbuilding-retail-20-filledbuilding-retail-money-20-filledbuilding-retail-more-20-filledbuilding-retail-shield-20-filledbuilding-retail-toolbox-20-filledbuilding-shop-16-filledbuilding-skyscraper-16-filledbuilding-swap-16-filledbuilding-townhouse-20-filledbuilding-yurt-16-filled
Use the building people icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 3.5A1.5 1.5 0 0 1 5.5 2h6A1.5 1.5 0 0 1 13 3.5V8h1.5A1.5 1.5 0 0 1 16 9.5v1.234q-.28.14-.51.348a2.75 2.75 0 1 0-4.54 3A2.6 2.6 0 0 0 9 16.6c0 .462.09.946.296 1.4H4.5a.5.5 0 0 1-.5-.5zm3.5 2.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M6.75 8a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m.75 3.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M10.25 5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M11 8.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m3.75 3.5a1.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 0M16 16.6c0 1.183-.8 2.4-3 2.4s-3-1.216-3-2.4a1.6 1.6 0 0 1 1.6-1.6h2.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.6a3.4 3.4 0 0 1-.296 1.4"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingPeople20Filled(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="M4 3.5A1.5 1.5 0 0 1 5.5 2h6A1.5 1.5 0 0 1 13 3.5V8h1.5A1.5 1.5 0 0 1 16 9.5v1.234q-.28.14-.51.348a2.75 2.75 0 1 0-4.54 3A2.6 2.6 0 0 0 9 16.6c0 .462.09.946.296 1.4H4.5a.5.5 0 0 1-.5-.5zm3.5 2.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M6.75 8a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m.75 3.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M10.25 5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M11 8.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m3.75 3.5a1.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 0M16 16.6c0 1.183-.8 2.4-3 2.4s-3-1.216-3-2.4a1.6 1.6 0 0 1 1.6-1.6h2.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.6a3.4 3.4 0 0 1-.296 1.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="M4 3.5A1.5 1.5 0 0 1 5.5 2h6A1.5 1.5 0 0 1 13 3.5V8h1.5A1.5 1.5 0 0 1 16 9.5v1.234q-.28.14-.51.348a2.75 2.75 0 1 0-4.54 3A2.6 2.6 0 0 0 9 16.6c0 .462.09.946.296 1.4H4.5a.5.5 0 0 1-.5-.5zm3.5 2.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M6.75 8a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m.75 3.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M10.25 5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M11 8.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m3.75 3.5a1.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 0M16 16.6c0 1.183-.8 2.4-3 2.4s-3-1.216-3-2.4a1.6 1.6 0 0 1 1.6-1.6h2.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.6a3.4 3.4 0 0 1-.296 1.4"/></svg> </template>
CSS
.icon-building-people-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%22M4%203.5A1.5%201.5%200%200%201%205.5%202h6A1.5%201.5%200%200%201%2013%203.5V8h1.5A1.5%201.5%200%200%201%2016%209.5v1.234q-.28.14-.51.348a2.75%202.75%200%201%200-4.54%203A2.6%202.6%200%200%200%209%2016.6c0%20.462.09.946.296%201.4H4.5a.5.5%200%200%201-.5-.5zm3.5%202.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200M6.75%208a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m.75%203.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200M10.25%205a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M11%208.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m3.75%203.5a1.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%200M16%2016.6c0%201.183-.8%202.4-3%202.4s-3-1.216-3-2.4a1.6%201.6%200%200%201%201.6-1.6h2.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.6a3.4%203.4%200%200%201-.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203.5A1.5%201.5%200%200%201%205.5%202h6A1.5%201.5%200%200%201%2013%203.5V8h1.5A1.5%201.5%200%200%201%2016%209.5v1.234q-.28.14-.51.348a2.75%202.75%200%201%200-4.54%203A2.6%202.6%200%200%200%209%2016.6c0%20.462.09.946.296%201.4H4.5a.5.5%200%200%201-.5-.5zm3.5%202.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200M6.75%208a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m.75%203.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200M10.25%205a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M11%208.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m3.75%203.5a1.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%200M16%2016.6c0%201.183-.8%202.4-3%202.4s-3-1.216-3-2.4a1.6%201.6%200%200%201%201.6-1.6h2.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.6a3.4%203.4%200%200%201-.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-20-filled.svg?color=%231a73e8&size=48