building skyscraper icon

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

Name
building-skyscraper-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M8.75 2.002a.75.75 0 0 0-.75.75V4h3V2.75a.75.75 0 0 0-.75-.749zM11 5H6.75a.75.75 0 0 0-.75.75V7h7V5.75a.75.75 0 0 0-.75-.75zm6 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0M4 10a2 2 0 0 1 1.965-2h7.07A2 2 0 0 1 15 10v.005a5.75 5.75 0 0 1 5.5 5.744v5a.75.75 0 0 1-.75.75h-8.5v-3a.5.5 0 0 0-.5-.5h-2.5a.5.5 0 0 0-.5.5v3h-3a.75.75 0 0 1-.75-.75zm15 5.75a4.25 4.25 0 0 0-4-4.243V20h4zM12.25 11a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-1 4.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8.75 11a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-1 4.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingSkyscraper24Filled(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="M8.75 2.002a.75.75 0 0 0-.75.75V4h3V2.75a.75.75 0 0 0-.75-.749zM11 5H6.75a.75.75 0 0 0-.75.75V7h7V5.75a.75.75 0 0 0-.75-.75zm6 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0M4 10a2 2 0 0 1 1.965-2h7.07A2 2 0 0 1 15 10v.005a5.75 5.75 0 0 1 5.5 5.744v5a.75.75 0 0 1-.75.75h-8.5v-3a.5.5 0 0 0-.5-.5h-2.5a.5.5 0 0 0-.5.5v3h-3a.75.75 0 0 1-.75-.75zm15 5.75a4.25 4.25 0 0 0-4-4.243V20h4zM12.25 11a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-1 4.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8.75 11a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-1 4.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 2.002a.75.75 0 0 0-.75.75V4h3V2.75a.75.75 0 0 0-.75-.749zM11 5H6.75a.75.75 0 0 0-.75.75V7h7V5.75a.75.75 0 0 0-.75-.75zm6 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0M4 10a2 2 0 0 1 1.965-2h7.07A2 2 0 0 1 15 10v.005a5.75 5.75 0 0 1 5.5 5.744v5a.75.75 0 0 1-.75.75h-8.5v-3a.5.5 0 0 0-.5-.5h-2.5a.5.5 0 0 0-.5.5v3h-3a.75.75 0 0 1-.75-.75zm15 5.75a4.25 4.25 0 0 0-4-4.243V20h4zM12.25 11a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-1 4.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8.75 11a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-1 4.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-building-skyscraper-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%202.002a.75.75%200%200%200-.75.75V4h3V2.75a.75.75%200%200%200-.75-.749zM11%205H6.75a.75.75%200%200%200-.75.75V7h7V5.75a.75.75%200%200%200-.75-.75zm6%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200M4%2010a2%202%200%200%201%201.965-2h7.07A2%202%200%200%201%2015%2010v.005a5.75%205.75%200%200%201%205.5%205.744v5a.75.75%200%200%201-.75.75h-8.5v-3a.5.5%200%200%200-.5-.5h-2.5a.5.5%200%200%200-.5.5v3h-3a.75.75%200%200%201-.75-.75zm15%205.75a4.25%204.25%200%200%200-4-4.243V20h4zM12.25%2011a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-1%204.25a1%201%200%201%200%200-2a1%201%200%200%200%200%202M8.75%2011a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-1%204.25a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22M8.75%202.002a.75.75%200%200%200-.75.75V4h3V2.75a.75.75%200%200%200-.75-.749zM11%205H6.75a.75.75%200%200%200-.75.75V7h7V5.75a.75.75%200%200%200-.75-.75zm6%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200M4%2010a2%202%200%200%201%201.965-2h7.07A2%202%200%200%201%2015%2010v.005a5.75%205.75%200%200%201%205.5%205.744v5a.75.75%200%200%201-.75.75h-8.5v-3a.5.5%200%200%200-.5-.5h-2.5a.5.5%200%200%200-.5.5v3h-3a.75.75%200%200%201-.75-.75zm15%205.75a4.25%204.25%200%200%200-4-4.243V20h4zM12.25%2011a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-1%204.25a1%201%200%201%200%200-2a1%201%200%200%200%200%202M8.75%2011a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-1%204.25a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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-filled.svg?color=%231a73e8&size=48