Expense Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Expense 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/340182.svg" alt="Expense Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340182.svg" alt="Expense Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340182.svg" alt="Expense Manager icon" :width="24" :height="24" />
CSS background
.icon-expense-manager {
background-image: url('https://proicons.com/icon/340182.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="m24,5.768l18.5,11.166v19.994c.0066,2.9227-2.3573,5.2974-5.28,5.304-.008,0-.016,0-.024,0H10.804c-2.9227.0066-5.2974-2.3573-5.304-5.28,0-.008,0-.016,0-.024v-19.994L24,5.768Z"/><line class="b" x1="17.803" y1="24.118" x2="30.197" y2="24.118"/><line class="b" x1="21.545" y1="17.803" x2="30.197" y2="17.803"/><path class="b" d="m17.803,17.803h3.742c3.4727-.0144,6.2996,2.7892,6.314,6.2619,0,.0177,0,.0354,0,.0531.0144,3.4727-2.7892,6.2996-6.2619,6.314-.0174,0-.0347,0-.0521,0l6.314,6.08"/></svg>
Copied!