Beneficial State Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beneficial State Bank 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/322526.svg" alt="Beneficial State Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322526.svg" alt="Beneficial State Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322526.svg" alt="Beneficial State Bank icon" :width="24" :height="24" />
CSS background
.icon-beneficial-state-bank {
background-image: url('https://proicons.com/icon/322526.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m37.5379,21.358c0,9.9453-1.8055,16.225-13.5071,22.2042-11.7016-5.9792-13.5071-12.2589-13.5071-22.2042"/><line class="b" x1="18.7" y1="33.21" x2="12.52" y2="33.21"/><polyline class="b" points="28.8 33.21 35.54 33.21 35.55 33.21"/><path class="b" d="m28.81,21.36h8.73s1.77-.24,1.77-3.58c0-5.97-6.03-6.86-12.84-6.99.16-1.1.6-2.44,1.72-3.52l-2.43-2.71s-3.12,2.44-3.71,6.22c-7,.1-13.3.89-13.3,7,0,3.34,1.77,3.58,1.77,3.58h8.18"/><path class="b" d="m25.3,27.2758c2.2091,0,4,1.7909,4,4s-1.7909,4-4,4h-6.6v-16h6.6c2.2091,0,4,1.7909,4,4s-1.7909,4-4,4h0Z"/><line class="b" x1="25.3" y1="27.2758" x2="18.7" y2="27.2758"/></svg>
Copied!