Eurocard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eurocard 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/340124.svg" alt="Eurocard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340124.svg" alt="Eurocard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340124.svg" alt="Eurocard icon" :width="24" :height="24" />
CSS background
.icon-eurocard {
background-image: url('https://proicons.com/icon/340124.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M15.1671,29.5494l-7.3525-7.3525c-2.1862,2.1862-2.1862,5.7308,0,7.9169l10.7465,10.7465c2.1863,2.1863,5.7308,2.1862,7.9169,0l-7.3525-7.3525,12.4649-12.4649c2.1862-2.1862,2.1862-5.7308,0-7.9169L15.1671,29.5494Z"/><path class="b" d="M24.5115,13.4169c2.1862-2.1862,2.1862-5.7307,0-7.9169l-10.4645,10.4645c-2.1862,2.1862-2.1862,5.7307,0,7.9169l10.4645-10.4645Z"/><path class="b" d="M40.1854,27.153c2.1862-2.1862,2.1862-5.7307,0-7.9169l-11.4334,11.4334c-2.1862,2.1862-2.1862,5.7307,0,7.9169l11.4334-11.4334Z"/></svg>
Copied!