Won Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Won 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/306951.svg" alt="Won Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306951.svg" alt="Won Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306951.svg" alt="Won Plus icon" :width="24" :height="24" />
CSS background
.icon-won-plus {
background-image: url('https://proicons.com/icon/306951.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="M908 605c-17-17-40-28-66-29h-3c-28 0-52 11-70 29s-29 43-29 70c0 14 3 27 8 39s12 22 20 31c18 18 43 29 71 29 54 0 98-44 98-99 1-27-10-52-29-70zm-23 85h-32v32h-29v-32h-32v-29h32v-33h29v33h32v29zm-22-228h-69l69-294c-11-2-22-3-33-4-12-1-23-2-35-2-20 0-39 2-58 6l-53 294h-89l-66-294c-21-4-41-6-59-6-10 0-21 0-31 1s-21 3-33 5l-66 294h-84l-54-294c-11-3-22-4-33-5s-22-1-33-1c-28 0-52 2-74 6l69 294H64c-1 10-1 19-1 30 0 9 0 19 1 29h80l9 38H64c-1 9-1 19-1 29s0 20 1 29h102l50 216c22 3 42 5 60 5 14 0 26 0 37-2 11-1 23-2 38-3l54-216h110l51 215c26 4 51 6 74 6s46-2 67-6l21-87c-16-21-25-46-25-74 0-49 28-92 69-112h-1l9-39h82c1-9 1-19 1-29 1-10 0-19 0-29zM294 668l-9-51h20l-11 51zm25-109h-45l-7-38h60l-8 38zm143-169l17 72h-35l18-72zm-42 169l9-38h64l9 38h-82zm225 122l-15-64h26l-11 64zm22-122h-50l-9-38h65l-6 38z"/></svg>
Copied!