Medal Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Medal 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/306073.svg" alt="Medal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306073.svg" alt="Medal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306073.svg" alt="Medal icon" :width="24" :height="24" />
CSS background
.icon-medal {
background-image: url('https://proicons.com/icon/306073.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="M928 224L795 77c-7-7-18-12-28-11H233c-10-1-21 4-28 11L72 224c-11 12-12 29-4 43l218 352c-11 27-16 55-16 85 0 127 103 230 230 230s230-103 230-230c0-30-5-58-16-85l218-352c9-14 7-31-4-43zm-294 31L500 474 366 255h268zm-492-3l84-92 199 326c-38 13-72 36-98 66L142 252zm509 435l-61 59 14 84c1 7-2 14-7 18-3 3-7 4-11 4-3 0-6-1-9-2l-75-40-76 40c-6 3-13 3-19-1-6-5-9-12-7-18l14-85-61-59c-5-5-7-12-5-19s8-12 15-13l85-12 37-76c3-7 10-11 17-11s13 4 16 11l38 76 85 12c7 1 12 6 15 13 2 7 0 14-5 19zm22-135c-26-30-60-53-98-66l199-326 84 92-185 300z"/></svg>
Medal in other icon packs
Copied!