Makemytrip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Makemytrip 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/328818.svg" alt="Makemytrip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328818.svg" alt="Makemytrip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328818.svg" alt="Makemytrip icon" :width="24" :height="24" />
CSS background
.icon-makemytrip {
background-image: url('https://proicons.com/icon/328818.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;}</style></defs><path class="a" d="M10.5,18.2418c.2372-.8822,1.4726-3.0741,2.6984-2.8571,1.5557.2754-1.118,11.0568-1.118,11.0568S18.46,15.29,19.7537,15.5031c1.1489.19-3.31,10.88-2.125,11.1649s6.3849-10.3338,7.3054-9.964c.85.3417-2.3511,9.5513-.6589,10.0013,1.3686.364,6.8167-10.306,6.8167-10.306s-4.4768,9.4595-1.7988,10.5644C32.836,28.4256,37.5,17.1125,37.5,17.1125s-5.2118,12.5124-5.8127,14.0039a7.6452,7.6452,0,0,0-.0975,6.3541"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!