3rd place medal emoji
3rd-place-medal from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- 3rd-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 3rd 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="#d3883e" d="M15.99 30c5.545 0 10.04-4.607 10.04-10.29S21.535 9.42 15.99 9.42S5.95 14.027 5.95 19.71S10.445 30 15.99 30"/><path fill="#f3ad61" d="M16 28.76c-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="#402a32" d="m17.402 18.275l1.048-1.81a.98.98 0 0 0 0-.977a.97.97 0 0 0-.844-.488h-3.092a.977.977 0 0 0 0 1.953h1.403l-.752 1.311a.96.96 0 0 0-.214.6c0 .54.438.977.977.977c.61 0 1.108.498 1.108 1.108s-.498 1.109-1.108 1.109c-.468 0-.885-.295-1.038-.733a.975.975 0 0 0-1.24-.59a.966.966 0 0 0-.59 1.241A3.06 3.06 0 0 0 15.928 24a3.053 3.053 0 0 0 3.05-3.05a3.07 3.07 0 0 0-1.576-2.675"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlat3rdPlaceMedal(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="#d3883e" d="M15.99 30c5.545 0 10.04-4.607 10.04-10.29S21.535 9.42 15.99 9.42S5.95 14.027 5.95 19.71S10.445 30 15.99 30"/><path fill="#f3ad61" d="M16 28.76c-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="#402a32" d="m17.402 18.275l1.048-1.81a.98.98 0 0 0 0-.977a.97.97 0 0 0-.844-.488h-3.092a.977.977 0 0 0 0 1.953h1.403l-.752 1.311a.96.96 0 0 0-.214.6c0 .54.438.977.977.977c.61 0 1.108.498 1.108 1.108s-.498 1.109-1.108 1.109c-.468 0-.885-.295-1.038-.733a.975.975 0 0 0-1.24-.59a.966.966 0 0 0-.59 1.241A3.06 3.06 0 0 0 15.928 24a3.053 3.053 0 0 0 3.05-3.05a3.07 3.07 0 0 0-1.576-2.675"/></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="#d3883e" d="M15.99 30c5.545 0 10.04-4.607 10.04-10.29S21.535 9.42 15.99 9.42S5.95 14.027 5.95 19.71S10.445 30 15.99 30"/><path fill="#f3ad61" d="M16 28.76c-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="#402a32" d="m17.402 18.275l1.048-1.81a.98.98 0 0 0 0-.977a.97.97 0 0 0-.844-.488h-3.092a.977.977 0 0 0 0 1.953h1.403l-.752 1.311a.96.96 0 0 0-.214.6c0 .54.438.977.977.977c.61 0 1.108.498 1.108 1.108s-.498 1.109-1.108 1.109c-.468 0-.885-.295-1.038-.733a.975.975 0 0 0-1.24-.59a.966.966 0 0 0-.59 1.241A3.06 3.06 0 0 0 15.928 24a3.053 3.053 0 0 0 3.05-3.05a3.07 3.07 0 0 0-1.576-2.675"/></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%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%23d3883e%22%20d%3D%22M15.99%2030c5.545%200%2010.04-4.607%2010.04-10.29S21.535%209.42%2015.99%209.42S5.95%2014.027%205.95%2019.71S10.445%2030%2015.99%2030%22%2F%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M16%2028.76c-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%23402a32%22%20d%3D%22m17.402%2018.275l1.048-1.81a.98.98%200%200%200%200-.977a.97.97%200%200%200-.844-.488h-3.092a.977.977%200%200%200%200%201.953h1.403l-.752%201.311a.96.96%200%200%200-.214.6c0%20.54.438.977.977.977c.61%200%201.108.498%201.108%201.108s-.498%201.109-1.108%201.109c-.468%200-.885-.295-1.038-.733a.975.975%200%200%200-1.24-.59a.966.966%200%200%200-.59%201.241A3.06%203.06%200%200%200%2015.928%2024a3.053%203.053%200%200%200%203.05-3.05a3.07%203.07%200%200%200-1.576-2.675%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%23d3883e%22%20d%3D%22M15.99%2030c5.545%200%2010.04-4.607%2010.04-10.29S21.535%209.42%2015.99%209.42S5.95%2014.027%205.95%2019.71S10.445%2030%2015.99%2030%22%2F%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M16%2028.76c-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%23402a32%22%20d%3D%22m17.402%2018.275l1.048-1.81a.98.98%200%200%200%200-.977a.97.97%200%200%200-.844-.488h-3.092a.977.977%200%200%200%200%201.953h1.403l-.752%201.311a.96.96%200%200%200-.214.6c0%20.54.438.977.977.977c.61%200%201.108.498%201.108%201.108s-.498%201.109-1.108%201.109c-.468%200-.885-.295-1.038-.733a.975.975%200%200%200-1.24-.59a.966.966%200%200%200-.59%201.241A3.06%203.06%200%200%200%2015.928%2024a3.053%203.053%200%200%200%203.05-3.05a3.07%203.07%200%200%200-1.576-2.675%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/3rd-place-medal.svg?color=%231a73e8&size=48