building bank toolbox icon
building-bank-toolbox-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- building-bank-toolbox-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.032 2.336a1.75 1.75 0 0 0-2.064 0L3.547 7.75c-.977.712-.474 2.256.734 2.258H16V10h3v.007h.719c1.208-.002 1.71-1.546.734-2.258zM12 5.26a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.75 10.149q-.137.28-.2.594h-1.8v-4.997h2zm3.5-3.972A2.75 2.75 0 0 0 13 14v.05a3 3 0 0 0-.25.064v-3.108h2zM11 17.003V20.5H3.75a.75.75 0 0 1-.75-.75v-.5a2.25 2.25 0 0 1 2.25-2.248zm-5.5-1h2.25v-4.996H5.5zM14 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 FluentBuildingBankToolbox24Filled(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.032 2.336a1.75 1.75 0 0 0-2.064 0L3.547 7.75c-.977.712-.474 2.256.734 2.258H16V10h3v.007h.719c1.208-.002 1.71-1.546.734-2.258zM12 5.26a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.75 10.149q-.137.28-.2.594h-1.8v-4.997h2zm3.5-3.972A2.75 2.75 0 0 0 13 14v.05a3 3 0 0 0-.25.064v-3.108h2zM11 17.003V20.5H3.75a.75.75 0 0 1-.75-.75v-.5a2.25 2.25 0 0 1 2.25-2.248zm-5.5-1h2.25v-4.996H5.5zM14 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.032 2.336a1.75 1.75 0 0 0-2.064 0L3.547 7.75c-.977.712-.474 2.256.734 2.258H16V10h3v.007h.719c1.208-.002 1.71-1.546.734-2.258zM12 5.26a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.75 10.149q-.137.28-.2.594h-1.8v-4.997h2zm3.5-3.972A2.75 2.75 0 0 0 13 14v.05a3 3 0 0 0-.25.064v-3.108h2zM11 17.003V20.5H3.75a.75.75 0 0 1-.75-.75v-.5a2.25 2.25 0 0 1 2.25-2.248zm-5.5-1h2.25v-4.996H5.5zM14 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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.032%202.336a1.75%201.75%200%200%200-2.064%200L3.547%207.75c-.977.712-.474%202.256.734%202.258H16V10h3v.007h.719c1.208-.002%201.71-1.546.734-2.258zM12%205.26a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-.75%2010.149q-.137.28-.2.594h-1.8v-4.997h2zm3.5-3.972A2.75%202.75%200%200%200%2013%2014v.05a3%203%200%200%200-.25.064v-3.108h2zM11%2017.003V20.5H3.75a.75.75%200%200%201-.75-.75v-.5a2.25%202.25%200%200%201%202.25-2.248zm-5.5-1h2.25v-4.996H5.5zM14%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.032%202.336a1.75%201.75%200%200%200-2.064%200L3.547%207.75c-.977.712-.474%202.256.734%202.258H16V10h3v.007h.719c1.208-.002%201.71-1.546.734-2.258zM12%205.26a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-.75%2010.149q-.137.28-.2.594h-1.8v-4.997h2zm3.5-3.972A2.75%202.75%200%200%200%2013%2014v.05a3%203%200%200%200-.25.064v-3.108h2zM11%2017.003V20.5H3.75a.75.75%200%200%201-.75-.75v-.5a2.25%202.25%200%200%201%202.25-2.248zm-5.5-1h2.25v-4.996H5.5zM14%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-filled.svg?color=%231a73e8&size=48