building bank link icon

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

Name
building-bank-link-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M24 14.002a2 2 0 1 0 0-4a2 2 0 0 0 0 4m1.346-9.555a2.25 2.25 0 0 0-2.692 0L6.71 16.349c-1.35 1.007-.637 3.152 1.046 3.152H9v12.005a5.25 5.25 0 0 0-3 4.744v3.5c0 .69.56 1.25 1.25 1.25h15.622a8.4 8.4 0 0 1-.78-2.5H8.5v-2.25a2.75 2.75 0 0 1 2.75-2.75h11.622a8.2 8.2 0 0 1 2.378-2.888V19.5h4.25v9.516A8 8 0 0 1 30 29h2v-9.5h4.5V29H39v-9.5h1.244c1.684 0 2.396-2.145 1.047-3.152zM22.75 31H18.5V19.5h4.25zM16 31h-4.5V19.5H16zm-5.986-14L24 6.561l13.985 10.44zM30.25 31a6.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 FluentBuildingBankLink48Regular(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="M24 14.002a2 2 0 1 0 0-4a2 2 0 0 0 0 4m1.346-9.555a2.25 2.25 0 0 0-2.692 0L6.71 16.349c-1.35 1.007-.637 3.152 1.046 3.152H9v12.005a5.25 5.25 0 0 0-3 4.744v3.5c0 .69.56 1.25 1.25 1.25h15.622a8.4 8.4 0 0 1-.78-2.5H8.5v-2.25a2.75 2.75 0 0 1 2.75-2.75h11.622a8.2 8.2 0 0 1 2.378-2.888V19.5h4.25v9.516A8 8 0 0 1 30 29h2v-9.5h4.5V29H39v-9.5h1.244c1.684 0 2.396-2.145 1.047-3.152zM22.75 31H18.5V19.5h4.25zM16 31h-4.5V19.5H16zm-5.986-14L24 6.561l13.985 10.44zM30.25 31a6.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="M24 14.002a2 2 0 1 0 0-4a2 2 0 0 0 0 4m1.346-9.555a2.25 2.25 0 0 0-2.692 0L6.71 16.349c-1.35 1.007-.637 3.152 1.046 3.152H9v12.005a5.25 5.25 0 0 0-3 4.744v3.5c0 .69.56 1.25 1.25 1.25h15.622a8.4 8.4 0 0 1-.78-2.5H8.5v-2.25a2.75 2.75 0 0 1 2.75-2.75h11.622a8.2 8.2 0 0 1 2.378-2.888V19.5h4.25v9.516A8 8 0 0 1 30 29h2v-9.5h4.5V29H39v-9.5h1.244c1.684 0 2.396-2.145 1.047-3.152zM22.75 31H18.5V19.5h4.25zM16 31h-4.5V19.5H16zm-5.986-14L24 6.561l13.985 10.44zM30.25 31a6.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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2014.002a2%202%200%201%200%200-4a2%202%200%200%200%200%204m1.346-9.555a2.25%202.25%200%200%200-2.692%200L6.71%2016.349c-1.35%201.007-.637%203.152%201.046%203.152H9v12.005a5.25%205.25%200%200%200-3%204.744v3.5c0%20.69.56%201.25%201.25%201.25h15.622a8.4%208.4%200%200%201-.78-2.5H8.5v-2.25a2.75%202.75%200%200%201%202.75-2.75h11.622a8.2%208.2%200%200%201%202.378-2.888V19.5h4.25v9.516A8%208%200%200%201%2030%2029h2v-9.5h4.5V29H39v-9.5h1.244c1.684%200%202.396-2.145%201.047-3.152zM22.75%2031H18.5V19.5h4.25zM16%2031h-4.5V19.5H16zm-5.986-14L24%206.561l13.985%2010.44zM30.25%2031a6.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%22M24%2014.002a2%202%200%201%200%200-4a2%202%200%200%200%200%204m1.346-9.555a2.25%202.25%200%200%200-2.692%200L6.71%2016.349c-1.35%201.007-.637%203.152%201.046%203.152H9v12.005a5.25%205.25%200%200%200-3%204.744v3.5c0%20.69.56%201.25%201.25%201.25h15.622a8.4%208.4%200%200%201-.78-2.5H8.5v-2.25a2.75%202.75%200%200%201%202.75-2.75h11.622a8.2%208.2%200%200%201%202.378-2.888V19.5h4.25v9.516A8%208%200%200%201%2030%2029h2v-9.5h4.5V29H39v-9.5h1.244c1.684%200%202.396-2.145%201.047-3.152zM22.75%2031H18.5V19.5h4.25zM16%2031h-4.5V19.5H16zm-5.986-14L24%206.561l13.985%2010.44zM30.25%2031a6.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-regular.svg?color=%231a73e8&size=48