1st place medal emoji
1st-place-medal from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- 1st-place-medal
- Set
- Noto Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More activities icons from Noto Emoji
Use the 1st place medal emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#176cc7" d="M69.09 4.24c-1.08.96-9.48 17.63-9.48 17.63l-6.25 25.21l24.32-2.23S97.91 7.23 98.32 6.36c.73-1.58 1.12-2.23-1.67-2.23c-2.79-.01-26.55-.79-27.56.11"/><path fill="#fcc417" d="M81.68 43.29c-1.21-.65-36.85-1.21-37.69 0c-.76 1.1-.65 6.13-.28 6.78s12.35 6.22 12.35 6.22l-.01 2.03s.66 1.59 7.34 1.59s7.37-1.35 7.37-1.35l.06-2.05s10.49-5.24 11.04-5.7c.56-.47 1.03-6.87-.18-7.52M70.7 51.62s-.03-1.4-.72-1.75s-11.8-.29-12.74-.24s-.94 1.73-.94 1.73l-7.6-3.7v-.74l28.3.2l.05.84z"/><path fill="#fdffff" d="M59.26 51.17c-.94 0-1.48.98-1.48 2.67c0 1.58.54 2.91 1.73 2.81c.98-.08 1.32-1.58 1.23-2.91c-.09-1.58-.29-2.57-1.48-2.57"/><path fill="#fcc417" d="M28.98 90.72c0 23.96 21.66 34.63 36.06 34.12c15.88-.57 34.9-12.95 33.75-35.81C97.7 67.37 79.48 57.1 63.7 57.21c-18.34.13-34.72 12.58-34.72 33.51"/><path fill="#fa912c" d="M64.53 120.67c-.25 0-.51 0-.76-.01c-7.5-.25-14.91-3.41-20.33-8.66c-5.8-5.62-8.98-13.22-8.94-21.39c.09-19.95 17.53-29.2 29.36-29.2h.1c16.03.07 29.19 12.53 29.56 29.42c.16 7.52-2.92 15.41-8.96 21.35c-5.64 5.53-13.12 8.49-20.03 8.49m-.69-55.94c-10.61 0-26.3 8.68-26.34 25.88c-.03 12.86 9.93 26.08 26.52 26.64c6.32.2 12.83-2.22 18.09-7.39c5.46-5.37 8.53-12.29 8.42-18.99c-.24-14.53-12.12-26.09-26.54-26.15c-.04 0-.12.01-.15.01"/><path fill="#fefffa" d="M57.82 60.61c-.69-.95-8.51-.77-15.9 6.45c-7.13 6.97-7.9 13.54-6.53 13.92c1.55.43 3.44-6.53 9.97-12.38c6-5.36 13.84-6.1 12.46-7.99m30.25 25.87c-2.41.34.09 7.56-5.5 15.64c-4.85 7.01-10.35 9.55-9.71 11.09c.86 2.06 9.67-3.07 13.75-11.43c3.7-7.57 3.26-15.56 1.46-15.3"/><path fill="#fa912c" d="M55.85 77.02c-.52.77-.05 7.52.26 7.82c.6.6 5.16-1.55 5.16-1.55l-.17 18.05s-3.35-.04-3.7.09c-.69.26-.6 7.22-.09 7.56s14.18.52 14.7-.17s.39-6.78.15-7.06c-.43-.52-3.7-.31-3.7-.31s.28-26.58.19-27.43s-1.03-1.38-2.15-1.12s-10.32 3.62-10.65 4.12"/><path fill="#2e9df4" d="M25.51 3.72c-.63.58 23.46 43.48 23.46 43.48s4.04.52 13.06.6s13.49-.52 13.49-.52S56.79 4.15 55.67 3.72c-.55-.22-7.97-.3-15.22-.38c-7.26-.09-14.34-.18-14.94.38"/></svg>
React
import type { SVGProps } from "react";
export function Noto1stPlaceMedal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#176cc7" d="M69.09 4.24c-1.08.96-9.48 17.63-9.48 17.63l-6.25 25.21l24.32-2.23S97.91 7.23 98.32 6.36c.73-1.58 1.12-2.23-1.67-2.23c-2.79-.01-26.55-.79-27.56.11"/><path fill="#fcc417" d="M81.68 43.29c-1.21-.65-36.85-1.21-37.69 0c-.76 1.1-.65 6.13-.28 6.78s12.35 6.22 12.35 6.22l-.01 2.03s.66 1.59 7.34 1.59s7.37-1.35 7.37-1.35l.06-2.05s10.49-5.24 11.04-5.7c.56-.47 1.03-6.87-.18-7.52M70.7 51.62s-.03-1.4-.72-1.75s-11.8-.29-12.74-.24s-.94 1.73-.94 1.73l-7.6-3.7v-.74l28.3.2l.05.84z"/><path fill="#fdffff" d="M59.26 51.17c-.94 0-1.48.98-1.48 2.67c0 1.58.54 2.91 1.73 2.81c.98-.08 1.32-1.58 1.23-2.91c-.09-1.58-.29-2.57-1.48-2.57"/><path fill="#fcc417" d="M28.98 90.72c0 23.96 21.66 34.63 36.06 34.12c15.88-.57 34.9-12.95 33.75-35.81C97.7 67.37 79.48 57.1 63.7 57.21c-18.34.13-34.72 12.58-34.72 33.51"/><path fill="#fa912c" d="M64.53 120.67c-.25 0-.51 0-.76-.01c-7.5-.25-14.91-3.41-20.33-8.66c-5.8-5.62-8.98-13.22-8.94-21.39c.09-19.95 17.53-29.2 29.36-29.2h.1c16.03.07 29.19 12.53 29.56 29.42c.16 7.52-2.92 15.41-8.96 21.35c-5.64 5.53-13.12 8.49-20.03 8.49m-.69-55.94c-10.61 0-26.3 8.68-26.34 25.88c-.03 12.86 9.93 26.08 26.52 26.64c6.32.2 12.83-2.22 18.09-7.39c5.46-5.37 8.53-12.29 8.42-18.99c-.24-14.53-12.12-26.09-26.54-26.15c-.04 0-.12.01-.15.01"/><path fill="#fefffa" d="M57.82 60.61c-.69-.95-8.51-.77-15.9 6.45c-7.13 6.97-7.9 13.54-6.53 13.92c1.55.43 3.44-6.53 9.97-12.38c6-5.36 13.84-6.1 12.46-7.99m30.25 25.87c-2.41.34.09 7.56-5.5 15.64c-4.85 7.01-10.35 9.55-9.71 11.09c.86 2.06 9.67-3.07 13.75-11.43c3.7-7.57 3.26-15.56 1.46-15.3"/><path fill="#fa912c" d="M55.85 77.02c-.52.77-.05 7.52.26 7.82c.6.6 5.16-1.55 5.16-1.55l-.17 18.05s-3.35-.04-3.7.09c-.69.26-.6 7.22-.09 7.56s14.18.52 14.7-.17s.39-6.78.15-7.06c-.43-.52-3.7-.31-3.7-.31s.28-26.58.19-27.43s-1.03-1.38-2.15-1.12s-10.32 3.62-10.65 4.12"/><path fill="#2e9df4" d="M25.51 3.72c-.63.58 23.46 43.48 23.46 43.48s4.04.52 13.06.6s13.49-.52 13.49-.52S56.79 4.15 55.67 3.72c-.55-.22-7.97-.3-15.22-.38c-7.26-.09-14.34-.18-14.94.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#176cc7" d="M69.09 4.24c-1.08.96-9.48 17.63-9.48 17.63l-6.25 25.21l24.32-2.23S97.91 7.23 98.32 6.36c.73-1.58 1.12-2.23-1.67-2.23c-2.79-.01-26.55-.79-27.56.11"/><path fill="#fcc417" d="M81.68 43.29c-1.21-.65-36.85-1.21-37.69 0c-.76 1.1-.65 6.13-.28 6.78s12.35 6.22 12.35 6.22l-.01 2.03s.66 1.59 7.34 1.59s7.37-1.35 7.37-1.35l.06-2.05s10.49-5.24 11.04-5.7c.56-.47 1.03-6.87-.18-7.52M70.7 51.62s-.03-1.4-.72-1.75s-11.8-.29-12.74-.24s-.94 1.73-.94 1.73l-7.6-3.7v-.74l28.3.2l.05.84z"/><path fill="#fdffff" d="M59.26 51.17c-.94 0-1.48.98-1.48 2.67c0 1.58.54 2.91 1.73 2.81c.98-.08 1.32-1.58 1.23-2.91c-.09-1.58-.29-2.57-1.48-2.57"/><path fill="#fcc417" d="M28.98 90.72c0 23.96 21.66 34.63 36.06 34.12c15.88-.57 34.9-12.95 33.75-35.81C97.7 67.37 79.48 57.1 63.7 57.21c-18.34.13-34.72 12.58-34.72 33.51"/><path fill="#fa912c" d="M64.53 120.67c-.25 0-.51 0-.76-.01c-7.5-.25-14.91-3.41-20.33-8.66c-5.8-5.62-8.98-13.22-8.94-21.39c.09-19.95 17.53-29.2 29.36-29.2h.1c16.03.07 29.19 12.53 29.56 29.42c.16 7.52-2.92 15.41-8.96 21.35c-5.64 5.53-13.12 8.49-20.03 8.49m-.69-55.94c-10.61 0-26.3 8.68-26.34 25.88c-.03 12.86 9.93 26.08 26.52 26.64c6.32.2 12.83-2.22 18.09-7.39c5.46-5.37 8.53-12.29 8.42-18.99c-.24-14.53-12.12-26.09-26.54-26.15c-.04 0-.12.01-.15.01"/><path fill="#fefffa" d="M57.82 60.61c-.69-.95-8.51-.77-15.9 6.45c-7.13 6.97-7.9 13.54-6.53 13.92c1.55.43 3.44-6.53 9.97-12.38c6-5.36 13.84-6.1 12.46-7.99m30.25 25.87c-2.41.34.09 7.56-5.5 15.64c-4.85 7.01-10.35 9.55-9.71 11.09c.86 2.06 9.67-3.07 13.75-11.43c3.7-7.57 3.26-15.56 1.46-15.3"/><path fill="#fa912c" d="M55.85 77.02c-.52.77-.05 7.52.26 7.82c.6.6 5.16-1.55 5.16-1.55l-.17 18.05s-3.35-.04-3.7.09c-.69.26-.6 7.22-.09 7.56s14.18.52 14.7-.17s.39-6.78.15-7.06c-.43-.52-3.7-.31-3.7-.31s.28-26.58.19-27.43s-1.03-1.38-2.15-1.12s-10.32 3.62-10.65 4.12"/><path fill="#2e9df4" d="M25.51 3.72c-.63.58 23.46 43.48 23.46 43.48s4.04.52 13.06.6s13.49-.52 13.49-.52S56.79 4.15 55.67 3.72c-.55-.22-7.97-.3-15.22-.38c-7.26-.09-14.34-.18-14.94.38"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23176cc7%22%20d%3D%22M69.09%204.24c-1.08.96-9.48%2017.63-9.48%2017.63l-6.25%2025.21l24.32-2.23S97.91%207.23%2098.32%206.36c.73-1.58%201.12-2.23-1.67-2.23c-2.79-.01-26.55-.79-27.56.11%22%2F%3E%3Cpath%20fill%3D%22%23fcc417%22%20d%3D%22M81.68%2043.29c-1.21-.65-36.85-1.21-37.69%200c-.76%201.1-.65%206.13-.28%206.78s12.35%206.22%2012.35%206.22l-.01%202.03s.66%201.59%207.34%201.59s7.37-1.35%207.37-1.35l.06-2.05s10.49-5.24%2011.04-5.7c.56-.47%201.03-6.87-.18-7.52M70.7%2051.62s-.03-1.4-.72-1.75s-11.8-.29-12.74-.24s-.94%201.73-.94%201.73l-7.6-3.7v-.74l28.3.2l.05.84z%22%2F%3E%3Cpath%20fill%3D%22%23fdffff%22%20d%3D%22M59.26%2051.17c-.94%200-1.48.98-1.48%202.67c0%201.58.54%202.91%201.73%202.81c.98-.08%201.32-1.58%201.23-2.91c-.09-1.58-.29-2.57-1.48-2.57%22%2F%3E%3Cpath%20fill%3D%22%23fcc417%22%20d%3D%22M28.98%2090.72c0%2023.96%2021.66%2034.63%2036.06%2034.12c15.88-.57%2034.9-12.95%2033.75-35.81C97.7%2067.37%2079.48%2057.1%2063.7%2057.21c-18.34.13-34.72%2012.58-34.72%2033.51%22%2F%3E%3Cpath%20fill%3D%22%23fa912c%22%20d%3D%22M64.53%20120.67c-.25%200-.51%200-.76-.01c-7.5-.25-14.91-3.41-20.33-8.66c-5.8-5.62-8.98-13.22-8.94-21.39c.09-19.95%2017.53-29.2%2029.36-29.2h.1c16.03.07%2029.19%2012.53%2029.56%2029.42c.16%207.52-2.92%2015.41-8.96%2021.35c-5.64%205.53-13.12%208.49-20.03%208.49m-.69-55.94c-10.61%200-26.3%208.68-26.34%2025.88c-.03%2012.86%209.93%2026.08%2026.52%2026.64c6.32.2%2012.83-2.22%2018.09-7.39c5.46-5.37%208.53-12.29%208.42-18.99c-.24-14.53-12.12-26.09-26.54-26.15c-.04%200-.12.01-.15.01%22%2F%3E%3Cpath%20fill%3D%22%23fefffa%22%20d%3D%22M57.82%2060.61c-.69-.95-8.51-.77-15.9%206.45c-7.13%206.97-7.9%2013.54-6.53%2013.92c1.55.43%203.44-6.53%209.97-12.38c6-5.36%2013.84-6.1%2012.46-7.99m30.25%2025.87c-2.41.34.09%207.56-5.5%2015.64c-4.85%207.01-10.35%209.55-9.71%2011.09c.86%202.06%209.67-3.07%2013.75-11.43c3.7-7.57%203.26-15.56%201.46-15.3%22%2F%3E%3Cpath%20fill%3D%22%23fa912c%22%20d%3D%22M55.85%2077.02c-.52.77-.05%207.52.26%207.82c.6.6%205.16-1.55%205.16-1.55l-.17%2018.05s-3.35-.04-3.7.09c-.69.26-.6%207.22-.09%207.56s14.18.52%2014.7-.17s.39-6.78.15-7.06c-.43-.52-3.7-.31-3.7-.31s.28-26.58.19-27.43s-1.03-1.38-2.15-1.12s-10.32%203.62-10.65%204.12%22%2F%3E%3Cpath%20fill%3D%22%232e9df4%22%20d%3D%22M25.51%203.72c-.63.58%2023.46%2043.48%2023.46%2043.48s4.04.52%2013.06.6s13.49-.52%2013.49-.52S56.79%204.15%2055.67%203.72c-.55-.22-7.97-.3-15.22-.38c-7.26-.09-14.34-.18-14.94.38%22%2F%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23176cc7%22%20d%3D%22M69.09%204.24c-1.08.96-9.48%2017.63-9.48%2017.63l-6.25%2025.21l24.32-2.23S97.91%207.23%2098.32%206.36c.73-1.58%201.12-2.23-1.67-2.23c-2.79-.01-26.55-.79-27.56.11%22%2F%3E%3Cpath%20fill%3D%22%23fcc417%22%20d%3D%22M81.68%2043.29c-1.21-.65-36.85-1.21-37.69%200c-.76%201.1-.65%206.13-.28%206.78s12.35%206.22%2012.35%206.22l-.01%202.03s.66%201.59%207.34%201.59s7.37-1.35%207.37-1.35l.06-2.05s10.49-5.24%2011.04-5.7c.56-.47%201.03-6.87-.18-7.52M70.7%2051.62s-.03-1.4-.72-1.75s-11.8-.29-12.74-.24s-.94%201.73-.94%201.73l-7.6-3.7v-.74l28.3.2l.05.84z%22%2F%3E%3Cpath%20fill%3D%22%23fdffff%22%20d%3D%22M59.26%2051.17c-.94%200-1.48.98-1.48%202.67c0%201.58.54%202.91%201.73%202.81c.98-.08%201.32-1.58%201.23-2.91c-.09-1.58-.29-2.57-1.48-2.57%22%2F%3E%3Cpath%20fill%3D%22%23fcc417%22%20d%3D%22M28.98%2090.72c0%2023.96%2021.66%2034.63%2036.06%2034.12c15.88-.57%2034.9-12.95%2033.75-35.81C97.7%2067.37%2079.48%2057.1%2063.7%2057.21c-18.34.13-34.72%2012.58-34.72%2033.51%22%2F%3E%3Cpath%20fill%3D%22%23fa912c%22%20d%3D%22M64.53%20120.67c-.25%200-.51%200-.76-.01c-7.5-.25-14.91-3.41-20.33-8.66c-5.8-5.62-8.98-13.22-8.94-21.39c.09-19.95%2017.53-29.2%2029.36-29.2h.1c16.03.07%2029.19%2012.53%2029.56%2029.42c.16%207.52-2.92%2015.41-8.96%2021.35c-5.64%205.53-13.12%208.49-20.03%208.49m-.69-55.94c-10.61%200-26.3%208.68-26.34%2025.88c-.03%2012.86%209.93%2026.08%2026.52%2026.64c6.32.2%2012.83-2.22%2018.09-7.39c5.46-5.37%208.53-12.29%208.42-18.99c-.24-14.53-12.12-26.09-26.54-26.15c-.04%200-.12.01-.15.01%22%2F%3E%3Cpath%20fill%3D%22%23fefffa%22%20d%3D%22M57.82%2060.61c-.69-.95-8.51-.77-15.9%206.45c-7.13%206.97-7.9%2013.54-6.53%2013.92c1.55.43%203.44-6.53%209.97-12.38c6-5.36%2013.84-6.1%2012.46-7.99m30.25%2025.87c-2.41.34.09%207.56-5.5%2015.64c-4.85%207.01-10.35%209.55-9.71%2011.09c.86%202.06%209.67-3.07%2013.75-11.43c3.7-7.57%203.26-15.56%201.46-15.3%22%2F%3E%3Cpath%20fill%3D%22%23fa912c%22%20d%3D%22M55.85%2077.02c-.52.77-.05%207.52.26%207.82c.6.6%205.16-1.55%205.16-1.55l-.17%2018.05s-3.35-.04-3.7.09c-.69.26-.6%207.22-.09%207.56s14.18.52%2014.7-.17s.39-6.78.15-7.06c-.43-.52-3.7-.31-3.7-.31s.28-26.58.19-27.43s-1.03-1.38-2.15-1.12s-10.32%203.62-10.65%204.12%22%2F%3E%3Cpath%20fill%3D%22%232e9df4%22%20d%3D%22M25.51%203.72c-.63.58%2023.46%2043.48%2023.46%2043.48s4.04.52%2013.06.6s13.49-.52%2013.49-.52S56.79%204.15%2055.67%203.72c-.55-.22-7.97-.3-15.22-.38c-7.26-.09-14.34-.18-14.94.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/1st-place-medal.svg?color=%231a73e8&size=48