Mymoney Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mymoney Pro 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/344436.svg" alt="Mymoney Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344436.svg" alt="Mymoney Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344436.svg" alt="Mymoney Pro icon" :width="24" :height="24" />
CSS background
.icon-mymoney-pro {
background-image: url('https://proicons.com/icon/344436.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.2621,32.4943v3.9705c0,3.0445-2.4693,5.5068-5.5068,5.5068H10.0068c-3.0445,0-5.5068-2.4623-5.5068-5.5068v-16.3661c0-3.0375,2.4623-5.5068,5.5068-5.5068h26.7484c3.0375,0,5.5068,2.4693,5.5068,5.5068v3.9705"/><polyline class="c" points="37.4304 14.6364 35.9768 9.6277 16.5641 14.594"/><polyline class="c" points="32.1021 10.619 29.9878 6.0284 12.8763 14.594"/><path class="c" d="m30.5779,23.725h10.4292c1.3759,0,2.493,1.1171,2.493,2.493v4.1304c0,1.3759-1.1171,2.493-2.493,2.493h-10.4292c-1.8563,0-3.3633-1.507-3.3633-3.3633v-2.3897c0-1.8563,1.507-3.3633,3.3633-3.3633Z"/><circle class="c" cx="31.5219" cy="28.2832" r="2.1832"/></svg>
Copied!