Euro True Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Euro True 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/305598.svg" alt="Euro True icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305598.svg" alt="Euro True icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305598.svg" alt="Euro True icon" :width="24" :height="24" />
CSS background
.icon-euro-true {
background-image: url('https://proicons.com/icon/305598.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M902 674c-21-21-50-34-82-36h-4c-34 0-65 14-87 36s-36 53-36 86c0 18 4 34 11 49 5 14 14 27 25 38 22 22 53 36 86 36 68 0 123-55 123-123 0-33-14-64-36-86zm-23 58l-75 75c-2 2-5 2-7 0l-45-46c-2-2-2-5 0-7l11-11c1-2 5-2 7 0l31 31 60-60c2-2 5-2 7 0l11 11c2 2 2 5 0 7zM411 294c-21 24-35 55-45 93h304l-43 84H354c-1 10-1 20-1 31v14h274l-40 84H362c25 117 99 176 223 176 21 0 40-1 57-3 3 36 20 69 44 94 12 11 25 21 40 29-23 7-44 11-64 15-31 4-65 6-100 6-64 0-120-10-168-31-47-20-88-49-120-86-33-37-57-81-74-132-7-22-12-44-16-68H63l38-84h75c0-5-1-10-1-14 0-11 1-21 2-31H64l42-84h82c3-18 8-35 13-52 18-51 42-96 75-133s72-67 120-87c48-21 102-32 162-32 36 0 69 2 99 7 31 4 64 14 99 28-2 22-6 44-14 65-7 22-15 43-24 65-26-9-50-15-70-19s-44-6-72-6c-71 0-127 24-165 71z"/></svg>
Copied!