Won Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Won 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/306953.svg" alt="Won icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306953.svg" alt="Won icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306953.svg" alt="Won icon" :width="24" :height="24" />
CSS background
.icon-won {
background-image: url('https://proicons.com/icon/306953.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="M901 564h-64l10-42h89c1-10 2-21 2-32 0-10-1-21-2-31h-75l76-322c-12-1-24-3-37-4-12-1-25-2-38-2-21 0-42 2-63 6l-58 322h-97l-72-322c-23-4-44-6-64-6-12 0-23 0-34 1s-23 3-37 5l-71 322h-92l-59-322c-12-3-24-5-36-5-12-1-24-1-36-1-30 0-57 2-80 6l74 322H64c-1 10-1 21-1 32 0 10 0 21 1 31h88l9 42H64c-1 10-1 21-1 32s0 21 1 32h112l54 235c24 4 46 6 66 6 14 0 28 0 40-2 12-1 26-2 41-4l59-235h121l55 235c29 4 56 6 81 6 26 0 50-2 74-6l55-235h114c1-11 1-21 1-32s0-22-1-32h-35zm-231-42h60l-8 42h-54l-9-42h11zm-152-63h-39l20-80 19 80zm-223 63h56l-9 42h-48l-8-42h9zm10 106h23l-12 55-11-55zm222-64h-75l11-42h69l10 42h-15zm155 64h29l-13 70-16-70z"/></svg>
Copied!