Building Bank icon

Used for location scenarios. The Building Bank icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Building Bank icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { BuildingBank24Regular, BuildingBank24Filled } from "@fluentui/react-icons";

export function Example() {
  return <BuildingBank24Regular aria-label="Building Bank" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_building_bank_24_regular.svg" width="24" height="24" alt="Building Bank">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 6.25034C13 6.80262 12.5523 7.25034 12 7.25034C11.4477 7.25034 11 6.80262 11 6.25034C11 5.69805 11.4477 5.25034 12 5.25034C12.5523 5.25034 13 5.69805 13 6.25034ZM13.0316 2.32465C12.417 1.87616 11.583 1.87616 10.9684 2.32465L3.54657 7.7406C2.56949 8.4536 3.07382 10.0003 4.2834 10.0003H4.5L4.5 15.8002C3.60958 16.2554 3 17.1817 3 18.2503V19.7503C3 20.1645 3.33579 20.5003 3.75 20.5003H20.25C20.6642 20.5003 21 20.1645 21 19.7503V18.2503C21 17.1817 20.3904 16.2554 19.5 15.8002V10.0003H19.7166C20.9262 10.0003 21.4305 8.45361 20.4534 7.7406L13.0316 2.32465ZM11.8526 3.53633C11.9404 3.47226 12.0596 3.47226 12.1474 3.53633L18.9499 8.50034H5.05011L11.8526 3.53633ZM18 10.0003V15.5003H16V10.0003H18ZM14.5 10.0003V15.5003H12.75V10.0003H14.5ZM11.25 10.0003V15.5003H9.5L9.5 10.0003H11.25ZM5.75 17.0003H18.25C18.9404 17.0003 19.5 17.56 19.5 18.2503V19.0003H4.5V18.2503C4.5 17.56 5.05964 17.0003 5.75 17.0003ZM6 15.5003L6 10.0003H8L8 15.5003H6Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/building_bank_24_regular.svg";

Details

NameBuilding Bank
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_building_bank_24_regular.svg
Filled fileic_fluent_building_bank_24_filled.svg
React componentsBuildingBank24Regular, BuildingBank24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

structureconstructionarchitecturecolumns

Related icons