Martins Groceries To Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Martins Groceries To Go 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/328893.svg" alt="Martins Groceries To Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328893.svg" alt="Martins Groceries To Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328893.svg" alt="Martins Groceries To Go icon" :width="24" :height="24" />
CSS background
.icon-martins-groceries-to-go {
background-image: url('https://proicons.com/icon/328893.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="a" 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 id="b" class="c" d="m14.0203,42.0411c.3628-.4371.6243-1.9047,2.0493-11.502,1.0689-7.1989,1.596-10.2392,1.8124-10.4557.4945-.4945,1.4735.6351,1.7035,1.9656.4749,2.7467,1.3394,7.9751,1.7039,10.3045.8595,5.4933,1.6236,9.2833,1.9569,9.7072.5276.6707,2.2452.5504,2.929-.2053.6168-.6816.6572-.8537,1.3335-5.6916,1.197-8.5626,2.4446-15.475,2.8697-15.9002.875-.875,1.0667-.1082,2.388,9.5496,1.1762,8.5974,1.7212,11.8067,2.0798,12.2474.5169.6353,2.2937.5657,2.976-.1166.3136-.3136.5702-1.071.5702-1.683s.2364-3.1723.5253-5.6895c.2889-2.5173.7879-7.2713,1.1089-10.5644.321-3.2932.7428-7.4573.9375-9.2536.6466-5.9674-1.0266-8.8241-5.3799-9.1851-2.3692-.1965-3.8744.4415-4.9979,2.1183-.8208,1.225-1.3236,1.3421-2.0381.4744-.2739-.3327-1.1349-1.0675-1.9133-1.633-1.2028-.8738-1.7631-1.0282-3.7324-1.0282-2.4751,0-3.3872.3845-5.4497,2.2973l-1.1623,1.0779-.4423-.9707c-1.4186-3.1134-6.9402-3.2098-8.5231-.1489-.6714,1.2984-.5572,4.4239.428,11.7155.2967,2.1955.7917,5.9513,1.1002,8.3464s.7939,5.9533,1.0788,7.9073c.2849,1.954.518,3.9823.518,4.5075s.2703,1.2535.6006,1.6185c.6965.7697,2.398.8787,2.9693.1903Z"/></svg>
Copied!