Expense Manager 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Expense Manager 2 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/325624.svg" alt="Expense Manager 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325624.svg" alt="Expense Manager 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325624.svg" alt="Expense Manager 2 icon" :width="24" :height="24" />
CSS background
.icon-expense-manager-2 {
background-image: url('https://proicons.com/icon/325624.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M31.6145,26.3391l8.28-11.7735M29.8796,25.1169l8.2791-11.7735M26.5268,26.589l-.2322,5.4715,5.068-2.0666M27.5906,25.0736l9.9756-14.1845c.168-.2393.4983-.297.7375-.129.0005.0004.001.0007.0015.0011l3.9688,2.7948c.2399.1682.298.499.1298.7388-.0003.0004-.0006.0008-.0009.0012l-9.9756,14.1845c-.168.2393-.4983.297-.7375.129-.0005-.0004-.001-.0007-.0015-.0011l-3.9688-2.7948c-.2394-.1688-.2966-.4996-.1279-.739l-.001-.001ZM9.6971,32.3597h14.2357M9.6971,28.7678h11.1595M5.501,25.3393h19.7928M36.6746,25.3393h2.2781M5.5,19.3856h24.0017M38.9528,22.1164v10.9725c.0054,2.3403-1.8873,4.2418-4.2276,4.2473-.0059,0-.0118,0-.0177,0H9.7463c-2.3403.0044-4.241-1.8893-4.2453-4.2296,0-.0062,0-.0125,0-.0187v-14.3538c-.0054-2.3403,1.8873-4.2418,4.2276-4.2473.0059,0,.0118,0,.0177,0h23.2184"/></svg>
Copied!