Balance Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Balance Pay 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/322335.svg" alt="Balance Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322335.svg" alt="Balance Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322335.svg" alt="Balance Pay icon" :width="24" :height="24" />
CSS background
.icon-balance-pay {
background-image: url('https://proicons.com/icon/322335.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m28.145 25.565c0 2.5615-2.0764 4.6378-4.6378 4.6378s-4.6378-2.0764-4.6378-4.6378v-3.0146c0-2.5615 2.0764-4.6378 4.6378-4.6378s4.6378 2.0764 4.6378 4.6378"/><line class="d" x1="28.145" x2="28.145" y1="30.203" y2="17.913"/><path class="d" d="m4.5 30.203v-18.551h6.0732c3.4336 0 6.217 2.7894 6.217 6.2302 0 3.4408-2.7834 6.2302-6.217 6.2302h-6.0732"/><path class="d" d="m30.224 17.913 6.6378 12.29h-32.362"/><path class="d" d="m43.5 17.913-5.4502 10.091"/><path class="d" d="m36.862 30.203-3.3189 6.1451"/></svg>
Copied!