Balance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Balance 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/322334.svg" alt="Balance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322334.svg" alt="Balance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322334.svg" alt="Balance icon" :width="24" :height="24" />
CSS background
.icon-balance {
background-image: url('https://proicons.com/icon/322334.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="m11.7484,4.5v39h12.7969c6.4653,0,11.7064-5.2411,11.7064-11.7064h0c0-2.9938-1.1238-5.7251-2.9726-7.7951-4.1689,0-6.2294-3.9113-9.7009-3.9113-4.5329,0-6.3936,3.7204-11.8298,3.7204"/><path class="b" d="m11.7484,4.5h12.7969c6.4653,0,11.7064,5.2411,11.7064,11.7064h0c0,6.4653-5.2411,11.7064-11.7064,11.7064-5.741,0-9.0123-4.1053-12.7969-4.1053"/></svg>
Balance in other icon packs
Copied!