building bank link icon

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

Name
building-bank-link-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the building bank link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.346 4.447a2.25 2.25 0 0 0-2.692 0L6.71 16.349c-1.35 1.007-.637 3.152 1.046 3.152h32.489c1.684 0 2.396-2.145 1.047-3.152zM24 14.002a2 2 0 1 1 0-4a2 2 0 0 1 0 4M6 38.25C6 35.35 8.35 33 11.25 33h11.892A8.4 8.4 0 0 0 22 37.25c0 1.35.315 2.625.872 3.75H7.25C6.56 41 6 40.44 6 39.75zm20-8.146a7.8 7.8 0 0 1 4-1.103v-7.5h-4zm8-1.103h4v-7.5h-4zm-20 2h-4v-9.5h4zm4-9.5v9.5h4v-9.5zm12.25 9.5a6.25 6.25 0 1 0 0 12.499h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a3.75 3.75 0 1 1 0-7.5h1.5a1.25 1.25 0 1 0 0-2.5zm9.5 0a6.25 6.25 0 1 1 0 12.499h-1.5a1.25 1.25 0 1 1 0-2.5h1.5a3.75 3.75 0 1 0 0-7.5h-1.5a1.25 1.25 0 1 1 0-2.5zM29 37.25c0-.691.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingBankLink48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.346 4.447a2.25 2.25 0 0 0-2.692 0L6.71 16.349c-1.35 1.007-.637 3.152 1.046 3.152h32.489c1.684 0 2.396-2.145 1.047-3.152zM24 14.002a2 2 0 1 1 0-4a2 2 0 0 1 0 4M6 38.25C6 35.35 8.35 33 11.25 33h11.892A8.4 8.4 0 0 0 22 37.25c0 1.35.315 2.625.872 3.75H7.25C6.56 41 6 40.44 6 39.75zm20-8.146a7.8 7.8 0 0 1 4-1.103v-7.5h-4zm8-1.103h4v-7.5h-4zm-20 2h-4v-9.5h4zm4-9.5v9.5h4v-9.5zm12.25 9.5a6.25 6.25 0 1 0 0 12.499h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a3.75 3.75 0 1 1 0-7.5h1.5a1.25 1.25 0 1 0 0-2.5zm9.5 0a6.25 6.25 0 1 1 0 12.499h-1.5a1.25 1.25 0 1 1 0-2.5h1.5a3.75 3.75 0 1 0 0-7.5h-1.5a1.25 1.25 0 1 1 0-2.5zM29 37.25c0-.691.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.346 4.447a2.25 2.25 0 0 0-2.692 0L6.71 16.349c-1.35 1.007-.637 3.152 1.046 3.152h32.489c1.684 0 2.396-2.145 1.047-3.152zM24 14.002a2 2 0 1 1 0-4a2 2 0 0 1 0 4M6 38.25C6 35.35 8.35 33 11.25 33h11.892A8.4 8.4 0 0 0 22 37.25c0 1.35.315 2.625.872 3.75H7.25C6.56 41 6 40.44 6 39.75zm20-8.146a7.8 7.8 0 0 1 4-1.103v-7.5h-4zm8-1.103h4v-7.5h-4zm-20 2h-4v-9.5h4zm4-9.5v9.5h4v-9.5zm12.25 9.5a6.25 6.25 0 1 0 0 12.499h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a3.75 3.75 0 1 1 0-7.5h1.5a1.25 1.25 0 1 0 0-2.5zm9.5 0a6.25 6.25 0 1 1 0 12.499h-1.5a1.25 1.25 0 1 1 0-2.5h1.5a3.75 3.75 0 1 0 0-7.5h-1.5a1.25 1.25 0 1 1 0-2.5zM29 37.25c0-.691.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
</template>

CSS

.icon-building-bank-link-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.346%204.447a2.25%202.25%200%200%200-2.692%200L6.71%2016.349c-1.35%201.007-.637%203.152%201.046%203.152h32.489c1.684%200%202.396-2.145%201.047-3.152zM24%2014.002a2%202%200%201%201%200-4a2%202%200%200%201%200%204M6%2038.25C6%2035.35%208.35%2033%2011.25%2033h11.892A8.4%208.4%200%200%200%2022%2037.25c0%201.35.315%202.625.872%203.75H7.25C6.56%2041%206%2040.44%206%2039.75zm20-8.146a7.8%207.8%200%200%201%204-1.103v-7.5h-4zm8-1.103h4v-7.5h-4zm-20%202h-4v-9.5h4zm4-9.5v9.5h4v-9.5zm12.25%209.5a6.25%206.25%200%201%200%200%2012.499h1.5a1.25%201.25%200%201%200%200-2.5h-1.5a3.75%203.75%200%201%201%200-7.5h1.5a1.25%201.25%200%201%200%200-2.5zm9.5%200a6.25%206.25%200%201%201%200%2012.499h-1.5a1.25%201.25%200%201%201%200-2.5h1.5a3.75%203.75%200%201%200%200-7.5h-1.5a1.25%201.25%200%201%201%200-2.5zM29%2037.25c0-.691.56-1.25%201.25-1.25h9.5a1.25%201.25%200%201%201%200%202.5h-9.5c-.69%200-1.25-.56-1.25-1.25%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.346%204.447a2.25%202.25%200%200%200-2.692%200L6.71%2016.349c-1.35%201.007-.637%203.152%201.046%203.152h32.489c1.684%200%202.396-2.145%201.047-3.152zM24%2014.002a2%202%200%201%201%200-4a2%202%200%200%201%200%204M6%2038.25C6%2035.35%208.35%2033%2011.25%2033h11.892A8.4%208.4%200%200%200%2022%2037.25c0%201.35.315%202.625.872%203.75H7.25C6.56%2041%206%2040.44%206%2039.75zm20-8.146a7.8%207.8%200%200%201%204-1.103v-7.5h-4zm8-1.103h4v-7.5h-4zm-20%202h-4v-9.5h4zm4-9.5v9.5h4v-9.5zm12.25%209.5a6.25%206.25%200%201%200%200%2012.499h1.5a1.25%201.25%200%201%200%200-2.5h-1.5a3.75%203.75%200%201%201%200-7.5h1.5a1.25%201.25%200%201%200%200-2.5zm9.5%200a6.25%206.25%200%201%201%200%2012.499h-1.5a1.25%201.25%200%201%201%200-2.5h1.5a3.75%203.75%200%201%200%200-7.5h-1.5a1.25%201.25%200%201%201%200-2.5zM29%2037.25c0-.691.56-1.25%201.25-1.25h9.5a1.25%201.25%200%201%201%200%202.5h-9.5c-.69%200-1.25-.56-1.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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