1st place medal emoji

1st-place-medal from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
1st-place-medal
Set
Twitter Emoji
Style
Default
Category
Activities
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More activities icons from Twitter Emoji

Use the 1st place medal emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="m18 8l-7-8H0l14 17l11.521-4.75z"/><path fill="#3b88c3" d="m25 0l-7 8l5.39 7.312l1.227-1.489L36 0z"/><path fill="#ffac33" d="M23.205 16.026c.08-.217.131-.448.131-.693a2 2 0 0 0-2-2h-6.667a2 2 0 0 0-2 2c0 .245.05.476.131.693c-3.258 1.826-5.464 5.307-5.464 9.307C7.335 31.224 12.111 36 18.002 36s10.667-4.776 10.667-10.667c0-4-2.206-7.481-5.464-9.307"/><path fill="#9e5200" d="M19.404 18.6h-1.721l-2.73 2.132a.53.53 0 0 0-.112.28v1.178c0 .186.15.354.337.354h1.795v8.414c0 .188.15.355.355.355h2.076c.186 0 .336-.168.336-.355V18.954c0-.186-.149-.354-.336-.354"/></svg>

React

import type { SVGProps } from "react";

export function Twemoji1stPlaceMedal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="m18 8l-7-8H0l14 17l11.521-4.75z"/><path fill="#3b88c3" d="m25 0l-7 8l5.39 7.312l1.227-1.489L36 0z"/><path fill="#ffac33" d="M23.205 16.026c.08-.217.131-.448.131-.693a2 2 0 0 0-2-2h-6.667a2 2 0 0 0-2 2c0 .245.05.476.131.693c-3.258 1.826-5.464 5.307-5.464 9.307C7.335 31.224 12.111 36 18.002 36s10.667-4.776 10.667-10.667c0-4-2.206-7.481-5.464-9.307"/><path fill="#9e5200" d="M19.404 18.6h-1.721l-2.73 2.132a.53.53 0 0 0-.112.28v1.178c0 .186.15.354.337.354h1.795v8.414c0 .188.15.355.355.355h2.076c.186 0 .336-.168.336-.355V18.954c0-.186-.149-.354-.336-.354"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="m18 8l-7-8H0l14 17l11.521-4.75z"/><path fill="#3b88c3" d="m25 0l-7 8l5.39 7.312l1.227-1.489L36 0z"/><path fill="#ffac33" d="M23.205 16.026c.08-.217.131-.448.131-.693a2 2 0 0 0-2-2h-6.667a2 2 0 0 0-2 2c0 .245.05.476.131.693c-3.258 1.826-5.464 5.307-5.464 9.307C7.335 31.224 12.111 36 18.002 36s10.667-4.776 10.667-10.667c0-4-2.206-7.481-5.464-9.307"/><path fill="#9e5200" d="M19.404 18.6h-1.721l-2.73 2.132a.53.53 0 0 0-.112.28v1.178c0 .186.15.354.337.354h1.795v8.414c0 .188.15.355.355.355h2.076c.186 0 .336-.168.336-.355V18.954c0-.186-.149-.354-.336-.354"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22m18%208l-7-8H0l14%2017l11.521-4.75z%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22m25%200l-7%208l5.39%207.312l1.227-1.489L36%200z%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M23.205%2016.026c.08-.217.131-.448.131-.693a2%202%200%200%200-2-2h-6.667a2%202%200%200%200-2%202c0%20.245.05.476.131.693c-3.258%201.826-5.464%205.307-5.464%209.307C7.335%2031.224%2012.111%2036%2018.002%2036s10.667-4.776%2010.667-10.667c0-4-2.206-7.481-5.464-9.307%22%2F%3E%3Cpath%20fill%3D%22%239e5200%22%20d%3D%22M19.404%2018.6h-1.721l-2.73%202.132a.53.53%200%200%200-.112.28v1.178c0%20.186.15.354.337.354h1.795v8.414c0%20.188.15.355.355.355h2.076c.186%200%20.336-.168.336-.355V18.954c0-.186-.149-.354-.336-.354%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22m18%208l-7-8H0l14%2017l11.521-4.75z%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22m25%200l-7%208l5.39%207.312l1.227-1.489L36%200z%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M23.205%2016.026c.08-.217.131-.448.131-.693a2%202%200%200%200-2-2h-6.667a2%202%200%200%200-2%202c0%20.245.05.476.131.693c-3.258%201.826-5.464%205.307-5.464%209.307C7.335%2031.224%2012.111%2036%2018.002%2036s10.667-4.776%2010.667-10.667c0-4-2.206-7.481-5.464-9.307%22%2F%3E%3Cpath%20fill%3D%22%239e5200%22%20d%3D%22M19.404%2018.6h-1.721l-2.73%202.132a.53.53%200%200%200-.112.28v1.178c0%20.186.15.354.337.354h1.795v8.414c0%20.188.15.355.355.355h2.076c.186%200%20.336-.168.336-.355V18.954c0-.186-.149-.354-.336-.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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