Buddybank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Buddybank 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/337566.svg" alt="Buddybank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337566.svg" alt="Buddybank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337566.svg" alt="Buddybank icon" :width="24" :height="24" />
CSS background
.icon-buddybank {
background-image: url('https://proicons.com/icon/337566.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.8683,26.4508c.0856-4.3788,6.4558-4.7857,6.4558-.3854l.0214,6.959c-.0214,5.8242-6.1454,5.4387-6.4558.3854l-.0214-6.959Z"/><path class="c" d="m24.8252,36.7181c-2.2483-.2677-3.4474-1.8093-2.8693-3.9506l1.9057-6.7021c.2498-1.0207.6424-1.8914,1.1777-2.6123"/><path class="c" d="m28.4761,16.8902c4.518-1.1241,11.6162,3.2119,9.6998,11.006l-1.8093,6.7235c-1.6595,5.8135-4.9998,8.8433-10.0103,8.9076,4.336-.8993,8.3615-4.1861,7.7406-10.5028l-.0214-6.959c.1713-8.1795-5.9741-9.5606-7.5907-9.5499"/><path class="c" d="m26.5596,43.5379c-11.1023,1.6595-14.5176-4.4217-14.3463-10.1281V10.0061c0-2.2768.803-3.4153,2.4089-3.4153l3.4795.0321c1.2919,0,1.9093.8815,1.8522,2.6444v8.3615c2.334-1.1777,3.5438-1.6166,6.5522-1.1027l2.3018-7.5157c.4068-1.5774.025-2.6159-1.1456-3.1155l-3.7365-1.0385c-1.3276-.2284-2.2055.5032-2.6337,2.1948l-1.2526,4.6144"/></svg>
Copied!