M Pesa Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The M Pesa Alt 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/328759.svg" alt="M Pesa Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328759.svg" alt="M Pesa Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328759.svg" alt="M Pesa Alt icon" :width="24" :height="24" />
CSS background
.icon-m-pesa-alt {
background-image: url('https://proicons.com/icon/328759.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m9.4013,31.7891s13.838-5.4883,19.0242-17.0362c2.6968,1.6596,15.0745,7.7447,15.0745,7.7447-3.5266,6.3617-22.6809,16.0426-39,7.1915,4.9787-1.6596,10.0957-7.5372,10.0957-7.5372,1.5213,2.5585,3.7586,4.4586,3.7586,4.4586"/></svg>
Copied!