building skyscraper icon

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

Name
building-skyscraper-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 skyscraper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8.25 2.002a.75.75 0 0 0-.75.75V5H6.25a.75.75 0 0 0-.75.75V7.8A2.75 2.75 0 0 0 4 10.25v10.5c0 .415.336.75.75.75h15a.75.75 0 0 0 .75-.75v-5a5.75 5.75 0 0 0-5.51-5.745a2.75 2.75 0 0 0-1.487-2.203V5.75a.75.75 0 0 0-.75-.75H11.5V2.752a.75.75 0 0 0-.75-.75zM12.003 7.5H7v-1h5.003zM13.5 20H12v-2.75a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75V20H5.5v-9.75C5.5 9.56 6.06 9 6.75 9h5.5c.69 0 1.25.56 1.25 1.25zm-5 0v-2h2v2zm6.5 0v-8.492a4.25 4.25 0 0 1 4 4.242V20zM10 5H9V3.502h1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingSkyscraper24Regular(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="M12 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8.25 2.002a.75.75 0 0 0-.75.75V5H6.25a.75.75 0 0 0-.75.75V7.8A2.75 2.75 0 0 0 4 10.25v10.5c0 .415.336.75.75.75h15a.75.75 0 0 0 .75-.75v-5a5.75 5.75 0 0 0-5.51-5.745a2.75 2.75 0 0 0-1.487-2.203V5.75a.75.75 0 0 0-.75-.75H11.5V2.752a.75.75 0 0 0-.75-.75zM12.003 7.5H7v-1h5.003zM13.5 20H12v-2.75a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75V20H5.5v-9.75C5.5 9.56 6.06 9 6.75 9h5.5c.69 0 1.25.56 1.25 1.25zm-5 0v-2h2v2zm6.5 0v-8.492a4.25 4.25 0 0 1 4 4.242V20zM10 5H9V3.502h1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8.25 2.002a.75.75 0 0 0-.75.75V5H6.25a.75.75 0 0 0-.75.75V7.8A2.75 2.75 0 0 0 4 10.25v10.5c0 .415.336.75.75.75h15a.75.75 0 0 0 .75-.75v-5a5.75 5.75 0 0 0-5.51-5.745a2.75 2.75 0 0 0-1.487-2.203V5.75a.75.75 0 0 0-.75-.75H11.5V2.752a.75.75 0 0 0-.75-.75zM12.003 7.5H7v-1h5.003zM13.5 20H12v-2.75a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75V20H5.5v-9.75C5.5 9.56 6.06 9 6.75 9h5.5c.69 0 1.25.56 1.25 1.25zm-5 0v-2h2v2zm6.5 0v-8.492a4.25 4.25 0 0 1 4 4.242V20zM10 5H9V3.502h1z"/></svg>
</template>

CSS

.icon-building-skyscraper-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%22M12%2011a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m10%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202M8.25%202.002a.75.75%200%200%200-.75.75V5H6.25a.75.75%200%200%200-.75.75V7.8A2.75%202.75%200%200%200%204%2010.25v10.5c0%20.415.336.75.75.75h15a.75.75%200%200%200%20.75-.75v-5a5.75%205.75%200%200%200-5.51-5.745a2.75%202.75%200%200%200-1.487-2.203V5.75a.75.75%200%200%200-.75-.75H11.5V2.752a.75.75%200%200%200-.75-.75zM12.003%207.5H7v-1h5.003zM13.5%2020H12v-2.75a.75.75%200%200%200-.75-.75h-3.5a.75.75%200%200%200-.75.75V20H5.5v-9.75C5.5%209.56%206.06%209%206.75%209h5.5c.69%200%201.25.56%201.25%201.25zm-5%200v-2h2v2zm6.5%200v-8.492a4.25%204.25%200%200%201%204%204.242V20zM10%205H9V3.502h1z%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%22M12%2011a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m10%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202M8.25%202.002a.75.75%200%200%200-.75.75V5H6.25a.75.75%200%200%200-.75.75V7.8A2.75%202.75%200%200%200%204%2010.25v10.5c0%20.415.336.75.75.75h15a.75.75%200%200%200%20.75-.75v-5a5.75%205.75%200%200%200-5.51-5.745a2.75%202.75%200%200%200-1.487-2.203V5.75a.75.75%200%200%200-.75-.75H11.5V2.752a.75.75%200%200%200-.75-.75zM12.003%207.5H7v-1h5.003zM13.5%2020H12v-2.75a.75.75%200%200%200-.75-.75h-3.5a.75.75%200%200%200-.75.75V20H5.5v-9.75C5.5%209.56%206.06%209%206.75%209h5.5c.69%200%201.25.56%201.25%201.25zm-5%200v-2h2v2zm6.5%200v-8.492a4.25%204.25%200%200%201%204%204.242V20zM10%205H9V3.502h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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