1st-place-medal from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
1st-place-medal
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the 1st place medal emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.6 14.18a7.48 7.48 0 0 1 5.39-2.29c1.96 0 3.91.76 5.39 2.29c2.97 3.05 2.97 8.01 0 11.06a7.46 7.46 0 0 1-5.39 2.29c-2.03 0-3.95-.81-5.39-2.29a7.87 7.87 0 0 1-2.23-5.53c0-2.09.79-4.05 2.23-5.53m4.476.861A1 1 0 0 0 15 17.038V23a1 1 0 1 0 2 0v-6.959a1 1 0 0 0-1-1z"/><path d="m13.548 2.93l2.45 4.027l2.45-4.027c.34-.58.95-.93 1.62-.93h6.59c1.45 0 2.36 1.56 1.66 2.82a16.6 16.6 0 0 1-5.43 5.78a4.4 4.4 0 0 1-1.183.649c2.614 1.858 4.325 4.954 4.325 8.461c0 5.683-4.495 10.29-10.04 10.29S5.95 25.393 5.95 19.71c0-3.51 1.715-6.61 4.332-8.466a4.3 4.3 0 0 1-1.164-.644a16.7 16.7 0 0 1-5.43-5.78c-.71-1.26.2-2.82 1.65-2.82h6.59c.67 0 1.28.35 1.62.93m2.119 6.495q.16-.005.323-.005a9.8 9.8 0 0 1 4.483 1.08a3.4 3.4 0 0 0 1.807-.694l.03-.024l.034-.02a15.6 15.6 0 0 0 5.101-5.43A.9.9 0 0 0 26.658 3h-6.59a.87.87 0 0 0-.758.436l-.004.007zM9.76 26.11A8.64 8.64 0 0 0 16 28.76c2.35 0 4.57-.94 6.25-2.65c3.44-3.53 3.44-9.27 0-12.8a8.69 8.69 0 0 0-12.49 0a9.1 9.1 0 0 0-2.59 6.4c0 2.42.92 4.69 2.59 6.4"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrast1stPlaceMedal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.6 14.18a7.48 7.48 0 0 1 5.39-2.29c1.96 0 3.91.76 5.39 2.29c2.97 3.05 2.97 8.01 0 11.06a7.46 7.46 0 0 1-5.39 2.29c-2.03 0-3.95-.81-5.39-2.29a7.87 7.87 0 0 1-2.23-5.53c0-2.09.79-4.05 2.23-5.53m4.476.861A1 1 0 0 0 15 17.038V23a1 1 0 1 0 2 0v-6.959a1 1 0 0 0-1-1z"/><path d="m13.548 2.93l2.45 4.027l2.45-4.027c.34-.58.95-.93 1.62-.93h6.59c1.45 0 2.36 1.56 1.66 2.82a16.6 16.6 0 0 1-5.43 5.78a4.4 4.4 0 0 1-1.183.649c2.614 1.858 4.325 4.954 4.325 8.461c0 5.683-4.495 10.29-10.04 10.29S5.95 25.393 5.95 19.71c0-3.51 1.715-6.61 4.332-8.466a4.3 4.3 0 0 1-1.164-.644a16.7 16.7 0 0 1-5.43-5.78c-.71-1.26.2-2.82 1.65-2.82h6.59c.67 0 1.28.35 1.62.93m2.119 6.495q.16-.005.323-.005a9.8 9.8 0 0 1 4.483 1.08a3.4 3.4 0 0 0 1.807-.694l.03-.024l.034-.02a15.6 15.6 0 0 0 5.101-5.43A.9.9 0 0 0 26.658 3h-6.59a.87.87 0 0 0-.758.436l-.004.007zM9.76 26.11A8.64 8.64 0 0 0 16 28.76c2.35 0 4.57-.94 6.25-2.65c3.44-3.53 3.44-9.27 0-12.8a8.69 8.69 0 0 0-12.49 0a9.1 9.1 0 0 0-2.59 6.4c0 2.42.92 4.69 2.59 6.4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.6 14.18a7.48 7.48 0 0 1 5.39-2.29c1.96 0 3.91.76 5.39 2.29c2.97 3.05 2.97 8.01 0 11.06a7.46 7.46 0 0 1-5.39 2.29c-2.03 0-3.95-.81-5.39-2.29a7.87 7.87 0 0 1-2.23-5.53c0-2.09.79-4.05 2.23-5.53m4.476.861A1 1 0 0 0 15 17.038V23a1 1 0 1 0 2 0v-6.959a1 1 0 0 0-1-1z"/><path d="m13.548 2.93l2.45 4.027l2.45-4.027c.34-.58.95-.93 1.62-.93h6.59c1.45 0 2.36 1.56 1.66 2.82a16.6 16.6 0 0 1-5.43 5.78a4.4 4.4 0 0 1-1.183.649c2.614 1.858 4.325 4.954 4.325 8.461c0 5.683-4.495 10.29-10.04 10.29S5.95 25.393 5.95 19.71c0-3.51 1.715-6.61 4.332-8.466a4.3 4.3 0 0 1-1.164-.644a16.7 16.7 0 0 1-5.43-5.78c-.71-1.26.2-2.82 1.65-2.82h6.59c.67 0 1.28.35 1.62.93m2.119 6.495q.16-.005.323-.005a9.8 9.8 0 0 1 4.483 1.08a3.4 3.4 0 0 0 1.807-.694l.03-.024l.034-.02a15.6 15.6 0 0 0 5.101-5.43A.9.9 0 0 0 26.658 3h-6.59a.87.87 0 0 0-.758.436l-.004.007zM9.76 26.11A8.64 8.64 0 0 0 16 28.76c2.35 0 4.57-.94 6.25-2.65c3.44-3.53 3.44-9.27 0-12.8a8.69 8.69 0 0 0-12.49 0a9.1 9.1 0 0 0-2.59 6.4c0 2.42.92 4.69 2.59 6.4"/></g></svg>
</template>

CSS

.icon-1st-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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.6%2014.18a7.48%207.48%200%200%201%205.39-2.29c1.96%200%203.91.76%205.39%202.29c2.97%203.05%202.97%208.01%200%2011.06a7.46%207.46%200%200%201-5.39%202.29c-2.03%200-3.95-.81-5.39-2.29a7.87%207.87%200%200%201-2.23-5.53c0-2.09.79-4.05%202.23-5.53m4.476.861A1%201%200%200%200%2015%2017.038V23a1%201%200%201%200%202%200v-6.959a1%201%200%200%200-1-1z%22%2F%3E%3Cpath%20d%3D%22m13.548%202.93l2.45%204.027l2.45-4.027c.34-.58.95-.93%201.62-.93h6.59c1.45%200%202.36%201.56%201.66%202.82a16.6%2016.6%200%200%201-5.43%205.78a4.4%204.4%200%200%201-1.183.649c2.614%201.858%204.325%204.954%204.325%208.461c0%205.683-4.495%2010.29-10.04%2010.29S5.95%2025.393%205.95%2019.71c0-3.51%201.715-6.61%204.332-8.466a4.3%204.3%200%200%201-1.164-.644a16.7%2016.7%200%200%201-5.43-5.78c-.71-1.26.2-2.82%201.65-2.82h6.59c.67%200%201.28.35%201.62.93m2.119%206.495q.16-.005.323-.005a9.8%209.8%200%200%201%204.483%201.08a3.4%203.4%200%200%200%201.807-.694l.03-.024l.034-.02a15.6%2015.6%200%200%200%205.101-5.43A.9.9%200%200%200%2026.658%203h-6.59a.87.87%200%200%200-.758.436l-.004.007zM9.76%2026.11A8.64%208.64%200%200%200%2016%2028.76c2.35%200%204.57-.94%206.25-2.65c3.44-3.53%203.44-9.27%200-12.8a8.69%208.69%200%200%200-12.49%200a9.1%209.1%200%200%200-2.59%206.4c0%202.42.92%204.69%202.59%206.4%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.6%2014.18a7.48%207.48%200%200%201%205.39-2.29c1.96%200%203.91.76%205.39%202.29c2.97%203.05%202.97%208.01%200%2011.06a7.46%207.46%200%200%201-5.39%202.29c-2.03%200-3.95-.81-5.39-2.29a7.87%207.87%200%200%201-2.23-5.53c0-2.09.79-4.05%202.23-5.53m4.476.861A1%201%200%200%200%2015%2017.038V23a1%201%200%201%200%202%200v-6.959a1%201%200%200%200-1-1z%22%2F%3E%3Cpath%20d%3D%22m13.548%202.93l2.45%204.027l2.45-4.027c.34-.58.95-.93%201.62-.93h6.59c1.45%200%202.36%201.56%201.66%202.82a16.6%2016.6%200%200%201-5.43%205.78a4.4%204.4%200%200%201-1.183.649c2.614%201.858%204.325%204.954%204.325%208.461c0%205.683-4.495%2010.29-10.04%2010.29S5.95%2025.393%205.95%2019.71c0-3.51%201.715-6.61%204.332-8.466a4.3%204.3%200%200%201-1.164-.644a16.7%2016.7%200%200%201-5.43-5.78c-.71-1.26.2-2.82%201.65-2.82h6.59c.67%200%201.28.35%201.62.93m2.119%206.495q.16-.005.323-.005a9.8%209.8%200%200%201%204.483%201.08a3.4%203.4%200%200%200%201.807-.694l.03-.024l.034-.02a15.6%2015.6%200%200%200%205.101-5.43A.9.9%200%200%200%2026.658%203h-6.59a.87.87%200%200%200-.758.436l-.004.007zM9.76%2026.11A8.64%208.64%200%200%200%2016%2028.76c2.35%200%204.57-.94%206.25-2.65c3.44-3.53%203.44-9.27%200-12.8a8.69%208.69%200%200%200-12.49%200a9.1%209.1%200%200%200-2.59%206.4c0%202.42.92%204.69%202.59%206.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/1st-place-medal.svg?color=%231a73e8&size=48