Medal Star Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Medal Star icon is commonly used in rating systems, favorites and review sections. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304814.svg" alt="Medal Star icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304814.svg" alt="Medal Star icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304814.svg" alt="Medal Star icon" :width="24" :height="24" />
CSS background
.icon-medal-star {
background-image: url('https://proicons.com/icon/304814.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>medal-star</title><path d="M33.85,25.9A2.15,2.15,0,1,1,36,28.05a2.14,2.14,0,0,1-2.15-2.15M49.92,38.46a1.08,1.08,0,0,0-1-.73l-9,0L37.4,30a4.29,4.29,0,0,0,2.9-4.05,4.22,4.22,0,0,0-.6-2.14h9.2A1.07,1.07,0,0,0,50,22.68V17.3a1.07,1.07,0,0,0-1.07-1.08H47.82v-1.1H24.18v1.1H23.1A1.07,1.07,0,0,0,22,17.3v5.38a1.07,1.07,0,0,0,1.07,1.08h9.2a4.22,4.22,0,0,0-.6,2.14A4.29,4.29,0,0,0,34.6,30l-2.53,7.74-9,0a1.08,1.08,0,0,0-1,.73,1.1,1.1,0,0,0,.37,1.2l7.19,5.47-3.25,9.44a1.07,1.07,0,0,0,1.66,1.21l8-6,8,6a1,1,0,0,0,.65.22,1.08,1.08,0,0,0,1-1.43l-3.25-9.44,7.19-5.47a1.1,1.1,0,0,0,.37-1.2"/><path d="M23.1,7.52h1.08V8.6H47.82V7.52H48.9A1.07,1.07,0,0,0,50,6.45V1.07A1.07,1.07,0,0,0,48.9,0H23.1A1.07,1.07,0,0,0,22,1.07V6.45A1.07,1.07,0,0,0,23.1,7.52"/><path d="M24.18,13H47.82V10.85H24.18Z"/></svg>
Medal Star in other icon packs
Copied!