Banking Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Banking icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319573.svg" alt="Banking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319573.svg" alt="Banking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319573.svg" alt="Banking icon" :width="24" :height="24" />
CSS background
.icon-banking {
background-image: url('https://proicons.com/icon/319573.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="banking_00000047753885463373451450000013964913635869399201_" d="M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36v-3 c0-0.199,0.161-0.36,0.36-0.36h1.64V25c0-0.199,0.161-0.36,0.36-0.36h1.64v-8.28H3c-0.199,0-0.36-0.161-0.36-0.36v-2.64H1 c-0.153,0-0.289-0.096-0.34-0.241c-0.05-0.144-0.004-0.305,0.115-0.4l15-12c0.132-0.104,0.318-0.104,0.45,0l15,12 c0.12,0.096,0.166,0.256,0.115,0.4c-0.051,0.145-0.187,0.241-0.34,0.241h-1.64V16c0,0.199-0.161,0.36-0.36,0.36h-1.64v8.28H29 c0.199,0,0.36,0.161,0.36,0.36v2.64H31c0.199,0,0.36,0.161,0.36,0.36v3C31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28 v-2.28H1.36V30.64z M3.36,27.64h25.28v-2.28H3.36V27.64z M23.36,24.64h3.279v-8.28H23.36V24.64z M18.36,24.64h4.279v-8.28H18.36 V24.64z M14.36,24.64h3.28v-8.28h-3.28V24.64z M9.36,24.64h4.28v-8.28H9.36V24.64z M5.36,24.64h3.28v-8.28H5.36V24.64z M3.36,15.64 h25.28v-2.28H3.36V15.64z M2.026,12.64h27.947L16,1.461L2.026,12.64z M16.36,11h-0.72V9.86H14V9.14h3c0.353,0,0.64-0.287,0.64-0.64 S17.353,7.86,17,7.86h-2c-0.75,0-1.36-0.61-1.36-1.36S14.25,5.14,15,5.14h0.64V4h0.72v1.14H18v0.72h-3 c-0.353,0-0.64,0.287-0.64,0.64S14.647,7.14,15,7.14h2c0.75,0,1.36,0.61,1.36,1.36S17.75,9.86,17,9.86h-0.64V11z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!