Win Trophy Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Win Trophy 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/306921.svg" alt="Win Trophy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306921.svg" alt="Win Trophy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306921.svg" alt="Win Trophy icon" :width="24" :height="24" />
CSS background
.icon-win-trophy {
background-image: url('https://proicons.com/icon/306921.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="M444 584l16 17c7 7 18 7 25 0s7-18 0-25l-8-9c16 3 34 3 53 2 1 1 1 2 2 3 155 155 406-11 406-11L825 449c3-3 7-6 10-9L498 102c-3 3-6 7-9 11L376 0s-166 251-11 405l3 3c-1 18-1 36 2 53-7-7-18-7-25 0s-7 18 0 25l17 17-46 30c-23-8-45-1-70 24-14 14-26 30-34 47l-87 59-11-11-51 51 180 180 51-51-11-11 56-83 13 5 176 257h271L417 623l27-39zm352-112l81 81c-67 33-200 82-297 10 78-14 159-51 216-91zM385 61l81 81c-40 56-77 138-92 215-71-96-22-230 11-296z"/></svg>
Copied!