Balance Icon
Free SVG icon from the Govicons 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/304752.svg" alt="Balance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304752.svg" alt="Balance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304752.svg" alt="Balance icon" :width="24" :height="24" />
CSS background
.icon-balance {
background-image: url('https://proicons.com/icon/304752.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>balance</title><path d="M41.66,47.21H38.05v-33H53.24L46.81,24.4a1.1,1.1,0,0,0,.34,1.53,1.18,1.18,0,0,0,.59.17,1.12,1.12,0,0,0,.94-.52l5.58-8.85,5.58,8.85a1.11,1.11,0,1,0,1.87-1.18L55.28,14.19h.08a1.72,1.72,0,1,0,0-3.43H42.73a5.6,5.6,0,0,0-3-2.2,3.91,3.91,0,0,0-7.79,0,5.64,5.64,0,0,0-3,2.2H16.31a1.72,1.72,0,0,0,0,3.43h.08L10,24.4a1.11,1.11,0,0,0,.35,1.53,1.15,1.15,0,0,0,.59.17,1.12,1.12,0,0,0,.94-.52l5.57-8.85L23,25.58a1.11,1.11,0,0,0,1.88-1.18L18.44,14.19H33.62v33H30a3.91,3.91,0,0,0-3.91,3.91H45.56A3.91,3.91,0,0,0,41.66,47.21Z"/><path d="M25.57,27.28H9.26a.59.59,0,0,0-.59.59,8.75,8.75,0,0,0,17.49,0A.59.59,0,0,0,25.57,27.28Z"/><path d="M62.41,27.28H46.11a.58.58,0,0,0-.59.59,8.74,8.74,0,0,0,17.48,0A.58.58,0,0,0,62.41,27.28Z"/></svg>
Balance in other icon packs
Copied!