Euro False Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Euro False 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/305595.svg" alt="Euro False icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305595.svg" alt="Euro False icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305595.svg" alt="Euro False icon" :width="24" :height="24" />
CSS background
.icon-euro-false {
background-image: url('https://proicons.com/icon/305595.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 675c-22-21-51-34-83-36h-4c-34 0-65 14-87 36s-36 53-36 87c0 18 4 34 10 49 6 14 15 27 26 38 22 22 53 36 87 36 68 0 123-55 123-123 0-34-14-65-36-87zm-37 118l-20 20-30-31-31 31-20-20 30-31-30-30 20-21 31 31 30-31 20 21-30 30 30 31zM413 292c-20 25-35 56-45 94h306l-43 84H355c0 11-1 21-1 32l1 14h276l-40 85H364c25 117 100 177 225 177 21 0 40-1 57-4 3 37 20 70 45 95 11 12 25 22 40 29-24 8-45 12-65 15-31 5-65 7-101 7-64 0-120-10-168-31-49-21-89-50-122-87s-58-82-74-133c-7-22-12-44-16-68H63l38-85h76c0-5-1-9-1-14 0-11 1-21 1-32H64l42-84h83c3-18 8-35 13-52 18-52 42-96 75-134 33-37 73-67 121-88s102-32 163-32c37 0 70 3 100 7 31 5 64 14 99 28-1 23-6 45-13 66-8 22-16 44-25 65-26-9-50-15-70-19-21-4-45-5-73-5-72 0-127 23-166 70z"/></svg>
Copied!