building skyscraper icon

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

Name
building-skyscraper-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.75 1h-.5a.25.25 0 0 0-.25.25V2h1v-.75A.25.25 0 0 0 6.75 1M8.5 3h-4a.5.5 0 0 0-.5.5V4h5v-.5a.5.5 0 0 0-.5-.5m3 9a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5-2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M3 6.45A1.7 1.7 0 0 1 3.812 5h5.376A1.7 1.7 0 0 1 10 6.45v.05h.3a3.7 3.7 0 0 1 3.7 3.7v3.3a.5.5 0 0 1-.5.5H7v-2.1a.4.4 0 0 0-.4-.4h-.2a.4.4 0 0 0-.4.4V14H3.5a.5.5 0 0 1-.5-.5zm10 3.75a2.7 2.7 0 0 0-2.7-2.7H10V13h3zM6 7.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 9.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingSkyscraper16Filled(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.75 1h-.5a.25.25 0 0 0-.25.25V2h1v-.75A.25.25 0 0 0 6.75 1M8.5 3h-4a.5.5 0 0 0-.5.5V4h5v-.5a.5.5 0 0 0-.5-.5m3 9a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5-2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M3 6.45A1.7 1.7 0 0 1 3.812 5h5.376A1.7 1.7 0 0 1 10 6.45v.05h.3a3.7 3.7 0 0 1 3.7 3.7v3.3a.5.5 0 0 1-.5.5H7v-2.1a.4.4 0 0 0-.4-.4h-.2a.4.4 0 0 0-.4.4V14H3.5a.5.5 0 0 1-.5-.5zm10 3.75a2.7 2.7 0 0 0-2.7-2.7H10V13h3zM6 7.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 9.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></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.75 1h-.5a.25.25 0 0 0-.25.25V2h1v-.75A.25.25 0 0 0 6.75 1M8.5 3h-4a.5.5 0 0 0-.5.5V4h5v-.5a.5.5 0 0 0-.5-.5m3 9a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5-2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M3 6.45A1.7 1.7 0 0 1 3.812 5h5.376A1.7 1.7 0 0 1 10 6.45v.05h.3a3.7 3.7 0 0 1 3.7 3.7v3.3a.5.5 0 0 1-.5.5H7v-2.1a.4.4 0 0 0-.4-.4h-.2a.4.4 0 0 0-.4.4V14H3.5a.5.5 0 0 1-.5-.5zm10 3.75a2.7 2.7 0 0 0-2.7-2.7H10V13h3zM6 7.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M6 9.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
</template>

CSS

.icon-building-skyscraper-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%201h-.5a.25.25%200%200%200-.25.25V2h1v-.75A.25.25%200%200%200%206.75%201M8.5%203h-4a.5.5%200%200%200-.5.5V4h5v-.5a.5.5%200%200%200-.5-.5m3%209a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m.5-2.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M3%206.45A1.7%201.7%200%200%201%203.812%205h5.376A1.7%201.7%200%200%201%2010%206.45v.05h.3a3.7%203.7%200%200%201%203.7%203.7v3.3a.5.5%200%200%201-.5.5H7v-2.1a.4.4%200%200%200-.4-.4h-.2a.4.4%200%200%200-.4.4V14H3.5a.5.5%200%200%201-.5-.5zm10%203.75a2.7%202.7%200%200%200-2.7-2.7H10V13h3zM6%207.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M6%209.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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.75%201h-.5a.25.25%200%200%200-.25.25V2h1v-.75A.25.25%200%200%200%206.75%201M8.5%203h-4a.5.5%200%200%200-.5.5V4h5v-.5a.5.5%200%200%200-.5-.5m3%209a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m.5-2.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M3%206.45A1.7%201.7%200%200%201%203.812%205h5.376A1.7%201.7%200%200%201%2010%206.45v.05h.3a3.7%203.7%200%200%201%203.7%203.7v3.3a.5.5%200%200%201-.5.5H7v-2.1a.4.4%200%200%200-.4-.4h-.2a.4.4%200%200%200-.4.4V14H3.5a.5.5%200%200%201-.5-.5zm10%203.75a2.7%202.7%200%200%200-2.7-2.7H10V13h3zM6%207.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M6%209.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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-filled.svg?color=%231a73e8&size=48