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

Name
3rd-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 3rd 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.87 7.87 0 0 0-2.23 5.53c0 2.09.79 4.05 2.23 5.53a7.48 7.48 0 0 0 5.39 2.29c2.04 0 3.95-.81 5.39-2.29c2.97-3.05 2.97-8.01 0-11.06a7.46 7.46 0 0 0-5.39-2.29c-1.95 0-3.91.76-5.39 2.29m7.85 2.284l-1.048 1.81a3.07 3.07 0 0 1 1.576 2.675A3.053 3.053 0 0 1 15.928 24a3.06 3.06 0 0 1-2.868-2.024a.966.966 0 0 1 .59-1.24a.975.975 0 0 1 1.24.59a1.1 1.1 0 0 0 1.038.732c.61 0 1.108-.499 1.108-1.109s-.498-1.108-1.108-1.108a.977.977 0 0 1-.977-.977a.96.96 0 0 1 .214-.6l.752-1.311h-1.403a.977.977 0 0 1 0-1.953h3.092a.97.97 0 0 1 .844.488a.98.98 0 0 1 0 .976"/><path d="m15.998 6.957l-2.45-4.027c-.34-.58-.95-.93-1.62-.93h-6.59c-1.45 0-2.36 1.56-1.65 2.82a16.7 16.7 0 0 0 5.43 5.78c.354.275.747.491 1.164.644C7.665 13.1 5.95 16.2 5.95 19.71C5.95 25.393 10.445 30 15.99 30s10.04-4.607 10.04-10.29c0-3.507-1.711-6.603-4.324-8.461a4.5 4.5 0 0 0 1.182-.649c2.25-1.46 4.11-3.44 5.43-5.78c.7-1.26-.21-2.82-1.66-2.82h-6.59c-.67 0-1.28.35-1.62.93zM15.99 9.42q-.162 0-.323.005l3.64-5.982l.004-.007A.87.87 0 0 1 20.068 3h6.59a.9.9 0 0 1 .787 1.332a15.6 15.6 0 0 1-5.102 5.43l-.032.02l-.031.024a3.4 3.4 0 0 1-1.807.694a9.8 9.8 0 0 0-4.483-1.08M9.76 26.11a9.1 9.1 0 0 1-2.59-6.4c0-2.42.92-4.69 2.59-6.4a8.69 8.69 0 0 1 12.49 0c3.44 3.53 3.44 9.27 0 12.8c-1.68 1.71-3.9 2.65-6.25 2.65c-2.36 0-4.58-.94-6.24-2.65"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrast3rdPlaceMedal(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.87 7.87 0 0 0-2.23 5.53c0 2.09.79 4.05 2.23 5.53a7.48 7.48 0 0 0 5.39 2.29c2.04 0 3.95-.81 5.39-2.29c2.97-3.05 2.97-8.01 0-11.06a7.46 7.46 0 0 0-5.39-2.29c-1.95 0-3.91.76-5.39 2.29m7.85 2.284l-1.048 1.81a3.07 3.07 0 0 1 1.576 2.675A3.053 3.053 0 0 1 15.928 24a3.06 3.06 0 0 1-2.868-2.024a.966.966 0 0 1 .59-1.24a.975.975 0 0 1 1.24.59a1.1 1.1 0 0 0 1.038.732c.61 0 1.108-.499 1.108-1.109s-.498-1.108-1.108-1.108a.977.977 0 0 1-.977-.977a.96.96 0 0 1 .214-.6l.752-1.311h-1.403a.977.977 0 0 1 0-1.953h3.092a.97.97 0 0 1 .844.488a.98.98 0 0 1 0 .976"/><path d="m15.998 6.957l-2.45-4.027c-.34-.58-.95-.93-1.62-.93h-6.59c-1.45 0-2.36 1.56-1.65 2.82a16.7 16.7 0 0 0 5.43 5.78c.354.275.747.491 1.164.644C7.665 13.1 5.95 16.2 5.95 19.71C5.95 25.393 10.445 30 15.99 30s10.04-4.607 10.04-10.29c0-3.507-1.711-6.603-4.324-8.461a4.5 4.5 0 0 0 1.182-.649c2.25-1.46 4.11-3.44 5.43-5.78c.7-1.26-.21-2.82-1.66-2.82h-6.59c-.67 0-1.28.35-1.62.93zM15.99 9.42q-.162 0-.323.005l3.64-5.982l.004-.007A.87.87 0 0 1 20.068 3h6.59a.9.9 0 0 1 .787 1.332a15.6 15.6 0 0 1-5.102 5.43l-.032.02l-.031.024a3.4 3.4 0 0 1-1.807.694a9.8 9.8 0 0 0-4.483-1.08M9.76 26.11a9.1 9.1 0 0 1-2.59-6.4c0-2.42.92-4.69 2.59-6.4a8.69 8.69 0 0 1 12.49 0c3.44 3.53 3.44 9.27 0 12.8c-1.68 1.71-3.9 2.65-6.25 2.65c-2.36 0-4.58-.94-6.24-2.65"/></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.87 7.87 0 0 0-2.23 5.53c0 2.09.79 4.05 2.23 5.53a7.48 7.48 0 0 0 5.39 2.29c2.04 0 3.95-.81 5.39-2.29c2.97-3.05 2.97-8.01 0-11.06a7.46 7.46 0 0 0-5.39-2.29c-1.95 0-3.91.76-5.39 2.29m7.85 2.284l-1.048 1.81a3.07 3.07 0 0 1 1.576 2.675A3.053 3.053 0 0 1 15.928 24a3.06 3.06 0 0 1-2.868-2.024a.966.966 0 0 1 .59-1.24a.975.975 0 0 1 1.24.59a1.1 1.1 0 0 0 1.038.732c.61 0 1.108-.499 1.108-1.109s-.498-1.108-1.108-1.108a.977.977 0 0 1-.977-.977a.96.96 0 0 1 .214-.6l.752-1.311h-1.403a.977.977 0 0 1 0-1.953h3.092a.97.97 0 0 1 .844.488a.98.98 0 0 1 0 .976"/><path d="m15.998 6.957l-2.45-4.027c-.34-.58-.95-.93-1.62-.93h-6.59c-1.45 0-2.36 1.56-1.65 2.82a16.7 16.7 0 0 0 5.43 5.78c.354.275.747.491 1.164.644C7.665 13.1 5.95 16.2 5.95 19.71C5.95 25.393 10.445 30 15.99 30s10.04-4.607 10.04-10.29c0-3.507-1.711-6.603-4.324-8.461a4.5 4.5 0 0 0 1.182-.649c2.25-1.46 4.11-3.44 5.43-5.78c.7-1.26-.21-2.82-1.66-2.82h-6.59c-.67 0-1.28.35-1.62.93zM15.99 9.42q-.162 0-.323.005l3.64-5.982l.004-.007A.87.87 0 0 1 20.068 3h6.59a.9.9 0 0 1 .787 1.332a15.6 15.6 0 0 1-5.102 5.43l-.032.02l-.031.024a3.4 3.4 0 0 1-1.807.694a9.8 9.8 0 0 0-4.483-1.08M9.76 26.11a9.1 9.1 0 0 1-2.59-6.4c0-2.42.92-4.69 2.59-6.4a8.69 8.69 0 0 1 12.49 0c3.44 3.53 3.44 9.27 0 12.8c-1.68 1.71-3.9 2.65-6.25 2.65c-2.36 0-4.58-.94-6.24-2.65"/></g></svg>
</template>

CSS

.icon-3rd-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.87%207.87%200%200%200-2.23%205.53c0%202.09.79%204.05%202.23%205.53a7.48%207.48%200%200%200%205.39%202.29c2.04%200%203.95-.81%205.39-2.29c2.97-3.05%202.97-8.01%200-11.06a7.46%207.46%200%200%200-5.39-2.29c-1.95%200-3.91.76-5.39%202.29m7.85%202.284l-1.048%201.81a3.07%203.07%200%200%201%201.576%202.675A3.053%203.053%200%200%201%2015.928%2024a3.06%203.06%200%200%201-2.868-2.024a.966.966%200%200%201%20.59-1.24a.975.975%200%200%201%201.24.59a1.1%201.1%200%200%200%201.038.732c.61%200%201.108-.499%201.108-1.109s-.498-1.108-1.108-1.108a.977.977%200%200%201-.977-.977a.96.96%200%200%201%20.214-.6l.752-1.311h-1.403a.977.977%200%200%201%200-1.953h3.092a.97.97%200%200%201%20.844.488a.98.98%200%200%201%200%20.976%22%2F%3E%3Cpath%20d%3D%22m15.998%206.957l-2.45-4.027c-.34-.58-.95-.93-1.62-.93h-6.59c-1.45%200-2.36%201.56-1.65%202.82a16.7%2016.7%200%200%200%205.43%205.78c.354.275.747.491%201.164.644C7.665%2013.1%205.95%2016.2%205.95%2019.71C5.95%2025.393%2010.445%2030%2015.99%2030s10.04-4.607%2010.04-10.29c0-3.507-1.711-6.603-4.324-8.461a4.5%204.5%200%200%200%201.182-.649c2.25-1.46%204.11-3.44%205.43-5.78c.7-1.26-.21-2.82-1.66-2.82h-6.59c-.67%200-1.28.35-1.62.93zM15.99%209.42q-.162%200-.323.005l3.64-5.982l.004-.007A.87.87%200%200%201%2020.068%203h6.59a.9.9%200%200%201%20.787%201.332a15.6%2015.6%200%200%201-5.102%205.43l-.032.02l-.031.024a3.4%203.4%200%200%201-1.807.694a9.8%209.8%200%200%200-4.483-1.08M9.76%2026.11a9.1%209.1%200%200%201-2.59-6.4c0-2.42.92-4.69%202.59-6.4a8.69%208.69%200%200%201%2012.49%200c3.44%203.53%203.44%209.27%200%2012.8c-1.68%201.71-3.9%202.65-6.25%202.65c-2.36%200-4.58-.94-6.24-2.65%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.87%207.87%200%200%200-2.23%205.53c0%202.09.79%204.05%202.23%205.53a7.48%207.48%200%200%200%205.39%202.29c2.04%200%203.95-.81%205.39-2.29c2.97-3.05%202.97-8.01%200-11.06a7.46%207.46%200%200%200-5.39-2.29c-1.95%200-3.91.76-5.39%202.29m7.85%202.284l-1.048%201.81a3.07%203.07%200%200%201%201.576%202.675A3.053%203.053%200%200%201%2015.928%2024a3.06%203.06%200%200%201-2.868-2.024a.966.966%200%200%201%20.59-1.24a.975.975%200%200%201%201.24.59a1.1%201.1%200%200%200%201.038.732c.61%200%201.108-.499%201.108-1.109s-.498-1.108-1.108-1.108a.977.977%200%200%201-.977-.977a.96.96%200%200%201%20.214-.6l.752-1.311h-1.403a.977.977%200%200%201%200-1.953h3.092a.97.97%200%200%201%20.844.488a.98.98%200%200%201%200%20.976%22%2F%3E%3Cpath%20d%3D%22m15.998%206.957l-2.45-4.027c-.34-.58-.95-.93-1.62-.93h-6.59c-1.45%200-2.36%201.56-1.65%202.82a16.7%2016.7%200%200%200%205.43%205.78c.354.275.747.491%201.164.644C7.665%2013.1%205.95%2016.2%205.95%2019.71C5.95%2025.393%2010.445%2030%2015.99%2030s10.04-4.607%2010.04-10.29c0-3.507-1.711-6.603-4.324-8.461a4.5%204.5%200%200%200%201.182-.649c2.25-1.46%204.11-3.44%205.43-5.78c.7-1.26-.21-2.82-1.66-2.82h-6.59c-.67%200-1.28.35-1.62.93zM15.99%209.42q-.162%200-.323.005l3.64-5.982l.004-.007A.87.87%200%200%201%2020.068%203h6.59a.9.9%200%200%201%20.787%201.332a15.6%2015.6%200%200%201-5.102%205.43l-.032.02l-.031.024a3.4%203.4%200%200%201-1.807.694a9.8%209.8%200%200%200-4.483-1.08M9.76%2026.11a9.1%209.1%200%200%201-2.59-6.4c0-2.42.92-4.69%202.59-6.4a8.69%208.69%200%200%201%2012.49%200c3.44%203.53%203.44%209.27%200%2012.8c-1.68%201.71-3.9%202.65-6.25%202.65c-2.36%200-4.58-.94-6.24-2.65%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/3rd-place-medal.svg?color=%231a73e8&size=48