Moneyback Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moneyback 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/329493.svg" alt="Moneyback icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329493.svg" alt="Moneyback icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329493.svg" alt="Moneyback icon" :width="24" :height="24" />
CSS background
.icon-moneyback {
background-image: url('https://proicons.com/icon/329493.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>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><path id="e" class="n" d="M32.65486441,32.06499639c-.03156367.14637419-10.7799617.58416977-10.7799617-8.17234569"/><path id="f" class="n" d="M16.2277866,30.5564349s10.7166299-1.43666079,11.90579776,7.82681229"/><path id="g" class="n" d="M21.87490555,23.8926507c0,3.73781675-3.03009773,6.76791732-6.76791732,6.76791732h0c-3.73781675,0-6.76791448-3.03010057-6.76791448-6.76791732s3.03009773-6.76791519,6.76791448-6.76791661c3.73781675.00000142,6.76791448,3.03009986,6.76791732,6.76791661Z"/><path id="h" class="n" d="M39.56362128,10.28291867c0,3.19381739-2.58910093,5.78291903-5.78291796,5.78291903-3.19381704-.00000071-5.78291796-2.58910164-5.78291796-5.78291903,0-3.19381757,2.58910093-5.78291832,5.78291796-5.78291867,3.19381704,0,5.78291796,2.5891011,5.78291796,5.78291867Z"/><path id="i" class="n" d="M39.66092625,37.71708204c0,3.19381704-2.58910093,5.78291796-5.78291938,5.78291796h0c-3.19381704,0-5.78291796-2.58910093-5.78291796-5.78291796s2.58910093-5.78291796,5.78291796-5.78291796c3.19381846,0,5.78291938,2.58910093,5.78291938,5.78291796h0Z"/><path id="j" class="n" d="M16.34812894,17.23951196c.03156367.14637348,10.57646337,1.65740128,11.72300964-7.87476407"/><path id="k" class="n" d="M33.78070331,16.0658377s-11.90579776-.4981724-11.90579776,7.826813"/></g></svg>
Copied!