building skyscraper icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 9.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m4.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-6-9a.5.5 0 0 0-.5.5V3h-.5a.5.5 0 0 0-.5.5v1.65A1.7 1.7 0 0 0 3 6.7v6.8a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-3.3a3.7 3.7 0 0 0-3.7-3.7h-.312A1.7 1.7 0 0 0 9 5.15V3.5a.5.5 0 0 0-.5-.5H8V1.5a.5.5 0 0 0-.5-.5zM8 5H5V4h3zm1 1.7V13H8v-1.1a.9.9 0 0 0-.9-.9H5.9a.9.9 0 0 0-.9.9V13H4V6.7a.7.7 0 0 1 .7-.7h3.6a.7.7 0 0 1 .7.7M6 13v-1h1v1zm4 0V7.5h.3a2.7 2.7 0 0 1 2.7 2.7V13zM7 3H6V2h1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingSkyscraper16Regular(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="M6 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 9.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m4.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-6-9a.5.5 0 0 0-.5.5V3h-.5a.5.5 0 0 0-.5.5v1.65A1.7 1.7 0 0 0 3 6.7v6.8a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-3.3a3.7 3.7 0 0 0-3.7-3.7h-.312A1.7 1.7 0 0 0 9 5.15V3.5a.5.5 0 0 0-.5-.5H8V1.5a.5.5 0 0 0-.5-.5zM8 5H5V4h3zm1 1.7V13H8v-1.1a.9.9 0 0 0-.9-.9H5.9a.9.9 0 0 0-.9.9V13H4V6.7a.7.7 0 0 1 .7-.7h3.6a.7.7 0 0 1 .7.7M6 13v-1h1v1zm4 0V7.5h.3a2.7 2.7 0 0 1 2.7 2.7V13zM7 3H6V2h1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 9.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m4.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-6-9a.5.5 0 0 0-.5.5V3h-.5a.5.5 0 0 0-.5.5v1.65A1.7 1.7 0 0 0 3 6.7v6.8a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-3.3a3.7 3.7 0 0 0-3.7-3.7h-.312A1.7 1.7 0 0 0 9 5.15V3.5a.5.5 0 0 0-.5-.5H8V1.5a.5.5 0 0 0-.5-.5zM8 5H5V4h3zm1 1.7V13H8v-1.1a.9.9 0 0 0-.9-.9H5.9a.9.9 0 0 0-.9.9V13H4V6.7a.7.7 0 0 1 .7-.7h3.6a.7.7 0 0 1 .7.7M6 13v-1h1v1zm4 0V7.5h.3a2.7 2.7 0 0 1 2.7 2.7V13zM7 3H6V2h1z"/></svg>
</template>

CSS

.icon-building-skyscraper-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%22M6%207.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M6%209.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m4.5%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-6-9a.5.5%200%200%200-.5.5V3h-.5a.5.5%200%200%200-.5.5v1.65A1.7%201.7%200%200%200%203%206.7v6.8a.5.5%200%200%200%20.5.5h10a.5.5%200%200%200%20.5-.5v-3.3a3.7%203.7%200%200%200-3.7-3.7h-.312A1.7%201.7%200%200%200%209%205.15V3.5a.5.5%200%200%200-.5-.5H8V1.5a.5.5%200%200%200-.5-.5zM8%205H5V4h3zm1%201.7V13H8v-1.1a.9.9%200%200%200-.9-.9H5.9a.9.9%200%200%200-.9.9V13H4V6.7a.7.7%200%200%201%20.7-.7h3.6a.7.7%200%200%201%20.7.7M6%2013v-1h1v1zm4%200V7.5h.3a2.7%202.7%200%200%201%202.7%202.7V13zM7%203H6V2h1z%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%22M6%207.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M6%209.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m4.5%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-6-9a.5.5%200%200%200-.5.5V3h-.5a.5.5%200%200%200-.5.5v1.65A1.7%201.7%200%200%200%203%206.7v6.8a.5.5%200%200%200%20.5.5h10a.5.5%200%200%200%20.5-.5v-3.3a3.7%203.7%200%200%200-3.7-3.7h-.312A1.7%201.7%200%200%200%209%205.15V3.5a.5.5%200%200%200-.5-.5H8V1.5a.5.5%200%200%200-.5-.5zM8%205H5V4h3zm1%201.7V13H8v-1.1a.9.9%200%200%200-.9-.9H5.9a.9.9%200%200%200-.9.9V13H4V6.7a.7.7%200%200%201%20.7-.7h3.6a.7.7%200%200%201%20.7.7M6%2013v-1h1v1zm4%200V7.5h.3a2.7%202.7%200%200%201%202.7%202.7V13zM7%203H6V2h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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