Trophy Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Trophy Alt 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/306714.svg" alt="Trophy Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306714.svg" alt="Trophy Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306714.svg" alt="Trophy Alt icon" :width="24" :height="24" />
CSS background
.icon-trophy-alt {
background-image: url('https://proicons.com/icon/306714.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="M744 113c0-3 0-50 1-82h39V0H216v31h40v82L94 80s61 334 285 334h4c13 14 26 27 40 37-10 0-18 8-18 18s8 18 19 18h24l-55 231h-41v218h309V718h-40l-55-231h24c10 0 18-8 18-18s-8-18-18-18h-13c14-10 28-23 41-37h3c224 0 286-334 286-334l-163 33zm-608-1l124 33c11 73 46 166 95 235-133-16-196-196-219-268zm266 271c-3-3-88-74-99-320l33-1c10 231 86 294 87 295l-21 26zm216 365v152H392V748h226zm27-368c49-69 84-162 96-235l123-33c-23 72-86 252-219 268zM296 947h408v53H296v-53z"/></svg>
Copied!