building bank icon
building-bank-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- building-bank-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
building-bank-link-16-filledbuilding-bank-toolbox-20-filledbuilding-checkmark-16-filledbuilding-cloud-24-filledbuilding-desktop-16-filledbuilding-factory-16-filledbuilding-government-16-filledbuilding-government-search-16-filledbuilding-home-16-filledbuilding-lighthouse-16-filledbuilding-mosque-12-filledbuilding-multiple-16-filledbuilding-people-16-filledbuilding-retail-20-filledbuilding-retail-money-20-filledbuilding-retail-more-20-filledbuilding-retail-shield-20-filledbuilding-retail-toolbox-20-filledbuilding-shop-16-filledbuilding-skyscraper-16-filledbuilding-swap-16-filledbuilding-townhouse-20-filledbuilding-yurt-16-filled
Use the building bank icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 6.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m.032-3.925a1.75 1.75 0 0 0-2.064 0L3.547 7.74c-.978.713-.473 2.26.736 2.26H4.5v5.8A2.75 2.75 0 0 0 3 18.25v1.5c0 .413.336.75.75.75h16.5a.75.75 0 0 0 .75-.75v-1.5a2.75 2.75 0 0 0-1.5-2.45V10h.217c1.21 0 1.713-1.547.736-2.26zm-1.18 1.211a.25.25 0 0 1 .295 0L18.95 8.5H5.05zM18 10v5.5h-2V10zm-3.5 0v5.5h-1.75V10zm-3.25 0v5.5H9.5V10zm-5.5 7h12.5c.69 0 1.25.56 1.25 1.25V19h-15v-.75c0-.69.56-1.25 1.25-1.25M6 15.5V10h2v5.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingBank24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 6.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m.032-3.925a1.75 1.75 0 0 0-2.064 0L3.547 7.74c-.978.713-.473 2.26.736 2.26H4.5v5.8A2.75 2.75 0 0 0 3 18.25v1.5c0 .413.336.75.75.75h16.5a.75.75 0 0 0 .75-.75v-1.5a2.75 2.75 0 0 0-1.5-2.45V10h.217c1.21 0 1.713-1.547.736-2.26zm-1.18 1.211a.25.25 0 0 1 .295 0L18.95 8.5H5.05zM18 10v5.5h-2V10zm-3.5 0v5.5h-1.75V10zm-3.25 0v5.5H9.5V10zm-5.5 7h12.5c.69 0 1.25.56 1.25 1.25V19h-15v-.75c0-.69.56-1.25 1.25-1.25M6 15.5V10h2v5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 6.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m.032-3.925a1.75 1.75 0 0 0-2.064 0L3.547 7.74c-.978.713-.473 2.26.736 2.26H4.5v5.8A2.75 2.75 0 0 0 3 18.25v1.5c0 .413.336.75.75.75h16.5a.75.75 0 0 0 .75-.75v-1.5a2.75 2.75 0 0 0-1.5-2.45V10h.217c1.21 0 1.713-1.547.736-2.26zm-1.18 1.211a.25.25 0 0 1 .295 0L18.95 8.5H5.05zM18 10v5.5h-2V10zm-3.5 0v5.5h-1.75V10zm-3.25 0v5.5H9.5V10zm-5.5 7h12.5c.69 0 1.25.56 1.25 1.25V19h-15v-.75c0-.69.56-1.25 1.25-1.25M6 15.5V10h2v5.5z"/></svg> </template>
CSS
.icon-building-bank-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%206.25a1%201%200%201%201-2%200a1%201%200%200%201%202%200m.032-3.925a1.75%201.75%200%200%200-2.064%200L3.547%207.74c-.978.713-.473%202.26.736%202.26H4.5v5.8A2.75%202.75%200%200%200%203%2018.25v1.5c0%20.413.336.75.75.75h16.5a.75.75%200%200%200%20.75-.75v-1.5a2.75%202.75%200%200%200-1.5-2.45V10h.217c1.21%200%201.713-1.547.736-2.26zm-1.18%201.211a.25.25%200%200%201%20.295%200L18.95%208.5H5.05zM18%2010v5.5h-2V10zm-3.5%200v5.5h-1.75V10zm-3.25%200v5.5H9.5V10zm-5.5%207h12.5c.69%200%201.25.56%201.25%201.25V19h-15v-.75c0-.69.56-1.25%201.25-1.25M6%2015.5V10h2v5.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%206.25a1%201%200%201%201-2%200a1%201%200%200%201%202%200m.032-3.925a1.75%201.75%200%200%200-2.064%200L3.547%207.74c-.978.713-.473%202.26.736%202.26H4.5v5.8A2.75%202.75%200%200%200%203%2018.25v1.5c0%20.413.336.75.75.75h16.5a.75.75%200%200%200%20.75-.75v-1.5a2.75%202.75%200%200%200-1.5-2.45V10h.217c1.21%200%201.713-1.547.736-2.26zm-1.18%201.211a.25.25%200%200%201%20.295%200L18.95%208.5H5.05zM18%2010v5.5h-2V10zm-3.5%200v5.5h-1.75V10zm-3.25%200v5.5H9.5V10zm-5.5%207h12.5c.69%200%201.25.56%201.25%201.25V19h-15v-.75c0-.69.56-1.25%201.25-1.25M6%2015.5V10h2v5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-bank-24-regular.svg?color=%231a73e8&size=48