Money Lover Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Money Lover 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/344049.svg" alt="Money Lover icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344049.svg" alt="Money Lover icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344049.svg" alt="Money Lover icon" :width="24" :height="24" />
CSS background
.icon-money-lover {
background-image: url('https://proicons.com/icon/344049.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M5.5,19.9521c0,4.4183,3.5817,8,8,8h21c4.4183,0,8-3.5817,8-8"/><circle class="c" cx="14.5229" cy="31.7737" r="1.8038"/><circle class="c" cx="33.4771" cy="31.7737" r="1.8038"/><ellipse class="c" cx="23.8364" cy="35.9568" rx="5.6859" ry="4.5199"/><circle class="c" cx="21.1842" cy="35.7967" r=".9666"/><circle class="c" cx="26.8412" cy="35.7967" r=".9666"/><line class="c" x1="14.8831" y1="21.9134" x2="33.48" y2="21.9134"/><path class="c" d="M30.0411,21.9134c1.0473-1.2945,1.6756-2.9425,1.6756-4.7371,0-4.1613-3.3734-7.5356-7.5356-7.5356s-7.5347,3.3743-7.5347,7.5356c0,1.7946.6284,3.4426,1.6756,4.7371h11.7191Z"/><path class="c" d="M25.6233,11.3892h-1.2133c-.7649,1.7273-2.1471,3.0827-3.8421,3.7434v.4623h2.0179v6.3186h3.0375v-10.5242Z"/></svg>
Copied!