building bank link icon

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

Name
building-bank-link-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 5.874a.833.833 0 1 0 0-1.667a.833.833 0 0 0 0 1.667M3.5 17h4.836a3.5 3.5 0 0 1-.302-1H4v-.833C4 14.522 4.523 14 5.167 14h3.17c.178-.375.42-.713.714-1H8V8h1.5v4.627c.301-.21.638-.375 1-.482V7.999H12v4h1V8h2v4h.499q.255 0 .5.036V7.999h.093c.893 0 1.26-1.147.53-1.664l-5.85-4.152a1.33 1.33 0 0 0-1.544 0L3.376 6.335c-.728.517-.363 1.664.53 1.664H4v5.34c-.601.386-1 1.06-1 1.827v1.333a.5.5 0 0 0 .5.5M9.806 3a.33.33 0 0 1 .385 0l5.639 4H4.168zM4.999 13.005V8h2v5H5.166q-.084 0-.167.006M11.5 13a2.5 2.5 0 0 0 0 5h.5a.5.5 0 1 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 1 0 0-1zm3.5 0a.5.5 0 1 0 0 1h.5a1.5 1.5 0 1 1 0 3H15a.5.5 0 1 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-4 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingBankLink20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5.874a.833.833 0 1 0 0-1.667a.833.833 0 0 0 0 1.667M3.5 17h4.836a3.5 3.5 0 0 1-.302-1H4v-.833C4 14.522 4.523 14 5.167 14h3.17c.178-.375.42-.713.714-1H8V8h1.5v4.627c.301-.21.638-.375 1-.482V7.999H12v4h1V8h2v4h.499q.255 0 .5.036V7.999h.093c.893 0 1.26-1.147.53-1.664l-5.85-4.152a1.33 1.33 0 0 0-1.544 0L3.376 6.335c-.728.517-.363 1.664.53 1.664H4v5.34c-.601.386-1 1.06-1 1.827v1.333a.5.5 0 0 0 .5.5M9.806 3a.33.33 0 0 1 .385 0l5.639 4H4.168zM4.999 13.005V8h2v5H5.166q-.084 0-.167.006M11.5 13a2.5 2.5 0 0 0 0 5h.5a.5.5 0 1 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 1 0 0-1zm3.5 0a.5.5 0 1 0 0 1h.5a1.5 1.5 0 1 1 0 3H15a.5.5 0 1 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-4 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5.874a.833.833 0 1 0 0-1.667a.833.833 0 0 0 0 1.667M3.5 17h4.836a3.5 3.5 0 0 1-.302-1H4v-.833C4 14.522 4.523 14 5.167 14h3.17c.178-.375.42-.713.714-1H8V8h1.5v4.627c.301-.21.638-.375 1-.482V7.999H12v4h1V8h2v4h.499q.255 0 .5.036V7.999h.093c.893 0 1.26-1.147.53-1.664l-5.85-4.152a1.33 1.33 0 0 0-1.544 0L3.376 6.335c-.728.517-.363 1.664.53 1.664H4v5.34c-.601.386-1 1.06-1 1.827v1.333a.5.5 0 0 0 .5.5M9.806 3a.33.33 0 0 1 .385 0l5.639 4H4.168zM4.999 13.005V8h2v5H5.166q-.084 0-.167.006M11.5 13a2.5 2.5 0 0 0 0 5h.5a.5.5 0 1 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 1 0 0-1zm3.5 0a.5.5 0 1 0 0 1h.5a1.5 1.5 0 1 1 0 3H15a.5.5 0 1 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-4 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-building-bank-link-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205.874a.833.833%200%201%200%200-1.667a.833.833%200%200%200%200%201.667M3.5%2017h4.836a3.5%203.5%200%200%201-.302-1H4v-.833C4%2014.522%204.523%2014%205.167%2014h3.17c.178-.375.42-.713.714-1H8V8h1.5v4.627c.301-.21.638-.375%201-.482V7.999H12v4h1V8h2v4h.499q.255%200%20.5.036V7.999h.093c.893%200%201.26-1.147.53-1.664l-5.85-4.152a1.33%201.33%200%200%200-1.544%200L3.376%206.335c-.728.517-.363%201.664.53%201.664H4v5.34c-.601.386-1%201.06-1%201.827v1.333a.5.5%200%200%200%20.5.5M9.806%203a.33.33%200%200%201%20.385%200l5.639%204H4.168zM4.999%2013.005V8h2v5H5.166q-.084%200-.167.006M11.5%2013a2.5%202.5%200%200%200%200%205h.5a.5.5%200%201%200%200-1h-.5a1.5%201.5%200%200%201%200-3h.5a.5.5%200%201%200%200-1zm3.5%200a.5.5%200%201%200%200%201h.5a1.5%201.5%200%201%201%200%203H15a.5.5%200%201%200%200%201h.5a2.5%202.5%200%200%200%200-5zm-4%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%201%201%200%201h-4a.5.5%200%200%201-.5-.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205.874a.833.833%200%201%200%200-1.667a.833.833%200%200%200%200%201.667M3.5%2017h4.836a3.5%203.5%200%200%201-.302-1H4v-.833C4%2014.522%204.523%2014%205.167%2014h3.17c.178-.375.42-.713.714-1H8V8h1.5v4.627c.301-.21.638-.375%201-.482V7.999H12v4h1V8h2v4h.499q.255%200%20.5.036V7.999h.093c.893%200%201.26-1.147.53-1.664l-5.85-4.152a1.33%201.33%200%200%200-1.544%200L3.376%206.335c-.728.517-.363%201.664.53%201.664H4v5.34c-.601.386-1%201.06-1%201.827v1.333a.5.5%200%200%200%20.5.5M9.806%203a.33.33%200%200%201%20.385%200l5.639%204H4.168zM4.999%2013.005V8h2v5H5.166q-.084%200-.167.006M11.5%2013a2.5%202.5%200%200%200%200%205h.5a.5.5%200%201%200%200-1h-.5a1.5%201.5%200%200%201%200-3h.5a.5.5%200%201%200%200-1zm3.5%200a.5.5%200%201%200%200%201h.5a1.5%201.5%200%201%201%200%203H15a.5.5%200%201%200%200%201h.5a2.5%202.5%200%200%200%200-5zm-4%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%201%201%200%201h-4a.5.5%200%200%201-.5-.5%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-20-regular.svg?color=%231a73e8&size=48