3rd place medal emoji

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

Name
3rd-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 3rd 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="#ff8a3b" 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="#7c4119" d="m14.121 29.35l1.178-1.178a.345.345 0 0 1 .467-.038s1.159.861 2.056.861c.805 0 1.628-.673 1.628-1.496s-.842-1.514-2.225-1.514h-.639a.367.367 0 0 1-.354-.355v-1.552c0-.206.168-.355.354-.355h.639c1.309 0 2-.635 2-1.439c0-.805-.691-1.402-1.496-1.402c-.823 0-1.346.43-1.626.747c-.132.15-.355.15-.504.02l-1.141-1.122c-.151-.132-.132-.355 0-.486c0 0 1.533-1.646 3.57-1.646c2.169 0 4.039 1.328 4.039 3.422c0 1.439-1.085 2.505-1.926 2.897v.057c.879.374 2.262 1.533 2.262 3.141c0 2.038-1.776 3.572-4.357 3.572c-2.354 0-3.552-1.16-3.944-1.664c-.113-.134-.093-.34.019-.47"/></svg>

React

import type { SVGProps } from "react";

export function Twemoji3rdPlaceMedal(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="#ff8a3b" 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="#7c4119" d="m14.121 29.35l1.178-1.178a.345.345 0 0 1 .467-.038s1.159.861 2.056.861c.805 0 1.628-.673 1.628-1.496s-.842-1.514-2.225-1.514h-.639a.367.367 0 0 1-.354-.355v-1.552c0-.206.168-.355.354-.355h.639c1.309 0 2-.635 2-1.439c0-.805-.691-1.402-1.496-1.402c-.823 0-1.346.43-1.626.747c-.132.15-.355.15-.504.02l-1.141-1.122c-.151-.132-.132-.355 0-.486c0 0 1.533-1.646 3.57-1.646c2.169 0 4.039 1.328 4.039 3.422c0 1.439-1.085 2.505-1.926 2.897v.057c.879.374 2.262 1.533 2.262 3.141c0 2.038-1.776 3.572-4.357 3.572c-2.354 0-3.552-1.16-3.944-1.664c-.113-.134-.093-.34.019-.47"/></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="#ff8a3b" 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="#7c4119" d="m14.121 29.35l1.178-1.178a.345.345 0 0 1 .467-.038s1.159.861 2.056.861c.805 0 1.628-.673 1.628-1.496s-.842-1.514-2.225-1.514h-.639a.367.367 0 0 1-.354-.355v-1.552c0-.206.168-.355.354-.355h.639c1.309 0 2-.635 2-1.439c0-.805-.691-1.402-1.496-1.402c-.823 0-1.346.43-1.626.747c-.132.15-.355.15-.504.02l-1.141-1.122c-.151-.132-.132-.355 0-.486c0 0 1.533-1.646 3.57-1.646c2.169 0 4.039 1.328 4.039 3.422c0 1.439-1.085 2.505-1.926 2.897v.057c.879.374 2.262 1.533 2.262 3.141c0 2.038-1.776 3.572-4.357 3.572c-2.354 0-3.552-1.16-3.944-1.664c-.113-.134-.093-.34.019-.47"/></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%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%23ff8a3b%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%237c4119%22%20d%3D%22m14.121%2029.35l1.178-1.178a.345.345%200%200%201%20.467-.038s1.159.861%202.056.861c.805%200%201.628-.673%201.628-1.496s-.842-1.514-2.225-1.514h-.639a.367.367%200%200%201-.354-.355v-1.552c0-.206.168-.355.354-.355h.639c1.309%200%202-.635%202-1.439c0-.805-.691-1.402-1.496-1.402c-.823%200-1.346.43-1.626.747c-.132.15-.355.15-.504.02l-1.141-1.122c-.151-.132-.132-.355%200-.486c0%200%201.533-1.646%203.57-1.646c2.169%200%204.039%201.328%204.039%203.422c0%201.439-1.085%202.505-1.926%202.897v.057c.879.374%202.262%201.533%202.262%203.141c0%202.038-1.776%203.572-4.357%203.572c-2.354%200-3.552-1.16-3.944-1.664c-.113-.134-.093-.34.019-.47%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%23ff8a3b%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%237c4119%22%20d%3D%22m14.121%2029.35l1.178-1.178a.345.345%200%200%201%20.467-.038s1.159.861%202.056.861c.805%200%201.628-.673%201.628-1.496s-.842-1.514-2.225-1.514h-.639a.367.367%200%200%201-.354-.355v-1.552c0-.206.168-.355.354-.355h.639c1.309%200%202-.635%202-1.439c0-.805-.691-1.402-1.496-1.402c-.823%200-1.346.43-1.626.747c-.132.15-.355.15-.504.02l-1.141-1.122c-.151-.132-.132-.355%200-.486c0%200%201.533-1.646%203.57-1.646c2.169%200%204.039%201.328%204.039%203.422c0%201.439-1.085%202.505-1.926%202.897v.057c.879.374%202.262%201.533%202.262%203.141c0%202.038-1.776%203.572-4.357%203.572c-2.354%200-3.552-1.16-3.944-1.664c-.113-.134-.093-.34.019-.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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