Moneybuster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moneybuster 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/344054.svg" alt="Moneybuster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344054.svg" alt="Moneybuster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344054.svg" alt="Moneybuster icon" :width="24" :height="24" />
CSS background
.icon-moneybuster {
background-image: url('https://proicons.com/icon/344054.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M18.92,33.94a6.86,6.86,0,0,0,3.65.86h3.2a5.41,5.41,0,0,0,5.39-5.4h0A5.4,5.4,0,0,0,25.77,24H22.23a5.4,5.4,0,0,1-5.39-5.4h0a5.4,5.4,0,0,1,5.39-5.4h3.2a7.36,7.36,0,0,1,3.23.63"/><line class="a" x1="24" y1="13.2" x2="24" y2="10.5"/><line class="a" x1="24" y1="37.5" x2="24" y2="34.8"/><line class="a" x1="8.8" y1="39.2" x2="39.2" y2="8.8"/></svg>
Copied!