building bank toolbox icon
building-bank-toolbox-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- building-bank-toolbox-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
building-bank-16-filledbuilding-bank-link-16-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 toolbox 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.26a1 1 0 1 1-2-.001a1 1 0 0 1 2 0m.032-3.924a1.75 1.75 0 0 0-2.064 0L3.547 7.75c-.978.712-.473 2.258.736 2.258H4.5v5.796c-.89.455-1.5 1.38-1.5 2.448v1.5a.75.75 0 0 0 .75.749H11v-1.499H4.5v-.75c0-.69.56-1.249 1.25-1.249H11V16.5c0-.354.074-.691.207-.997H9.5v-5.496h1.75v5.402a2.5 2.5 0 0 1 1.5-1.295v-4.107h1.75v1.543c.375-.192.8-.3 1.25-.3H16v-1.243h2v1.243h1.25q.127 0 .25.011v-1.254h.217c1.21 0 1.713-1.546.736-2.258zm-1.18 1.211a.25.25 0 0 1 .295 0l6.803 4.96H5.05zM6 15.503v-5.496h2v5.496zM14 15h-.5a1.5 1.5 0 0 0-1.5 1.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 14 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zm-2 9a1.5 1.5 0 0 1-1.5-1.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingBankToolbox24Regular(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.26a1 1 0 1 1-2-.001a1 1 0 0 1 2 0m.032-3.924a1.75 1.75 0 0 0-2.064 0L3.547 7.75c-.978.712-.473 2.258.736 2.258H4.5v5.796c-.89.455-1.5 1.38-1.5 2.448v1.5a.75.75 0 0 0 .75.749H11v-1.499H4.5v-.75c0-.69.56-1.249 1.25-1.249H11V16.5c0-.354.074-.691.207-.997H9.5v-5.496h1.75v5.402a2.5 2.5 0 0 1 1.5-1.295v-4.107h1.75v1.543c.375-.192.8-.3 1.25-.3H16v-1.243h2v1.243h1.25q.127 0 .25.011v-1.254h.217c1.21 0 1.713-1.546.736-2.258zm-1.18 1.211a.25.25 0 0 1 .295 0l6.803 4.96H5.05zM6 15.503v-5.496h2v5.496zM14 15h-.5a1.5 1.5 0 0 0-1.5 1.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 14 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zm-2 9a1.5 1.5 0 0 1-1.5-1.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.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.26a1 1 0 1 1-2-.001a1 1 0 0 1 2 0m.032-3.924a1.75 1.75 0 0 0-2.064 0L3.547 7.75c-.978.712-.473 2.258.736 2.258H4.5v5.796c-.89.455-1.5 1.38-1.5 2.448v1.5a.75.75 0 0 0 .75.749H11v-1.499H4.5v-.75c0-.69.56-1.249 1.25-1.249H11V16.5c0-.354.074-.691.207-.997H9.5v-5.496h1.75v5.402a2.5 2.5 0 0 1 1.5-1.295v-4.107h1.75v1.543c.375-.192.8-.3 1.25-.3H16v-1.243h2v1.243h1.25q.127 0 .25.011v-1.254h.217c1.21 0 1.713-1.546.736-2.258zm-1.18 1.211a.25.25 0 0 1 .295 0l6.803 4.96H5.05zM6 15.503v-5.496h2v5.496zM14 15h-.5a1.5 1.5 0 0 0-1.5 1.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 14 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zm-2 9a1.5 1.5 0 0 1-1.5-1.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.5z"/></svg> </template>
CSS
.icon-building-bank-toolbox-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.26a1%201%200%201%201-2-.001a1%201%200%200%201%202%200m.032-3.924a1.75%201.75%200%200%200-2.064%200L3.547%207.75c-.978.712-.473%202.258.736%202.258H4.5v5.796c-.89.455-1.5%201.38-1.5%202.448v1.5a.75.75%200%200%200%20.75.749H11v-1.499H4.5v-.75c0-.69.56-1.249%201.25-1.249H11V16.5c0-.354.074-.691.207-.997H9.5v-5.496h1.75v5.402a2.5%202.5%200%200%201%201.5-1.295v-4.107h1.75v1.543c.375-.192.8-.3%201.25-.3H16v-1.243h2v1.243h1.25q.127%200%20.25.011v-1.254h.217c1.21%200%201.713-1.546.736-2.258zm-1.18%201.211a.25.25%200%200%201%20.295%200l6.803%204.96H5.05zM6%2015.503v-5.496h2v5.496zM14%2015h-.5a1.5%201.5%200%200%200-1.5%201.5V18h2.5v-.25a.75.75%200%200%201%201.5%200V18h3v-.25a.75.75%200%200%201%201.5%200V18H23v-1.5a1.5%201.5%200%200%200-1.5-1.5H21v-1a1.75%201.75%200%200%200-1.75-1.75h-3.5A1.75%201.75%200%200%200%2014%2014zm1.5-1a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25v1h-4zm-2%209a1.5%201.5%200%200%201-1.5-1.5v-2h2.5v.75a.75.75%200%200%200%201.5%200v-.75h3v.75a.75.75%200%200%200%201.5%200v-.75H23v2a1.5%201.5%200%200%201-1.5%201.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.26a1%201%200%201%201-2-.001a1%201%200%200%201%202%200m.032-3.924a1.75%201.75%200%200%200-2.064%200L3.547%207.75c-.978.712-.473%202.258.736%202.258H4.5v5.796c-.89.455-1.5%201.38-1.5%202.448v1.5a.75.75%200%200%200%20.75.749H11v-1.499H4.5v-.75c0-.69.56-1.249%201.25-1.249H11V16.5c0-.354.074-.691.207-.997H9.5v-5.496h1.75v5.402a2.5%202.5%200%200%201%201.5-1.295v-4.107h1.75v1.543c.375-.192.8-.3%201.25-.3H16v-1.243h2v1.243h1.25q.127%200%20.25.011v-1.254h.217c1.21%200%201.713-1.546.736-2.258zm-1.18%201.211a.25.25%200%200%201%20.295%200l6.803%204.96H5.05zM6%2015.503v-5.496h2v5.496zM14%2015h-.5a1.5%201.5%200%200%200-1.5%201.5V18h2.5v-.25a.75.75%200%200%201%201.5%200V18h3v-.25a.75.75%200%200%201%201.5%200V18H23v-1.5a1.5%201.5%200%200%200-1.5-1.5H21v-1a1.75%201.75%200%200%200-1.75-1.75h-3.5A1.75%201.75%200%200%200%2014%2014zm1.5-1a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25v1h-4zm-2%209a1.5%201.5%200%200%201-1.5-1.5v-2h2.5v.75a.75.75%200%200%200%201.5%200v-.75h3v.75a.75.75%200%200%200%201.5%200v-.75H23v2a1.5%201.5%200%200%201-1.5%201.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-toolbox-24-regular.svg?color=%231a73e8&size=48