Expense Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Expense 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/325622.svg" alt="Expense icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325622.svg" alt="Expense icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325622.svg" alt="Expense icon" :width="24" :height="24" />
CSS background
.icon-expense {
background-image: url('https://proicons.com/icon/325622.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{stroke-dasharray:0 0 5 3;}.c,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="8.8672" y="15.4435" width="30.3036" height="19.6023" rx="2.9103" ry="2.9103" transform="translate(-5.7182 7.0814) rotate(-15.0089)"/><path class="d" d="M15.1,15.2c-.398-1.49.475-3,1.96-3.4l6.57-1.76c1.48-.398,3,.479,3.39,1.97"/><rect class="d" x="12.3536" y="23.7292" width="5.8707" height="4.4505" rx=".6491" ry=".6491" transform="translate(-6.1998 4.8448) rotate(-15.0089)"/><path class="c" d="M14.7,31.4l20-5.37"/><circle class="d" cx="24" cy="24" r="21.5"/></svg>
Expense in other icon packs
Copied!