Umoney Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Umoney 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/334492.svg" alt="Umoney icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334492.svg" alt="Umoney icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334492.svg" alt="Umoney icon" :width="24" :height="24" />
CSS background
.icon-umoney {
background-image: url('https://proicons.com/icon/334492.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M27.7946,22.5713c.4498-2.4265,2.3924-4.3918,4.3465-4.3918h0c1.9465,0,3.1635,1.9654,2.7137,4.3918l-1.3455,7.2491M20.7345,22.5713c.4535-2.4265,2.3962-4.3918,4.3465-4.3918h0c1.9465,0,3.1635,1.9654,2.7137,4.3918l-1.3417,7.2491M14.4907,18.1795l-1.3455,7.2491c-.4498,2.4227.7672,4.3918,2.7175,4.3918h0c1.9502,0,3.8929-1.9654,4.3465-4.3918l1.3417-7.2491"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!