82bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 82bank 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/321250.svg" alt="82bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321250.svg" alt="82bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321250.svg" alt="82bank icon" :width="24" :height="24" />
CSS background
.icon-82bank {
background-image: url('https://proicons.com/icon/321250.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M25.587,17.385c0-2.5963,2.3519-4.6433,5.0416-4.1264,1.7642.3391,3.173,1.8648,3.3485,3.6528.1306,1.33-.2902,2.6421-1.2089,3.4483-1.7017,1.4935-7.1813,5.5183-7.1813,5.5183h8.4132"/><path class="c" d="M19.237,19.528c1.7535,0,3.1749-1.4214,3.1749-3.1749s-1.4214-3.1749-3.1749-3.1749h-2.0637c-1.7535,0-3.1749,1.4214-3.1749,3.1749s1.4214,3.1749,3.1749,3.1749h2.0637c1.7535,0,3.1749,1.4214,3.1749,3.1749s-1.4214,3.1749-3.1749,3.1749h-2.0637c-1.7535,0-3.1749-1.4214-3.1749-3.1749s1.4214-3.1749,3.1749-3.1749"/><path class="c" d="M25.211,34.822v-5.939l3.9346,5.939v-5.939"/><path class="c" d="M16.426,31.853c.82,0,1.4847.6647,1.4847,1.4847s-.6647,1.4847-1.4847,1.4847h-2.4498v-5.939h2.4498c.82,0,1.4847.6647,1.4847,1.4847s-.6647,1.4847-1.4847,1.4847v.0002Z"/><line class="c" x1="16.426" y1="31.853" x2="13.979" y2="31.853"/><line class="c" x1="22.876" y1="32.855" x2="20.245" y2="32.855"/><path class="c" d="M19.593,34.822l1.9673-5.939,1.9673,5.939"/><line class="c" x1="30.828" y1="28.883" x2="30.828" y2="34.822"/><line class="c" x1="30.828" y1="32.753" x2="34.02" y2="28.903"/><line class="c" x1="34.02" y1="34.822" x2="31.578" y2="31.853"/></svg>
Copied!