Multipay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Multipay 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/344226.svg" alt="Multipay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344226.svg" alt="Multipay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344226.svg" alt="Multipay icon" :width="24" :height="24" />
CSS background
.icon-multipay {
background-image: url('https://proicons.com/icon/344226.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M17.001,16.406l6.3934-10.906M10.7804,42.5l7.5782-12.503"/><path class="f" d="M26.475,16.406l6.3934-10.906"/><path class="f" d="M5.5199,36.135l6.3934-10.906"/><path class="f" d="M33.47,20.833l8.06-13.945"/><path class="f" d="M27.106,42.448l-6.726-11.81"/><path class="f" d="M36.741,42.5l-6.8368-11.888M42.4802,36.5488l-5.7543-9.871"/><path class="f" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="f" d="M17.6144,31.1325c-1.4285,1.9661-3.7265,2.2468-5.507,1.0755-1.7805-1.1713-2.1974-3.4657-1.1073-5.3797l5.9998-10.4205c.7306-1.2144,1.5716-1.5143,2.3324-1.4695.7608.0449,1.4529.4549,1.9354,1.282l2.5537,4.286,2.7755-4.286c.542-.7741,1.1746-1.2372,1.9354-1.282.7608-.0449,1.6246.2693,2.3324,1.4695l5.9554,10.4402c1.1829,1.8245.6732,4.2085-1.1073,5.3797-1.7804,1.1713-4.2489.5985-5.5877-1.2834l-1.4993-2.2714-1.1655,1.8598c-.9652,1.4703-2.0885,2.3396-3.5589,2.337s-2.6982-.8493-3.5777-2.3383l-1.1211-1.8223-1.5885,2.4235h.0003Z"/></svg>
Copied!