2nd place medal emoji
2nd-place-medal from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- 2nd-place-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 2nd place medal emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M28.057 22.427V17h15.858v5.427"/><path fill="#92d3f5" stroke="#92d3f5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.8" 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="1.8" d="M23.983 4.004L36 16.021h-7L16.968 3.988h7.015"/><circle cx="36" cy="44.975" r="23" fill="#9b9b9a"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="44.975" r="23"/><circle cx="36" cy="44.975" r="23" stroke-linecap="round" stroke-linejoin="round"/><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.078m-26.677 34.36A7.99 7.99 0 0 1 36.146 32h0c2.205 0 4.202.894 5.647 2.34c2.248 2.248 2.04 5.983-.069 8.362L28.16 58h15.972"/></g></svg>
React
import type { SVGProps } from "react";
export function Openmoji2ndPlaceMedal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M28.057 22.427V17h15.858v5.427"/><path fill="#92d3f5" stroke="#92d3f5" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.8" 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="1.8" d="M23.983 4.004L36 16.021h-7L16.968 3.988h7.015"/><circle cx="36" cy="44.975" r="23" fill="#9b9b9a"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="44.975" r="23"/><circle cx="36" cy="44.975" r="23" strokeLinecap="round" strokeLinejoin="round"/><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.078m-26.677 34.36A7.99 7.99 0 0 1 36.146 32h0c2.205 0 4.202.894 5.647 2.34c2.248 2.248 2.04 5.983-.069 8.362L28.16 58h15.972"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M28.057 22.427V17h15.858v5.427"/><path fill="#92d3f5" stroke="#92d3f5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.8" 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="1.8" d="M23.983 4.004L36 16.021h-7L16.968 3.988h7.015"/><circle cx="36" cy="44.975" r="23" fill="#9b9b9a"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="44.975" r="23"/><circle cx="36" cy="44.975" r="23" stroke-linecap="round" stroke-linejoin="round"/><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.078m-26.677 34.36A7.99 7.99 0 0 1 36.146 32h0c2.205 0 4.202.894 5.647 2.34c2.248 2.248 2.04 5.983-.069 8.362L28.16 58h15.972"/></g></svg> </template>
CSS
.icon-2nd-place-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%239b9b9a%22%20d%3D%22M28.057%2022.427V17h15.858v5.427%22%2F%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%221.8%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%221.8%22%20d%3D%22M23.983%204.004L36%2016.021h-7L16.968%203.988h7.015%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2244.975%22%20r%3D%2223%22%20fill%3D%22%239b9b9a%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%2244.975%22%20r%3D%2223%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2244.975%22%20r%3D%2223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%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.078m-26.677%2034.36A7.99%207.99%200%200%201%2036.146%2032h0c2.205%200%204.202.894%205.647%202.34c2.248%202.248%202.04%205.983-.069%208.362L28.16%2058h15.972%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%239b9b9a%22%20d%3D%22M28.057%2022.427V17h15.858v5.427%22%2F%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%221.8%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%221.8%22%20d%3D%22M23.983%204.004L36%2016.021h-7L16.968%203.988h7.015%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2244.975%22%20r%3D%2223%22%20fill%3D%22%239b9b9a%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%2244.975%22%20r%3D%2223%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2244.975%22%20r%3D%2223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%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.078m-26.677%2034.36A7.99%207.99%200%200%201%2036.146%2032h0c2.205%200%204.202.894%205.647%202.34c2.248%202.248%202.04%205.983-.069%208.362L28.16%2058h15.972%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/2nd-place-medal.svg?color=%231a73e8&size=48