Medal Sport Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Medal Sport 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/306072.svg" alt="Medal Sport icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306072.svg" alt="Medal Sport icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306072.svg" alt="Medal Sport icon" :width="24" :height="24" />
CSS background
.icon-medal-sport {
background-image: url('https://proicons.com/icon/306072.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="M606 467h6V328h-4l221-221L722 0 500 222 279 0 172 107l221 220h-5v140h7c-100 42-171 141-171 256 0 153 124 277 276 277 153 0 277-124 277-277 0-115-71-214-171-256zM722 32l75 75-206 205-75-74L722 32zM453 387h95l29-29h5v79H419v-79h4l30 29zm47 564c-125 0-228-102-228-228s103-228 228-228 228 103 228 228c0 126-102 228-228 228zm0-431c-112 0-202 91-202 203s90 203 202 203 203-91 203-203-91-203-203-203zm28 352h-43V617l-42 42v-42l42-43h43v298z"/></svg>
Copied!