Euro Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Euro Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305597.svg" alt="Euro Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305597.svg" alt="Euro Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305597.svg" alt="Euro Plus icon" :width="24" :height="24" />
CSS background
.icon-euro-plus {
background-image: url('https://proicons.com/icon/305597.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-22-21-51-34-83-36h-4c-34 0-64 14-87 36-22 22-36 53-36 87 0 17 4 34 11 48 6 15 14 28 25 39 23 22 53 35 87 35 68 0 122-55 122-122 1-34-13-65-35-87zm-29 105h-40v40h-36v-40h-40v-36h40v-40h36v40h40v36zM411 293c-20 24-35 55-44 93h305l-43 84H354c0 10-1 21-1 32l1 14h275l-40 84H363c25 117 99 176 224 176 21 0 40-1 57-3 3 37 19 70 44 95 12 11 25 21 40 28-23 8-44 12-64 15-32 5-65 7-101 7-64 0-120-10-168-31s-88-50-121-87-57-81-74-132c-7-22-12-44-16-68H63l38-84h75v-14c0-11 0-21 1-32H64l42-84h82c4-18 8-35 14-52 17-51 42-95 74-133 33-37 73-67 121-88s102-31 163-31c36 0 69 2 99 6 31 5 63 14 99 29-2 22-6 44-14 65-7 22-16 43-25 65-26-9-49-15-70-19-20-4-44-6-71-6-72 0-128 24-167 71z"/></svg>
Copied!