Instamart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instamart 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/327468.svg" alt="Instamart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327468.svg" alt="Instamart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327468.svg" alt="Instamart icon" :width="24" :height="24" />
CSS background
.icon-instamart {
background-image: url('https://proicons.com/icon/327468.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M25.6662,10.6871v7.6406l5.0025-.053c7.1887,0,7.474,1.7764,6.9292,3.8024-1.9347,7.1945-7.5633,14.7666-13.489,22.8927-2.8341-3.8866-5.6234-7.6299-7.918-11.3011-.9093-1.4549-.7323-3.6448,2.1881-3.6448"/><path class="f" d="M29.7247,18.2747c3.7604,0,8.9398-.9898,8.3435-4.0855-1.0521-5.4615-5.3232-11.0546-13.9594-11.1576-10.0976-.1203-14.2242,7.7467-14.2242,13.8912,0,3.1627.92,6.3912,2.3874,9.6615.8284,1.8462,2.2177,3.4398,6.1069,3.4395l5.8086-.0004v4.7137"/></svg>
Copied!