Won Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Won Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306950.svg" alt="Won Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306950.svg" alt="Won Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306950.svg" alt="Won Minus icon" :width="24" :height="24" />
CSS background
.icon-won-minus {
background-image: url('https://proicons.com/icon/306950.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="M909 605c-18-17-41-28-67-29h-3c-28 0-52 11-70 29s-29 43-29 70c0 14 3 27 8 39s12 22 21 31c18 18 42 29 70 29 55 0 99-44 99-99 0-27-11-52-29-70zm-25 83h-91v-26h91v26zm-21-226h-69l69-294c-11-2-22-3-33-4-12-2-23-2-35-2-20 0-39 2-58 6l-53 294h-89l-66-294c-21-4-41-6-59-6-11 0-21 0-31 1s-21 3-33 5l-66 294h-84l-54-294c-11-3-22-4-33-5s-22-1-33-1c-27 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 4 42 5 60 5 14 0 26 0 37-2 11-1 23-2 38-3l54-216h110l51 216c27 3 52 5 74 5 24 0 46-2 68-5l20-88c-15-20-25-46-25-74 0-49 28-92 69-112h-1l9-38h83c1-10 1-20 1-30s-1-19-1-29zM294 668l-9-51h21l-12 51zm25-109h-45l-7-38h60l-8 38zm143-169l17 72h-35l18-72zm-42 169l9-38h64l9 38h-82zm225 122l-15-64h26l-11 64zm22-122h-50l-9-38h66l-7 38z"/></svg>
Copied!