My Edenred Shopping Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Edenred Shopping 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/329743.svg" alt="My Edenred Shopping icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329743.svg" alt="My Edenred Shopping icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329743.svg" alt="My Edenred Shopping icon" :width="24" :height="24" />
CSS background
.icon-my-edenred-shopping {
background-image: url('https://proicons.com/icon/329743.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="M23.5122,2.5372C13.0016,2.7818,4.2095,10.5917,2.7272,21.0002h17.67l-2.3125-.6191c-1.6406-.4396-2.7281-1.9935-2.5801-3.6855.148-1.6921,1.4896-3.0336,3.1816-3.1816,1.6921-.148,3.2459.9394,3.6855,2.5801l1.1191,4.1777.0214-17.7346ZM29.4907,3.2168v17.055l1.1191-4.1777c.4396-1.6406,1.9935-2.7281,3.6855-2.5801,1.6921.148,3.0336,1.4896,3.1816,3.1816.148,1.6921-.9394,3.2459-2.5801,3.6855l-2.3125.6191h12.689c-1.2064-8.5621-7.4247-15.5684-15.783-17.783l.0004-.0004ZM2.7267,26.9998c1.4822,10.4085,10.2744,18.2184,20.785,18.463-.0078-.0363-.015-.0728-.0215-.1094v-17.625l-1.1191,4.1777c-.4396,1.6406-1.9935,2.7281-3.6855,2.5801-1.6921-.148-3.0336-1.4896-3.1816-3.1816-.148-1.6921.9394-3.2459,2.5801-3.6855l2.3125-.6191H2.7267v-.0002ZM32.5837,26.9998l2.3125.6191c1.6406.4396,2.7281,1.9935,2.5801,3.6855-.148,1.6921-1.4896,3.0336-3.1816,3.1816-1.6921.148-3.2459-.9394-3.6855-2.5801l-1.1191-4.1777v16.994c8.3329-2.2126,14.5381-9.189,15.764-17.723h-12.67l-.0004.0006Z"/></svg>
Copied!