Day To Day Expenses Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Day To Day Expenses 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/338867.svg" alt="Day To Day Expenses icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338867.svg" alt="Day To Day Expenses icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338867.svg" alt="Day To Day Expenses icon" :width="24" :height="24" />
CSS background
.icon-day-to-day-expenses {
background-image: url('https://proicons.com/icon/338867.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="m9.3861,9.6484c3.8427-3.9363,9.113-6.1527,14.6139-6.1459,11.2938,0,20.4495,9.1557,20.4495,20.4495s-9.1557,20.4495-20.4495,20.4495S3.5505,35.2458,3.5505,23.952c0-3.9458,1.1181-7.6313,3.0549-10.7563"/><path class="b" d="m30.8185,23.8239c0,1.2108-.9813,2.1925-2.1921,2.1931-1.2112.0006-2.1935-.9809-2.1941-2.1921v-.001c0-1.2112.9819-2.1931,2.1931-2.1931h.001c1.2108.0006,2.1921.9823,2.1921,2.1931Z"/><path class="b" d="m24.6486,17.0394h10.7102c1.5352-.0033,2.7823,1.2385,2.7857,2.7736,0,.0043,0,.0087,0,.013v7.9966c.0033,1.5352-1.2385,2.7823-2.7736,2.7857-.004,0-.008,0-.012,0h-10.7102c-1.5352.0033-2.7823-1.2385-2.7857-2.7736,0-.004,0-.008,0-.012v-7.9976c-.0033-1.5352,1.2385-2.7823,2.7736-2.7857.004,0,.008,0,.012,0Z"/><path class="b" d="m35.8493,30.5623v2.7496c.0039,1.5352-1.2375,2.7828-2.7726,2.7867-.0043,0-.0087,0-.013,0H14.4109c-1.5352.0033-2.7823-1.2385-2.7857-2.7736,0-.0043,0-.0087,0-.013V14.5921c-.0033-1.5352,1.2385-2.7823,2.7736-2.7857.004,0,.008,0,.012,0h18.6528c1.5352-.0033,2.7823,1.2385,2.7857,2.7736,0,.004,0,.008,0,.012v2.4924"/><polyline class="b" points="1.4495 16.563 6.8446 12.6112 7.5703 19.2595"/></svg>
Copied!