Moneyhub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moneyhub 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/344057.svg" alt="Moneyhub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344057.svg" alt="Moneyhub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344057.svg" alt="Moneyhub icon" :width="24" :height="24" />
CSS background
.icon-moneyhub {
background-image: url('https://proicons.com/icon/344057.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"><path d="M15.25,4.844c-1.4293-.0002-2.7501.7622-3.4648,2L3.0352,22c-.7144,1.2376-.7144,2.7624,0,4l8.75,15.156c.7147,1.2378,2.0355,2.0002,3.4648,2h17.5c1.4293.0002,2.7501-.7622,3.4648-2l8.75-15.156c.7144-1.2376.7144-2.7624,0-4l-8.75-15.156c-.7147-1.2378-2.0355-2.0002-3.4648-2H15.25Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M7.4102,14.4222l33.18,19.156" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M40.59,14.4222l-16.59,9.5781V4.8443" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!