sports medal emoji

sports-medal from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-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 sports 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="#fcc11a" d="M81.68 43.29c-1.21-.65-36.85-1.21-37.69 0c-.76 1.1-.33 6.87-.04 7.56c.52 1.2 11.97 5.85 11.97 5.85v2.89s.78.32 7.46.32s8.01-.34 8.01-.34l.05-2.78s9.94-5.12 10.46-5.83c.46-.59.99-7.02-.22-7.67m-10.34 9.14s.14-1.38-.55-1.72c-.69-.35-12.62-.29-13.56-.24s-.94 1.73-.94 1.73l-7.47-3.95l-.13-1.32l27.94.15l.06 1.78z"/><path fill="#fdffff" d="M59.04 51.84c-.94 0-1.65 1.06-1.65 2.74c0 1.58.54 2.88 1.73 2.81c1.13-.06 1.67-1.49 1.59-2.83c-.1-1.57-.48-2.72-1.67-2.72"/><path fill="#f8932a" d="M29.31 92.09c0 23.96 21.71 33.93 36.12 33.5c16.79-.5 34.85-13.24 33.36-36.1c-1.4-21.45-19.69-31.69-35.47-31.57c-18.34.13-34.01 13.24-34.01 34.17"/><path fill="#fcc11a" d="M64.52 121.29c-.25 0-.51 0-.76-.01c-7.5-.25-15.12-3.08-20.54-8.33c-5.8-5.62-9.38-12.73-9.4-20.9c-.05-21.46 18.34-29.35 30.17-29.35h.1c16.03.07 29.88 12.05 30.24 28.94c.16 7.52-2.92 15.48-8.96 21.42c-5.63 5.53-13.94 8.23-20.85 8.23"/><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"/><path fill="#fefffa" d="M52.29 67.35c-1.46-1.25-8.89 2.52-14.11 11.15c-3.5 5.79-3.8 13.2-1.57 13.32s2.2-7.21 7.05-13.62c5.86-7.71 10.74-9.04 8.63-10.85"/><path fill="#f8932a" d="M64.37 66.9c-1.95 0-4.99 12.89-7.38 14.48s-14.77.07-14.91 1.81s9.19 8.98 10.28 11.65s-4.71 14.62-3.11 15.78c1.59 1.16 11.58-7.17 14.91-7.17c3.47 0 12.41 8.89 13.9 7.67c1.57-1.28-3.47-12.96-2.68-15.64c.8-2.68 11.65-8.4 11.22-11c-.43-2.61-13.03-.65-15.35-2.82S66.47 66.9 64.37 66.9"/></svg>

React

import type { SVGProps } from "react";

export function NotoSportsMedal(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="#fcc11a" d="M81.68 43.29c-1.21-.65-36.85-1.21-37.69 0c-.76 1.1-.33 6.87-.04 7.56c.52 1.2 11.97 5.85 11.97 5.85v2.89s.78.32 7.46.32s8.01-.34 8.01-.34l.05-2.78s9.94-5.12 10.46-5.83c.46-.59.99-7.02-.22-7.67m-10.34 9.14s.14-1.38-.55-1.72c-.69-.35-12.62-.29-13.56-.24s-.94 1.73-.94 1.73l-7.47-3.95l-.13-1.32l27.94.15l.06 1.78z"/><path fill="#fdffff" d="M59.04 51.84c-.94 0-1.65 1.06-1.65 2.74c0 1.58.54 2.88 1.73 2.81c1.13-.06 1.67-1.49 1.59-2.83c-.1-1.57-.48-2.72-1.67-2.72"/><path fill="#f8932a" d="M29.31 92.09c0 23.96 21.71 33.93 36.12 33.5c16.79-.5 34.85-13.24 33.36-36.1c-1.4-21.45-19.69-31.69-35.47-31.57c-18.34.13-34.01 13.24-34.01 34.17"/><path fill="#fcc11a" d="M64.52 121.29c-.25 0-.51 0-.76-.01c-7.5-.25-15.12-3.08-20.54-8.33c-5.8-5.62-9.38-12.73-9.4-20.9c-.05-21.46 18.34-29.35 30.17-29.35h.1c16.03.07 29.88 12.05 30.24 28.94c.16 7.52-2.92 15.48-8.96 21.42c-5.63 5.53-13.94 8.23-20.85 8.23"/><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"/><path fill="#fefffa" d="M52.29 67.35c-1.46-1.25-8.89 2.52-14.11 11.15c-3.5 5.79-3.8 13.2-1.57 13.32s2.2-7.21 7.05-13.62c5.86-7.71 10.74-9.04 8.63-10.85"/><path fill="#f8932a" d="M64.37 66.9c-1.95 0-4.99 12.89-7.38 14.48s-14.77.07-14.91 1.81s9.19 8.98 10.28 11.65s-4.71 14.62-3.11 15.78c1.59 1.16 11.58-7.17 14.91-7.17c3.47 0 12.41 8.89 13.9 7.67c1.57-1.28-3.47-12.96-2.68-15.64c.8-2.68 11.65-8.4 11.22-11c-.43-2.61-13.03-.65-15.35-2.82S66.47 66.9 64.37 66.9"/></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="#fcc11a" d="M81.68 43.29c-1.21-.65-36.85-1.21-37.69 0c-.76 1.1-.33 6.87-.04 7.56c.52 1.2 11.97 5.85 11.97 5.85v2.89s.78.32 7.46.32s8.01-.34 8.01-.34l.05-2.78s9.94-5.12 10.46-5.83c.46-.59.99-7.02-.22-7.67m-10.34 9.14s.14-1.38-.55-1.72c-.69-.35-12.62-.29-13.56-.24s-.94 1.73-.94 1.73l-7.47-3.95l-.13-1.32l27.94.15l.06 1.78z"/><path fill="#fdffff" d="M59.04 51.84c-.94 0-1.65 1.06-1.65 2.74c0 1.58.54 2.88 1.73 2.81c1.13-.06 1.67-1.49 1.59-2.83c-.1-1.57-.48-2.72-1.67-2.72"/><path fill="#f8932a" d="M29.31 92.09c0 23.96 21.71 33.93 36.12 33.5c16.79-.5 34.85-13.24 33.36-36.1c-1.4-21.45-19.69-31.69-35.47-31.57c-18.34.13-34.01 13.24-34.01 34.17"/><path fill="#fcc11a" d="M64.52 121.29c-.25 0-.51 0-.76-.01c-7.5-.25-15.12-3.08-20.54-8.33c-5.8-5.62-9.38-12.73-9.4-20.9c-.05-21.46 18.34-29.35 30.17-29.35h.1c16.03.07 29.88 12.05 30.24 28.94c.16 7.52-2.92 15.48-8.96 21.42c-5.63 5.53-13.94 8.23-20.85 8.23"/><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"/><path fill="#fefffa" d="M52.29 67.35c-1.46-1.25-8.89 2.52-14.11 11.15c-3.5 5.79-3.8 13.2-1.57 13.32s2.2-7.21 7.05-13.62c5.86-7.71 10.74-9.04 8.63-10.85"/><path fill="#f8932a" d="M64.37 66.9c-1.95 0-4.99 12.89-7.38 14.48s-14.77.07-14.91 1.81s9.19 8.98 10.28 11.65s-4.71 14.62-3.11 15.78c1.59 1.16 11.58-7.17 14.91-7.17c3.47 0 12.41 8.89 13.9 7.67c1.57-1.28-3.47-12.96-2.68-15.64c.8-2.68 11.65-8.4 11.22-11c-.43-2.61-13.03-.65-15.35-2.82S66.47 66.9 64.37 66.9"/></svg>
</template>

CSS

.icon-sports-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%23fcc11a%22%20d%3D%22M81.68%2043.29c-1.21-.65-36.85-1.21-37.69%200c-.76%201.1-.33%206.87-.04%207.56c.52%201.2%2011.97%205.85%2011.97%205.85v2.89s.78.32%207.46.32s8.01-.34%208.01-.34l.05-2.78s9.94-5.12%2010.46-5.83c.46-.59.99-7.02-.22-7.67m-10.34%209.14s.14-1.38-.55-1.72c-.69-.35-12.62-.29-13.56-.24s-.94%201.73-.94%201.73l-7.47-3.95l-.13-1.32l27.94.15l.06%201.78z%22%2F%3E%3Cpath%20fill%3D%22%23fdffff%22%20d%3D%22M59.04%2051.84c-.94%200-1.65%201.06-1.65%202.74c0%201.58.54%202.88%201.73%202.81c1.13-.06%201.67-1.49%201.59-2.83c-.1-1.57-.48-2.72-1.67-2.72%22%2F%3E%3Cpath%20fill%3D%22%23f8932a%22%20d%3D%22M29.31%2092.09c0%2023.96%2021.71%2033.93%2036.12%2033.5c16.79-.5%2034.85-13.24%2033.36-36.1c-1.4-21.45-19.69-31.69-35.47-31.57c-18.34.13-34.01%2013.24-34.01%2034.17%22%2F%3E%3Cpath%20fill%3D%22%23fcc11a%22%20d%3D%22M64.52%20121.29c-.25%200-.51%200-.76-.01c-7.5-.25-15.12-3.08-20.54-8.33c-5.8-5.62-9.38-12.73-9.4-20.9c-.05-21.46%2018.34-29.35%2030.17-29.35h.1c16.03.07%2029.88%2012.05%2030.24%2028.94c.16%207.52-2.92%2015.48-8.96%2021.42c-5.63%205.53-13.94%208.23-20.85%208.23%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%3Cpath%20fill%3D%22%23fefffa%22%20d%3D%22M52.29%2067.35c-1.46-1.25-8.89%202.52-14.11%2011.15c-3.5%205.79-3.8%2013.2-1.57%2013.32s2.2-7.21%207.05-13.62c5.86-7.71%2010.74-9.04%208.63-10.85%22%2F%3E%3Cpath%20fill%3D%22%23f8932a%22%20d%3D%22M64.37%2066.9c-1.95%200-4.99%2012.89-7.38%2014.48s-14.77.07-14.91%201.81s9.19%208.98%2010.28%2011.65s-4.71%2014.62-3.11%2015.78c1.59%201.16%2011.58-7.17%2014.91-7.17c3.47%200%2012.41%208.89%2013.9%207.67c1.57-1.28-3.47-12.96-2.68-15.64c.8-2.68%2011.65-8.4%2011.22-11c-.43-2.61-13.03-.65-15.35-2.82S66.47%2066.9%2064.37%2066.9%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%23fcc11a%22%20d%3D%22M81.68%2043.29c-1.21-.65-36.85-1.21-37.69%200c-.76%201.1-.33%206.87-.04%207.56c.52%201.2%2011.97%205.85%2011.97%205.85v2.89s.78.32%207.46.32s8.01-.34%208.01-.34l.05-2.78s9.94-5.12%2010.46-5.83c.46-.59.99-7.02-.22-7.67m-10.34%209.14s.14-1.38-.55-1.72c-.69-.35-12.62-.29-13.56-.24s-.94%201.73-.94%201.73l-7.47-3.95l-.13-1.32l27.94.15l.06%201.78z%22%2F%3E%3Cpath%20fill%3D%22%23fdffff%22%20d%3D%22M59.04%2051.84c-.94%200-1.65%201.06-1.65%202.74c0%201.58.54%202.88%201.73%202.81c1.13-.06%201.67-1.49%201.59-2.83c-.1-1.57-.48-2.72-1.67-2.72%22%2F%3E%3Cpath%20fill%3D%22%23f8932a%22%20d%3D%22M29.31%2092.09c0%2023.96%2021.71%2033.93%2036.12%2033.5c16.79-.5%2034.85-13.24%2033.36-36.1c-1.4-21.45-19.69-31.69-35.47-31.57c-18.34.13-34.01%2013.24-34.01%2034.17%22%2F%3E%3Cpath%20fill%3D%22%23fcc11a%22%20d%3D%22M64.52%20121.29c-.25%200-.51%200-.76-.01c-7.5-.25-15.12-3.08-20.54-8.33c-5.8-5.62-9.38-12.73-9.4-20.9c-.05-21.46%2018.34-29.35%2030.17-29.35h.1c16.03.07%2029.88%2012.05%2030.24%2028.94c.16%207.52-2.92%2015.48-8.96%2021.42c-5.63%205.53-13.94%208.23-20.85%208.23%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%3Cpath%20fill%3D%22%23fefffa%22%20d%3D%22M52.29%2067.35c-1.46-1.25-8.89%202.52-14.11%2011.15c-3.5%205.79-3.8%2013.2-1.57%2013.32s2.2-7.21%207.05-13.62c5.86-7.71%2010.74-9.04%208.63-10.85%22%2F%3E%3Cpath%20fill%3D%22%23f8932a%22%20d%3D%22M64.37%2066.9c-1.95%200-4.99%2012.89-7.38%2014.48s-14.77.07-14.91%201.81s9.19%208.98%2010.28%2011.65s-4.71%2014.62-3.11%2015.78c1.59%201.16%2011.58-7.17%2014.91-7.17c3.47%200%2012.41%208.89%2013.9%207.67c1.57-1.28-3.47-12.96-2.68-15.64c.8-2.68%2011.65-8.4%2011.22-11c-.43-2.61-13.03-.65-15.35-2.82S66.47%2066.9%2064.37%2066.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/sports-medal.svg?color=%231a73e8&size=48