Myntra Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myntra 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/329887.svg" alt="Myntra icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329887.svg" alt="Myntra icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329887.svg" alt="Myntra icon" :width="24" :height="24" />
CSS background
.icon-myntra {
background-image: url('https://proicons.com/icon/329887.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><ellipse class="a" cx="28.3115" cy="24" rx="13.8714" ry="4.2196" transform="translate(-4.2652 41.7848) rotate(-68.9201)"/><path class="a" d="M32.7272,24.2154q.2269.6462.48,1.3023c2.7554,7.1483,6.7519,12.2636,8.9264,11.4254s1.7035-7.3125-1.0519-14.4608S34.33,10.2187,32.155,11.0569"/><ellipse class="a" cx="10.8558" cy="24" rx="13.8714" ry="4.2196" transform="translate(-15.4426 25.4973) rotate(-68.9201)"/><path class="a" d="M15.2716,24.2154q.227.6462.48,1.3023c2.06,5.3433,4.8129,9.5508,6.98,10.9847"/><path class="a" d="M24.0006,23.4894q-.18-.5008-.3748-1.0071C20.87,15.334,16.8739,10.2187,14.6994,11.0569"/></svg>
Copied!