Paisa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paisa 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/330912.svg" alt="Paisa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330912.svg" alt="Paisa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330912.svg" alt="Paisa icon" :width="24" :height="24" />
CSS background
.icon-paisa {
background-image: url('https://proicons.com/icon/330912.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path id="c" class="d" d="m8.6445,23.7221l22.062,5.2877c.2158.0613.4394.069.6707.023.2313-.046.424-.1456.5782-.2989l7.4002-6.1611c-.4008-.705-.9559-1.2721-1.665-1.7012-.7092-.4291-1.4954-.6437-2.3588-.6437H13.1315c-1.0792,0-2.035.3295-2.8675.9885-.8325.6591-1.3721,1.4943-1.6188,2.5058h-.0006Z"/><path class="d" d="m8.6445,23.7221v-6.4423c0-2.6888,2.1797-4.8685,4.8685-4.8685h20.974c2.6888,0,4.8685,2.1797,4.8685,4.8685v5.293"/></g><path class="d" d="m12.9614,9.2864h22.0772c4.1181,0,7.4614,3.3434,7.4614,7.4614v14.5657c0,4.0842-3.3159,7.4001-7.4001,7.4001H12.9001c-4.0842,0-7.4001-3.3159-7.4001-7.4001v-14.5657c0-4.1181,3.3434-7.4614,7.4614-7.4614Z"/></svg>
Copied!