Moneycontrol Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moneycontrol 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/344055.svg" alt="Moneycontrol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344055.svg" alt="Moneycontrol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344055.svg" alt="Moneycontrol icon" :width="24" :height="24" />
CSS background
.icon-moneycontrol {
background-image: url('https://proicons.com/icon/344055.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="c" d="m16.6175,22.0915c0-2.0965,1.6055-3.7961,3.5861-3.7961h0c1.9805,0,3.5861,1.6996,3.5861,3.7961v6.2635"/><line class="c" x1="16.6175" y1="18.2955" x2="16.6175" y2="28.3551"/><path class="c" d="m23.7896,22.0915c0-2.0965,1.6055-3.7961,3.5861-3.7961h0c1.9805,0,3.5861,1.6996,3.5861,3.7961v6.2635"/></g><path class="c" d="m4.3786,14.5358v20.4542c0,.7436.566,1.1377,1.2765.9189,2.7237-.8387,9.4684-2.5362,16.9302-1.5586.7369.0965,1.9139.3543,2.6393.5177,9.5849,2.1584,14.9337-.0316,17.0608-1.3103.6363-.3825,1.0931-1.3851,1.0931-2.1286V12.7553c0-.7436-.5665-1.1388-1.2794-.928-2.7331.808-9.5107,2.37-17.0614.7845-.7273-.1527-1.8982-.4401-2.6284-.5804-8.3545-1.6051-14.314-.1538-16.7757.6741-.7041.2368-1.255,1.0867-1.255,1.8303Z"/></svg>
Copied!