My Edenred Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Edenred 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/329742.svg" alt="My Edenred icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329742.svg" alt="My Edenred icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329742.svg" alt="My Edenred icon" :width="24" :height="24" />
CSS background
.icon-my-edenred {
background-image: url('https://proicons.com/icon/329742.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m45.5,24c0,11.87-9.63,21.5-21.5,21.5-6.59,0-12.49-2.97-16.42-7.64-.86-1.01-1.62-2.09-2.26-3.24,1.35,1.96,3.61,3.24,6.17,3.24h12.43l1.03-5.69h-11.37c-1.42,0-2.58-1.16-2.58-2.59v-3.79h11.06l.92-5.46h-11.98v-6.28h13.29l.87-5.69h-15.9c3.85-3.63,9.03-5.86,14.74-5.86,11.87,0,21.5,9.63,21.5,21.5Z"/></svg>
Copied!