Mobikwik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobikwik 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/329410.svg" alt="Mobikwik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329410.svg" alt="Mobikwik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329410.svg" alt="Mobikwik icon" :width="24" :height="24" />
CSS background
.icon-mobikwik {
background-image: url('https://proicons.com/icon/329410.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M18.7186,12.85,5.9927,14.9489A1.7828,1.7828,0,0,0,4.5,16.708V37.5329H30.85a1.3051,1.3051,0,0,0,1.2987-1.1767L34.5666,11.901a1.305,1.305,0,0,0-1.5111-1.4161l-12.47,2.0568"/><path class="a" d="M7.2013,34.7277l11.92-22.6424a.73.73,0,0,1,1.3743.3727l-.8611,19.0827a.5918.5918,0,0,0,1.1235.2853l6.4879-14.3021a.5647.5647,0,0,1,1.0788.2479l-.3437,13.32"/><path class="a" d="M34.4675,12.9036l1.4115-.1867a1.8466,1.8466,0,0,1,2.0773,2.0355l-2.104,18.853a1.8466,1.8466,0,0,1-1.8352,1.6418H32.2586"/><path class="a" d="M37.4709,19.101c1.5345.0566,2.0943-1.0747,4.25-1.0747,1.99,0,2.8053,3.7662-.2078,5.0649a11.3652,11.3652,0,0,1-4.6211,1.1968"/><circle class="b" cx="40.4066" cy="20.8315" r="0.75"/></svg>
Copied!