2nd place medal emoji

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

Name
2nd-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 2nd 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="#ccd6dd" 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="#627077" d="M22.002 28.921h-3.543c.878-1.234 2.412-3.234 3.01-4.301c.449-.879.729-1.439.729-2.43c0-2.076-1.57-3.777-4.244-3.777c-2.225 0-3.74 1.832-3.74 1.832c-.131.15-.112.374.019.487l1.141 1.159a.36.36 0 0 0 .523 0c.355-.393 1.047-.935 1.813-.935c1.047 0 1.646.635 1.646 1.346c0 .523-.243 1.047-.486 1.421c-1.104 1.682-3.871 5.441-4.955 6.862v.374c0 .188.149.355.355.355h7.732a.37.37 0 0 0 .355-.355v-1.682a.367.367 0 0 0-.355-.356"/></svg>

React

import type { SVGProps } from "react";

export function Twemoji2ndPlaceMedal(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="#ccd6dd" 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="#627077" d="M22.002 28.921h-3.543c.878-1.234 2.412-3.234 3.01-4.301c.449-.879.729-1.439.729-2.43c0-2.076-1.57-3.777-4.244-3.777c-2.225 0-3.74 1.832-3.74 1.832c-.131.15-.112.374.019.487l1.141 1.159a.36.36 0 0 0 .523 0c.355-.393 1.047-.935 1.813-.935c1.047 0 1.646.635 1.646 1.346c0 .523-.243 1.047-.486 1.421c-1.104 1.682-3.871 5.441-4.955 6.862v.374c0 .188.149.355.355.355h7.732a.37.37 0 0 0 .355-.355v-1.682a.367.367 0 0 0-.355-.356"/></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="#ccd6dd" 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="#627077" d="M22.002 28.921h-3.543c.878-1.234 2.412-3.234 3.01-4.301c.449-.879.729-1.439.729-2.43c0-2.076-1.57-3.777-4.244-3.777c-2.225 0-3.74 1.832-3.74 1.832c-.131.15-.112.374.019.487l1.141 1.159a.36.36 0 0 0 .523 0c.355-.393 1.047-.935 1.813-.935c1.047 0 1.646.635 1.646 1.346c0 .523-.243 1.047-.486 1.421c-1.104 1.682-3.871 5.441-4.955 6.862v.374c0 .188.149.355.355.355h7.732a.37.37 0 0 0 .355-.355v-1.682a.367.367 0 0 0-.355-.356"/></svg>
</template>

CSS

.icon-2nd-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%23ccd6dd%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%23627077%22%20d%3D%22M22.002%2028.921h-3.543c.878-1.234%202.412-3.234%203.01-4.301c.449-.879.729-1.439.729-2.43c0-2.076-1.57-3.777-4.244-3.777c-2.225%200-3.74%201.832-3.74%201.832c-.131.15-.112.374.019.487l1.141%201.159a.36.36%200%200%200%20.523%200c.355-.393%201.047-.935%201.813-.935c1.047%200%201.646.635%201.646%201.346c0%20.523-.243%201.047-.486%201.421c-1.104%201.682-3.871%205.441-4.955%206.862v.374c0%20.188.149.355.355.355h7.732a.37.37%200%200%200%20.355-.355v-1.682a.367.367%200%200%200-.355-.356%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%23ccd6dd%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%23627077%22%20d%3D%22M22.002%2028.921h-3.543c.878-1.234%202.412-3.234%203.01-4.301c.449-.879.729-1.439.729-2.43c0-2.076-1.57-3.777-4.244-3.777c-2.225%200-3.74%201.832-3.74%201.832c-.131.15-.112.374.019.487l1.141%201.159a.36.36%200%200%200%20.523%200c.355-.393%201.047-.935%201.813-.935c1.047%200%201.646.635%201.646%201.346c0%20.523-.243%201.047-.486%201.421c-1.104%201.682-3.871%205.441-4.955%206.862v.374c0%20.188.149.355.355.355h7.732a.37.37%200%200%200%20.355-.355v-1.682a.367.367%200%200%200-.355-.356%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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