2nd place medal emoji

2nd-place-medal from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
2nd-place-medal
Set
Fluent Emoji Flat
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji Flat

Use the 2nd place medal emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#0074ba" d="m18.768 11.51l-5.22-8.58c-.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.76.59 1.7.91 2.67.91z"/><path fill="#00a6ed" d="M26.658 2h-6.59c-.67 0-1.28.35-1.62.93l-5.22 8.58h6.99c.97 0 1.9-.32 2.67-.91c2.25-1.46 4.11-3.44 5.43-5.78c.7-1.26-.21-2.82-1.66-2.82"/><path fill="#bebebe" d="M15.96 30.001c5.545 0 10.04-4.607 10.04-10.29s-4.495-10.29-10.04-10.29s-10.04 4.607-10.04 10.29s4.495 10.29 10.04 10.29"/><path fill="#e6e6e6" d="M15.96 28.761c-2.36 0-4.58-.94-6.24-2.65a9.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.65m-.01-16.87c-1.95 0-3.91.76-5.39 2.29a7.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.29"/><path fill="#636363" d="M17.838 23.95h-3.97a1 1 0 0 1-.91-.58a1 1 0 0 1 .13-1.07l3.3-4.05c.26-.32.14-.66.1-.76a.64.64 0 0 0-.58-.4h-.05c-.32 0-.61.15-.8.41c-.32.45-.95.56-1.41.24a1.01 1.01 0 0 1-.24-1.41c.56-.79 1.47-1.26 2.44-1.26h.13c1.02.05 1.91.66 2.33 1.59c.43.96.29 2.05-.37 2.86l-1.95 2.4h1.84c.56 0 1.01.45 1.01 1.01s-.44 1.02-1 1.02"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlat2ndPlaceMedal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#0074ba" d="m18.768 11.51l-5.22-8.58c-.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.76.59 1.7.91 2.67.91z"/><path fill="#00a6ed" d="M26.658 2h-6.59c-.67 0-1.28.35-1.62.93l-5.22 8.58h6.99c.97 0 1.9-.32 2.67-.91c2.25-1.46 4.11-3.44 5.43-5.78c.7-1.26-.21-2.82-1.66-2.82"/><path fill="#bebebe" d="M15.96 30.001c5.545 0 10.04-4.607 10.04-10.29s-4.495-10.29-10.04-10.29s-10.04 4.607-10.04 10.29s4.495 10.29 10.04 10.29"/><path fill="#e6e6e6" d="M15.96 28.761c-2.36 0-4.58-.94-6.24-2.65a9.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.65m-.01-16.87c-1.95 0-3.91.76-5.39 2.29a7.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.29"/><path fill="#636363" d="M17.838 23.95h-3.97a1 1 0 0 1-.91-.58a1 1 0 0 1 .13-1.07l3.3-4.05c.26-.32.14-.66.1-.76a.64.64 0 0 0-.58-.4h-.05c-.32 0-.61.15-.8.41c-.32.45-.95.56-1.41.24a1.01 1.01 0 0 1-.24-1.41c.56-.79 1.47-1.26 2.44-1.26h.13c1.02.05 1.91.66 2.33 1.59c.43.96.29 2.05-.37 2.86l-1.95 2.4h1.84c.56 0 1.01.45 1.01 1.01s-.44 1.02-1 1.02"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#0074ba" d="m18.768 11.51l-5.22-8.58c-.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.76.59 1.7.91 2.67.91z"/><path fill="#00a6ed" d="M26.658 2h-6.59c-.67 0-1.28.35-1.62.93l-5.22 8.58h6.99c.97 0 1.9-.32 2.67-.91c2.25-1.46 4.11-3.44 5.43-5.78c.7-1.26-.21-2.82-1.66-2.82"/><path fill="#bebebe" d="M15.96 30.001c5.545 0 10.04-4.607 10.04-10.29s-4.495-10.29-10.04-10.29s-10.04 4.607-10.04 10.29s4.495 10.29 10.04 10.29"/><path fill="#e6e6e6" d="M15.96 28.761c-2.36 0-4.58-.94-6.24-2.65a9.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.65m-.01-16.87c-1.95 0-3.91.76-5.39 2.29a7.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.29"/><path fill="#636363" d="M17.838 23.95h-3.97a1 1 0 0 1-.91-.58a1 1 0 0 1 .13-1.07l3.3-4.05c.26-.32.14-.66.1-.76a.64.64 0 0 0-.58-.4h-.05c-.32 0-.61.15-.8.41c-.32.45-.95.56-1.41.24a1.01 1.01 0 0 1-.24-1.41c.56-.79 1.47-1.26 2.44-1.26h.13c1.02.05 1.91.66 2.33 1.59c.43.96.29 2.05-.37 2.86l-1.95 2.4h1.84c.56 0 1.01.45 1.01 1.01s-.44 1.02-1 1.02"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230074ba%22%20d%3D%22m18.768%2011.51l-5.22-8.58c-.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.76.59%201.7.91%202.67.91z%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M26.658%202h-6.59c-.67%200-1.28.35-1.62.93l-5.22%208.58h6.99c.97%200%201.9-.32%202.67-.91c2.25-1.46%204.11-3.44%205.43-5.78c.7-1.26-.21-2.82-1.66-2.82%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M15.96%2030.001c5.545%200%2010.04-4.607%2010.04-10.29s-4.495-10.29-10.04-10.29s-10.04%204.607-10.04%2010.29s4.495%2010.29%2010.04%2010.29%22%2F%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M15.96%2028.761c-2.36%200-4.58-.94-6.24-2.65a9.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.65m-.01-16.87c-1.95%200-3.91.76-5.39%202.29a7.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.29%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M17.838%2023.95h-3.97a1%201%200%200%201-.91-.58a1%201%200%200%201%20.13-1.07l3.3-4.05c.26-.32.14-.66.1-.76a.64.64%200%200%200-.58-.4h-.05c-.32%200-.61.15-.8.41c-.32.45-.95.56-1.41.24a1.01%201.01%200%200%201-.24-1.41c.56-.79%201.47-1.26%202.44-1.26h.13c1.02.05%201.91.66%202.33%201.59c.43.96.29%202.05-.37%202.86l-1.95%202.4h1.84c.56%200%201.01.45%201.01%201.01s-.44%201.02-1%201.02%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%22none%22%3E%3Cpath%20fill%3D%22%230074ba%22%20d%3D%22m18.768%2011.51l-5.22-8.58c-.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.76.59%201.7.91%202.67.91z%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M26.658%202h-6.59c-.67%200-1.28.35-1.62.93l-5.22%208.58h6.99c.97%200%201.9-.32%202.67-.91c2.25-1.46%204.11-3.44%205.43-5.78c.7-1.26-.21-2.82-1.66-2.82%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M15.96%2030.001c5.545%200%2010.04-4.607%2010.04-10.29s-4.495-10.29-10.04-10.29s-10.04%204.607-10.04%2010.29s4.495%2010.29%2010.04%2010.29%22%2F%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M15.96%2028.761c-2.36%200-4.58-.94-6.24-2.65a9.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.65m-.01-16.87c-1.95%200-3.91.76-5.39%202.29a7.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.29%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M17.838%2023.95h-3.97a1%201%200%200%201-.91-.58a1%201%200%200%201%20.13-1.07l3.3-4.05c.26-.32.14-.66.1-.76a.64.64%200%200%200-.58-.4h-.05c-.32%200-.61.15-.8.41c-.32.45-.95.56-1.41.24a1.01%201.01%200%200%201-.24-1.41c.56-.79%201.47-1.26%202.44-1.26h.13c1.02.05%201.91.66%202.33%201.59c.43.96.29%202.05-.37%202.86l-1.95%202.4h1.84c.56%200%201.01.45%201.01%201.01s-.44%201.02-1%201.02%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-flat/2nd-place-medal.svg?color=%231a73e8&size=48