Edenred Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Edenred Wallet 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/324959.svg" alt="Edenred Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324959.svg" alt="Edenred Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324959.svg" alt="Edenred Wallet icon" :width="24" :height="24" />
CSS background
.icon-edenred-wallet {
background-image: url('https://proicons.com/icon/324959.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="6.2214" y="14.0542" width="35.5572" height="28.4458" rx="4.3991" ry="4.3991"/><path class="b" d="m6.2214,18.4533v-2.5564c0-1.7448,1.1488-3.2813,2.8223-3.7748l21.9919-6.4853c2.1136-.6233,4.2325.9609,4.2325,3.1646v5.2528"/><circle class="b" cx="35.2681" cy="28.2771" r="2.7494"/></svg>
Copied!