Umoney Agent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Umoney Agent 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/334493.svg" alt="Umoney Agent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334493.svg" alt="Umoney Agent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334493.svg" alt="Umoney Agent icon" :width="24" :height="24" />
CSS background
.icon-umoney-agent {
background-image: url('https://proicons.com/icon/334493.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><line class="b" x1="39.2691" y1="38.8496" x2="35.7277" y2="38.8496"/><polyline class="b" points="34.8471 41.4991 37.4965 33.4978 40.1498 41.4991"/><path class="b" d="M44.4962,37.5003c0,3.8658-3.1339,6.9997-6.9997,6.9997h0c-3.8658,0-6.9997-3.1339-6.9997-6.9997h0c0-3.8658,3.1339-6.9997,6.9997-6.9997h0c3.8658-.0021,7.0014,3.1301,7.0035,6.9959v.0038h-.0038Z"/><path class="b" d="M27.7965,22.5751c.4498-2.4265,2.3924-4.3956,4.3465-4.3956h0c1.9465,0,3.1635,1.9654,2.7137,4.3956l-1.3493,7.2454"/><path class="b" d="M20.7326,22.5751c.4535-2.4265,2.3962-4.3956,4.3465-4.3956h0c1.9465,0,3.1635,1.9654,2.7137,4.3956l-1.3417,7.2454"/><path class="b" d="M14.4888,18.1795l-1.3455,7.2491c-.4498,2.4265.7672,4.3918,2.7175,4.3918h0c1.9502,0,3.8929-1.9654,4.3465-4.3918l1.3417-7.2491"/><path class="b" d="M32.61,42.5H9.5c-2.21,0-4-1.79-4-4V9.5c0-2.21,1.79-4,4-4h29c2.21,0,4,1.79,4,4v23.11"/></svg>
Copied!