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

Name
sports-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 sports 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.53m6.83 3.2l-.83-1.72c-.25-.52-.97-.52-1.24 0l-.83 1.72c-.1.21-.29.35-.51.38l-1.85.28c-.55.08-.77.78-.37 1.18l1.28 1.28c.19.19.26.47.17.73l-.59 1.71c-.2.57.37 1.11.91.87l2.14-.96c.17-.08.37-.08.54 0l2.14.96c.55.24 1.11-.3.91-.87l-.59-1.71a.72.72 0 0 1 .17-.73l1.28-1.28c.41-.4.18-1.1-.37-1.18l-1.85-.28a.69.69 0 0 1-.51-.38"/><path d="m5.708 2.01l.003.005h6.235c.67 0 1.272.335 1.602.915L16 6.962l2.447-4.022c.34-.58.95-.93 1.62-.93h2.04l-.003.005h4.561c1.44 0 2.342 1.555 1.622 2.825a16.55 16.55 0 0 1-5.42 5.77c-.353.274-.743.49-1.157.643c2.61 1.858 4.32 4.953 4.32 8.457c0 5.683-4.496 10.29-10.04 10.29c-5.546 0-10.04-4.607-10.04-10.29c0-3.511 1.715-6.612 4.334-8.468a4.3 4.3 0 0 1-1.157-.642c-2.24-1.46-4.1-3.44-5.42-5.77c-.71-1.26.2-2.82 1.65-2.82zm6.93 7.998a10 10 0 0 1 1.793-.465l.144-.236L10.537 3h-4.25a25.3 25.3 0 0 0 6.1 6.79q.124.112.251.218M25.742 3h-4.27L17.3 9.507a9.8 9.8 0 0 1 2.061.507a7 7 0 0 0 .258-.224A25.3 25.3 0 0 0 25.742 3M9.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 FluentEmojiHighContrastSportsMedal(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.53m6.83 3.2l-.83-1.72c-.25-.52-.97-.52-1.24 0l-.83 1.72c-.1.21-.29.35-.51.38l-1.85.28c-.55.08-.77.78-.37 1.18l1.28 1.28c.19.19.26.47.17.73l-.59 1.71c-.2.57.37 1.11.91.87l2.14-.96c.17-.08.37-.08.54 0l2.14.96c.55.24 1.11-.3.91-.87l-.59-1.71a.72.72 0 0 1 .17-.73l1.28-1.28c.41-.4.18-1.1-.37-1.18l-1.85-.28a.69.69 0 0 1-.51-.38"/><path d="m5.708 2.01l.003.005h6.235c.67 0 1.272.335 1.602.915L16 6.962l2.447-4.022c.34-.58.95-.93 1.62-.93h2.04l-.003.005h4.561c1.44 0 2.342 1.555 1.622 2.825a16.55 16.55 0 0 1-5.42 5.77c-.353.274-.743.49-1.157.643c2.61 1.858 4.32 4.953 4.32 8.457c0 5.683-4.496 10.29-10.04 10.29c-5.546 0-10.04-4.607-10.04-10.29c0-3.511 1.715-6.612 4.334-8.468a4.3 4.3 0 0 1-1.157-.642c-2.24-1.46-4.1-3.44-5.42-5.77c-.71-1.26.2-2.82 1.65-2.82zm6.93 7.998a10 10 0 0 1 1.793-.465l.144-.236L10.537 3h-4.25a25.3 25.3 0 0 0 6.1 6.79q.124.112.251.218M25.742 3h-4.27L17.3 9.507a9.8 9.8 0 0 1 2.061.507a7 7 0 0 0 .258-.224A25.3 25.3 0 0 0 25.742 3M9.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.53m6.83 3.2l-.83-1.72c-.25-.52-.97-.52-1.24 0l-.83 1.72c-.1.21-.29.35-.51.38l-1.85.28c-.55.08-.77.78-.37 1.18l1.28 1.28c.19.19.26.47.17.73l-.59 1.71c-.2.57.37 1.11.91.87l2.14-.96c.17-.08.37-.08.54 0l2.14.96c.55.24 1.11-.3.91-.87l-.59-1.71a.72.72 0 0 1 .17-.73l1.28-1.28c.41-.4.18-1.1-.37-1.18l-1.85-.28a.69.69 0 0 1-.51-.38"/><path d="m5.708 2.01l.003.005h6.235c.67 0 1.272.335 1.602.915L16 6.962l2.447-4.022c.34-.58.95-.93 1.62-.93h2.04l-.003.005h4.561c1.44 0 2.342 1.555 1.622 2.825a16.55 16.55 0 0 1-5.42 5.77c-.353.274-.743.49-1.157.643c2.61 1.858 4.32 4.953 4.32 8.457c0 5.683-4.496 10.29-10.04 10.29c-5.546 0-10.04-4.607-10.04-10.29c0-3.511 1.715-6.612 4.334-8.468a4.3 4.3 0 0 1-1.157-.642c-2.24-1.46-4.1-3.44-5.42-5.77c-.71-1.26.2-2.82 1.65-2.82zm6.93 7.998a10 10 0 0 1 1.793-.465l.144-.236L10.537 3h-4.25a25.3 25.3 0 0 0 6.1 6.79q.124.112.251.218M25.742 3h-4.27L17.3 9.507a9.8 9.8 0 0 1 2.061.507a7 7 0 0 0 .258-.224A25.3 25.3 0 0 0 25.742 3M9.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-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%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.53m6.83%203.2l-.83-1.72c-.25-.52-.97-.52-1.24%200l-.83%201.72c-.1.21-.29.35-.51.38l-1.85.28c-.55.08-.77.78-.37%201.18l1.28%201.28c.19.19.26.47.17.73l-.59%201.71c-.2.57.37%201.11.91.87l2.14-.96c.17-.08.37-.08.54%200l2.14.96c.55.24%201.11-.3.91-.87l-.59-1.71a.72.72%200%200%201%20.17-.73l1.28-1.28c.41-.4.18-1.1-.37-1.18l-1.85-.28a.69.69%200%200%201-.51-.38%22%2F%3E%3Cpath%20d%3D%22m5.708%202.01l.003.005h6.235c.67%200%201.272.335%201.602.915L16%206.962l2.447-4.022c.34-.58.95-.93%201.62-.93h2.04l-.003.005h4.561c1.44%200%202.342%201.555%201.622%202.825a16.55%2016.55%200%200%201-5.42%205.77c-.353.274-.743.49-1.157.643c2.61%201.858%204.32%204.953%204.32%208.457c0%205.683-4.496%2010.29-10.04%2010.29c-5.546%200-10.04-4.607-10.04-10.29c0-3.511%201.715-6.612%204.334-8.468a4.3%204.3%200%200%201-1.157-.642c-2.24-1.46-4.1-3.44-5.42-5.77c-.71-1.26.2-2.82%201.65-2.82zm6.93%207.998a10%2010%200%200%201%201.793-.465l.144-.236L10.537%203h-4.25a25.3%2025.3%200%200%200%206.1%206.79q.124.112.251.218M25.742%203h-4.27L17.3%209.507a9.8%209.8%200%200%201%202.061.507a7%207%200%200%200%20.258-.224A25.3%2025.3%200%200%200%2025.742%203M9.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.53m6.83%203.2l-.83-1.72c-.25-.52-.97-.52-1.24%200l-.83%201.72c-.1.21-.29.35-.51.38l-1.85.28c-.55.08-.77.78-.37%201.18l1.28%201.28c.19.19.26.47.17.73l-.59%201.71c-.2.57.37%201.11.91.87l2.14-.96c.17-.08.37-.08.54%200l2.14.96c.55.24%201.11-.3.91-.87l-.59-1.71a.72.72%200%200%201%20.17-.73l1.28-1.28c.41-.4.18-1.1-.37-1.18l-1.85-.28a.69.69%200%200%201-.51-.38%22%2F%3E%3Cpath%20d%3D%22m5.708%202.01l.003.005h6.235c.67%200%201.272.335%201.602.915L16%206.962l2.447-4.022c.34-.58.95-.93%201.62-.93h2.04l-.003.005h4.561c1.44%200%202.342%201.555%201.622%202.825a16.55%2016.55%200%200%201-5.42%205.77c-.353.274-.743.49-1.157.643c2.61%201.858%204.32%204.953%204.32%208.457c0%205.683-4.496%2010.29-10.04%2010.29c-5.546%200-10.04-4.607-10.04-10.29c0-3.511%201.715-6.612%204.334-8.468a4.3%204.3%200%200%201-1.157-.642c-2.24-1.46-4.1-3.44-5.42-5.77c-.71-1.26.2-2.82%201.65-2.82zm6.93%207.998a10%2010%200%200%201%201.793-.465l.144-.236L10.537%203h-4.25a25.3%2025.3%200%200%200%206.1%206.79q.124.112.251.218M25.742%203h-4.27L17.3%209.507a9.8%209.8%200%200%201%202.061.507a7%207%200%200%200%20.258-.224A25.3%2025.3%200%200%200%2025.742%203M9.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/sports-medal.svg?color=%231a73e8&size=48