sports medal emoji
sports-medal from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- sports-medal
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More activities icons from OpenMoji
Use the sports medal emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" stroke="#92d3f5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M54.999 4.022L43 16.021h-7l-5.042-5.042l6.963-6.962h17.078"/><path fill="#ea5a47" stroke="#ea5a47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M23.983 4.004L36 16.021h-7L16.968 3.988h7.015"/><path fill="#fcea2b" d="M28 22.427V17h16v5.427"/><circle cx="36" cy="45.021" r="23" fill="#fcea2b"/><path fill="#f1b31c" d="m35.986 28l-5.128 10.401l-11.477 1.672l8.308 8.092l-1.956 11.431l10.263-5.4l10.267 5.393l-1.965-11.43l8.302-8.098l-11.477-1.663z"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="45.021" r="23"/><circle cx="36" cy="45.021" r="23" stroke-linecap="round" stroke-linejoin="round"/><circle cx="36" cy="45.021" r="23"/><path stroke-linecap="round" stroke-linejoin="round" d="M29 19v-2.979M43 19v-2.979m-14 0h14M25.99 13.01l-9.022-9.022M31.99 12.01l-8.007-8.006M34 8l3.921-3.983M46 13l8.999-8.978m-38.031-.034h7.015m13.938.029h17.078"/><circle cx="36" cy="45.021" r="23"/><path stroke-linecap="round" stroke-linejoin="round" d="m35.986 28l-5.128 10.401l-11.477 1.672l8.308 8.092l-1.956 11.431l10.263-5.4l10.267 5.393l-1.965-11.43l8.302-8.098l-11.477-1.663z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSportsMedal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" stroke="#92d3f5" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M54.999 4.022L43 16.021h-7l-5.042-5.042l6.963-6.962h17.078"/><path fill="#ea5a47" stroke="#ea5a47" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M23.983 4.004L36 16.021h-7L16.968 3.988h7.015"/><path fill="#fcea2b" d="M28 22.427V17h16v5.427"/><circle cx="36" cy="45.021" r="23" fill="#fcea2b"/><path fill="#f1b31c" d="m35.986 28l-5.128 10.401l-11.477 1.672l8.308 8.092l-1.956 11.431l10.263-5.4l10.267 5.393l-1.965-11.43l8.302-8.098l-11.477-1.663z"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="45.021" r="23"/><circle cx="36" cy="45.021" r="23" strokeLinecap="round" strokeLinejoin="round"/><circle cx="36" cy="45.021" r="23"/><path strokeLinecap="round" strokeLinejoin="round" d="M29 19v-2.979M43 19v-2.979m-14 0h14M25.99 13.01l-9.022-9.022M31.99 12.01l-8.007-8.006M34 8l3.921-3.983M46 13l8.999-8.978m-38.031-.034h7.015m13.938.029h17.078"/><circle cx="36" cy="45.021" r="23"/><path strokeLinecap="round" strokeLinejoin="round" d="m35.986 28l-5.128 10.401l-11.477 1.672l8.308 8.092l-1.956 11.431l10.263-5.4l10.267 5.393l-1.965-11.43l8.302-8.098l-11.477-1.663z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" stroke="#92d3f5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M54.999 4.022L43 16.021h-7l-5.042-5.042l6.963-6.962h17.078"/><path fill="#ea5a47" stroke="#ea5a47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M23.983 4.004L36 16.021h-7L16.968 3.988h7.015"/><path fill="#fcea2b" d="M28 22.427V17h16v5.427"/><circle cx="36" cy="45.021" r="23" fill="#fcea2b"/><path fill="#f1b31c" d="m35.986 28l-5.128 10.401l-11.477 1.672l8.308 8.092l-1.956 11.431l10.263-5.4l10.267 5.393l-1.965-11.43l8.302-8.098l-11.477-1.663z"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="45.021" r="23"/><circle cx="36" cy="45.021" r="23" stroke-linecap="round" stroke-linejoin="round"/><circle cx="36" cy="45.021" r="23"/><path stroke-linecap="round" stroke-linejoin="round" d="M29 19v-2.979M43 19v-2.979m-14 0h14M25.99 13.01l-9.022-9.022M31.99 12.01l-8.007-8.006M34 8l3.921-3.983M46 13l8.999-8.978m-38.031-.034h7.015m13.938.029h17.078"/><circle cx="36" cy="45.021" r="23"/><path stroke-linecap="round" stroke-linejoin="round" d="m35.986 28l-5.128 10.401l-11.477 1.672l8.308 8.092l-1.956 11.431l10.263-5.4l10.267 5.393l-1.965-11.43l8.302-8.098l-11.477-1.663z"/></g></svg> </template>
CSS
.icon-sports-medal {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20stroke%3D%22%2392d3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M54.999%204.022L43%2016.021h-7l-5.042-5.042l6.963-6.962h17.078%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M23.983%204.004L36%2016.021h-7L16.968%203.988h7.015%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M28%2022.427V17h16v5.427%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22m35.986%2028l-5.128%2010.401l-11.477%201.672l8.308%208.092l-1.956%2011.431l10.263-5.4l10.267%205.393l-1.965-11.43l8.302-8.098l-11.477-1.663z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2019v-2.979M43%2019v-2.979m-14%200h14M25.99%2013.01l-9.022-9.022M31.99%2012.01l-8.007-8.006M34%208l3.921-3.983M46%2013l8.999-8.978m-38.031-.034h7.015m13.938.029h17.078%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m35.986%2028l-5.128%2010.401l-11.477%201.672l8.308%208.092l-1.956%2011.431l10.263-5.4l10.267%205.393l-1.965-11.43l8.302-8.098l-11.477-1.663z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20stroke%3D%22%2392d3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M54.999%204.022L43%2016.021h-7l-5.042-5.042l6.963-6.962h17.078%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M23.983%204.004L36%2016.021h-7L16.968%203.988h7.015%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M28%2022.427V17h16v5.427%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22m35.986%2028l-5.128%2010.401l-11.477%201.672l8.308%208.092l-1.956%2011.431l10.263-5.4l10.267%205.393l-1.965-11.43l8.302-8.098l-11.477-1.663z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2019v-2.979M43%2019v-2.979m-14%200h14M25.99%2013.01l-9.022-9.022M31.99%2012.01l-8.007-8.006M34%208l3.921-3.983M46%2013l8.999-8.978m-38.031-.034h7.015m13.938.029h17.078%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2245.021%22%20r%3D%2223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m35.986%2028l-5.128%2010.401l-11.477%201.672l8.308%208.092l-1.956%2011.431l10.263-5.4l10.267%205.393l-1.965-11.43l8.302-8.098l-11.477-1.663z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/sports-medal.svg?color=%231a73e8&size=48