Bilance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bilance 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/322613.svg" alt="Bilance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322613.svg" alt="Bilance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322613.svg" alt="Bilance icon" :width="24" :height="24" />
CSS background
.icon-bilance {
background-image: url('https://proicons.com/icon/322613.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M28.70118313,42.50000003c4.91552783.00000239,9.30516663-3.59369817,9.77183551-8.48702363.53533498-5.61333407-3.86445979-10.33602521-9.36729818-10.33602521,5.31395445,0,9.56272706-4.56058562,9.04576736-9.98124301-.45065054-4.72536294-4.68961575-8.1957104-9.43641897-8.19570815l-14.87564686.00000704c-2.40610497.00000114-4.35663783,1.95053492-4.35663783,4.35663989v28.28670592c0,2.40610495,1.95053283,4.35663874,4.35663779,4.35663991l14.86176118.00000724Z"/></svg>
Copied!