1st place medal emoji
1st-place-medal from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- 1st-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 1st 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="#ffb02e" 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="#6d4534" d="M14.076 16.041a1 1 0 0 1 1-1H16a1 1 0 0 1 1 1V23a1 1 0 1 1-2 0v-5.962a1 1 0 0 1-.924-.997"/><path fill="#fcd53f" 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"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlat1stPlaceMedal(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="#ffb02e" 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="#6d4534" d="M14.076 16.041a1 1 0 0 1 1-1H16a1 1 0 0 1 1 1V23a1 1 0 1 1-2 0v-5.962a1 1 0 0 1-.924-.997"/><path fill="#fcd53f" 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"/></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="#ffb02e" 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="#6d4534" d="M14.076 16.041a1 1 0 0 1 1-1H16a1 1 0 0 1 1 1V23a1 1 0 1 1-2 0v-5.962a1 1 0 0 1-.924-.997"/><path fill="#fcd53f" 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"/></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%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%23ffb02e%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%236d4534%22%20d%3D%22M14.076%2016.041a1%201%200%200%201%201-1H16a1%201%200%200%201%201%201V23a1%201%200%201%201-2%200v-5.962a1%201%200%200%201-.924-.997%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%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%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%23ffb02e%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%236d4534%22%20d%3D%22M14.076%2016.041a1%201%200%200%201%201-1H16a1%201%200%200%201%201%201V23a1%201%200%201%201-2%200v-5.962a1%201%200%200%201-.924-.997%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/1st-place-medal.svg?color=%231a73e8&size=48