Euria Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Euria 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/340121.svg" alt="Euria icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340121.svg" alt="Euria icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340121.svg" alt="Euria icon" :width="24" :height="24" />
CSS background
.icon-euria {
background-image: url('https://proicons.com/icon/340121.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M16.7938,5.0633C7.6795,5.7796,2.9563,15.5508,3.0003,21.983s.8699,17.5538,16.5868,21.0364,22.3521-5.6805,24.62-13.3371-.1091-19.2653-10.0041-23.0796c-9.895-3.8143-11.2355-2.0245-17.4093-1.5393Z"/><path class="d" d="M39.3516,17.3264c1.4625,2.6371,5.0115,11.5429-1.7664,17.5814-6.7779,6.0385-15.4864,7.4351-20.2925,3.0398s-6.4082-14.9524,1.561-19.5531c7.9691-4.6007,15.281-10.4749,20.4979-1.068Z"/></svg>
Copied!