Medal Circle Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Medal Circle 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/304813.svg" alt="Medal Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304813.svg" alt="Medal Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304813.svg" alt="Medal Circle icon" :width="24" :height="24" />
CSS background
.icon-medal-circle {
background-image: url('https://proicons.com/icon/304813.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-circle</title><path d="M23.18,7.5h1.07V8.57H47.81V7.5h1.07A1.07,1.07,0,0,0,50,6.43V1.07A1.07,1.07,0,0,0,48.88,0H23.18a1.07,1.07,0,0,0-1.07,1.07V6.43A1.07,1.07,0,0,0,23.18,7.5"/><path d="M24.25,12.93H47.81V10.81H24.25Z"/><path d="M38.15,25.87A2.15,2.15,0,1,1,36,23.72a2.15,2.15,0,0,1,2.15,2.15M36,34.48A7.54,7.54,0,0,0,28.47,42a1.08,1.08,0,1,1-2.15,0A9.69,9.69,0,0,1,36,32.33a1.08,1.08,0,1,1,0,2.15M48.91,16.17H47.84v-1.1H24.16v1.1H23.09A1.08,1.08,0,0,0,22,17.25v5.39a1.08,1.08,0,0,0,1.08,1.08h9.2a4.21,4.21,0,0,0,.3,4.74,14,14,0,1,0,6.82,0,4.21,4.21,0,0,0,.3-4.74h9.2A1.08,1.08,0,0,0,50,22.64V17.25a1.08,1.08,0,0,0-1.08-1.08"/></svg>
Copied!