Myexpenses Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myexpenses 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/344399.svg" alt="Myexpenses icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344399.svg" alt="Myexpenses icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344399.svg" alt="Myexpenses icon" :width="24" :height="24" />
CSS background
.icon-myexpenses {
background-image: url('https://proicons.com/icon/344399.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M32.5,8.5v9a2,2,0,0,0,2,2h9v18a2,2,0,0,1-2,2H6.5a2,2,0,0,1-2-2v-27a2,2,0,0,1,2-2Z"/><line class="a" x1="43.5" y1="19.5" x2="32.5" y2="8.5"/><polyline class="a" points="27.99 30 20 30 24 24 20.01 18 28 18"/><path class="a" d="M41.62,17.62V6a1.69,1.69,0,0,0-1.9-1.68L6.5,8.5"/></svg>
Copied!