Finance Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Finance Manager 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/340415.svg" alt="Finance Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340415.svg" alt="Finance Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340415.svg" alt="Finance Manager icon" :width="24" :height="24" />
CSS background
.icon-finance-manager {
background-image: url('https://proicons.com/icon/340415.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m37.51,25.9062c0,1.0273-.8327,1.86-1.86,1.86h0c-1.0272,0-1.86-.8328-1.86-1.86h0c0-1.0273.8327-1.86,1.86-1.86h0c1.0272,0,1.86.8328,1.86,1.86h0Z"/><path class="b" d="m43.5,30.6622c-.1407.0123-.2818.0183-.423.018h-8.233c-2.5515.0055-4.6245-2.0584-4.63-4.61,0-.0067,0-.0133,0-.02v-.52c-.0055-2.5515,2.0584-4.6245,4.61-4.63.0067,0,.0133,0,.02,0h8.233c.143,0,.284.007.423.02"/><path class="b" d="m5.08,12.2532h37.263c.64,0,1.157.517,1.157,1.158v26.786c0,.64-.516,1.157-1.157,1.157H5.657c-.6379.0011-1.1559-.5151-1.157-1.153,0-.001,0-.002,0-.003V13.3072c0-1.227,1.866-1.882,3.33-2.131l26.23-4.465c2.528-.43,4.674,1.31,5.34,3.787l.45,1.676"/></svg>
Copied!