trophy from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
trophy
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 trophy emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M5.123 5h6C12.227 5 13 4.896 13 6V4c0-1.104-.773-2-1.877-2h-8c-2 0-3.583 2.125-3 5c0 0 1.791 9.375 1.917 9.958C2.373 18.5 4.164 20 6.081 20h6.958c1.105 0-.039-1.896-.039-3v-2c0 1.104-.773 2-1.877 2h-4c-1.104 0-1.833-1.042-2-2S3.539 7.667 3.539 7.667C3.206 5.75 4.018 5 5.123 5m25.812 0h-6C23.831 5 22 4.896 22 6V4c0-1.104 1.831-2 2.935-2h8c2 0 3.584 2.125 3 5c0 0-1.633 9.419-1.771 10c-.354 1.5-2.042 3-4 3h-7.146C21.914 20 22 18.104 22 17v-2c0 1.104 1.831 2 2.935 2h4c1.104 0 1.834-1.042 2-2s1.584-7.333 1.584-7.333C32.851 5.75 32.04 5 30.935 5M20.832 22c0-6.958-2.709 0-2.709 0s-3-6.958-3 0s-3.291 10-3.291 10h12.292c-.001 0-3.292-3.042-3.292-10"/><path fill="#ffcc4d" d="M29.123 6.577c0 6.775-6.77 18.192-11 18.192s-11-11.417-11-18.192c0-5.195 1-6.319 3-6.319c1.374 0 6.025-.027 8-.027l7-.001c2.917-.001 4 .684 4 6.347"/><path fill="#c1694f" d="M27 33c0 1.104.227 2-.877 2h-16C9.018 35 9 34.104 9 33v-1c0-1.104 1.164-2 2.206-2h13.917c1.042 0 1.877.896 1.877 2z"/><path fill="#c1694f" d="M29 34.625c0 .76.165 1.375-1.252 1.375H8.498C7.206 36 7 35.385 7 34.625v-.25C7 33.615 7.738 33 8.498 33h19.25c.759 0 1.252.615 1.252 1.375z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiTrophy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M5.123 5h6C12.227 5 13 4.896 13 6V4c0-1.104-.773-2-1.877-2h-8c-2 0-3.583 2.125-3 5c0 0 1.791 9.375 1.917 9.958C2.373 18.5 4.164 20 6.081 20h6.958c1.105 0-.039-1.896-.039-3v-2c0 1.104-.773 2-1.877 2h-4c-1.104 0-1.833-1.042-2-2S3.539 7.667 3.539 7.667C3.206 5.75 4.018 5 5.123 5m25.812 0h-6C23.831 5 22 4.896 22 6V4c0-1.104 1.831-2 2.935-2h8c2 0 3.584 2.125 3 5c0 0-1.633 9.419-1.771 10c-.354 1.5-2.042 3-4 3h-7.146C21.914 20 22 18.104 22 17v-2c0 1.104 1.831 2 2.935 2h4c1.104 0 1.834-1.042 2-2s1.584-7.333 1.584-7.333C32.851 5.75 32.04 5 30.935 5M20.832 22c0-6.958-2.709 0-2.709 0s-3-6.958-3 0s-3.291 10-3.291 10h12.292c-.001 0-3.292-3.042-3.292-10"/><path fill="#ffcc4d" d="M29.123 6.577c0 6.775-6.77 18.192-11 18.192s-11-11.417-11-18.192c0-5.195 1-6.319 3-6.319c1.374 0 6.025-.027 8-.027l7-.001c2.917-.001 4 .684 4 6.347"/><path fill="#c1694f" d="M27 33c0 1.104.227 2-.877 2h-16C9.018 35 9 34.104 9 33v-1c0-1.104 1.164-2 2.206-2h13.917c1.042 0 1.877.896 1.877 2z"/><path fill="#c1694f" d="M29 34.625c0 .76.165 1.375-1.252 1.375H8.498C7.206 36 7 35.385 7 34.625v-.25C7 33.615 7.738 33 8.498 33h19.25c.759 0 1.252.615 1.252 1.375z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M5.123 5h6C12.227 5 13 4.896 13 6V4c0-1.104-.773-2-1.877-2h-8c-2 0-3.583 2.125-3 5c0 0 1.791 9.375 1.917 9.958C2.373 18.5 4.164 20 6.081 20h6.958c1.105 0-.039-1.896-.039-3v-2c0 1.104-.773 2-1.877 2h-4c-1.104 0-1.833-1.042-2-2S3.539 7.667 3.539 7.667C3.206 5.75 4.018 5 5.123 5m25.812 0h-6C23.831 5 22 4.896 22 6V4c0-1.104 1.831-2 2.935-2h8c2 0 3.584 2.125 3 5c0 0-1.633 9.419-1.771 10c-.354 1.5-2.042 3-4 3h-7.146C21.914 20 22 18.104 22 17v-2c0 1.104 1.831 2 2.935 2h4c1.104 0 1.834-1.042 2-2s1.584-7.333 1.584-7.333C32.851 5.75 32.04 5 30.935 5M20.832 22c0-6.958-2.709 0-2.709 0s-3-6.958-3 0s-3.291 10-3.291 10h12.292c-.001 0-3.292-3.042-3.292-10"/><path fill="#ffcc4d" d="M29.123 6.577c0 6.775-6.77 18.192-11 18.192s-11-11.417-11-18.192c0-5.195 1-6.319 3-6.319c1.374 0 6.025-.027 8-.027l7-.001c2.917-.001 4 .684 4 6.347"/><path fill="#c1694f" d="M27 33c0 1.104.227 2-.877 2h-16C9.018 35 9 34.104 9 33v-1c0-1.104 1.164-2 2.206-2h13.917c1.042 0 1.877.896 1.877 2z"/><path fill="#c1694f" d="M29 34.625c0 .76.165 1.375-1.252 1.375H8.498C7.206 36 7 35.385 7 34.625v-.25C7 33.615 7.738 33 8.498 33h19.25c.759 0 1.252.615 1.252 1.375z"/></svg>
</template>

CSS

.icon-trophy {
  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%23ffac33%22%20d%3D%22M5.123%205h6C12.227%205%2013%204.896%2013%206V4c0-1.104-.773-2-1.877-2h-8c-2%200-3.583%202.125-3%205c0%200%201.791%209.375%201.917%209.958C2.373%2018.5%204.164%2020%206.081%2020h6.958c1.105%200-.039-1.896-.039-3v-2c0%201.104-.773%202-1.877%202h-4c-1.104%200-1.833-1.042-2-2S3.539%207.667%203.539%207.667C3.206%205.75%204.018%205%205.123%205m25.812%200h-6C23.831%205%2022%204.896%2022%206V4c0-1.104%201.831-2%202.935-2h8c2%200%203.584%202.125%203%205c0%200-1.633%209.419-1.771%2010c-.354%201.5-2.042%203-4%203h-7.146C21.914%2020%2022%2018.104%2022%2017v-2c0%201.104%201.831%202%202.935%202h4c1.104%200%201.834-1.042%202-2s1.584-7.333%201.584-7.333C32.851%205.75%2032.04%205%2030.935%205M20.832%2022c0-6.958-2.709%200-2.709%200s-3-6.958-3%200s-3.291%2010-3.291%2010h12.292c-.001%200-3.292-3.042-3.292-10%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M29.123%206.577c0%206.775-6.77%2018.192-11%2018.192s-11-11.417-11-18.192c0-5.195%201-6.319%203-6.319c1.374%200%206.025-.027%208-.027l7-.001c2.917-.001%204%20.684%204%206.347%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M27%2033c0%201.104.227%202-.877%202h-16C9.018%2035%209%2034.104%209%2033v-1c0-1.104%201.164-2%202.206-2h13.917c1.042%200%201.877.896%201.877%202z%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M29%2034.625c0%20.76.165%201.375-1.252%201.375H8.498C7.206%2036%207%2035.385%207%2034.625v-.25C7%2033.615%207.738%2033%208.498%2033h19.25c.759%200%201.252.615%201.252%201.375z%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%23ffac33%22%20d%3D%22M5.123%205h6C12.227%205%2013%204.896%2013%206V4c0-1.104-.773-2-1.877-2h-8c-2%200-3.583%202.125-3%205c0%200%201.791%209.375%201.917%209.958C2.373%2018.5%204.164%2020%206.081%2020h6.958c1.105%200-.039-1.896-.039-3v-2c0%201.104-.773%202-1.877%202h-4c-1.104%200-1.833-1.042-2-2S3.539%207.667%203.539%207.667C3.206%205.75%204.018%205%205.123%205m25.812%200h-6C23.831%205%2022%204.896%2022%206V4c0-1.104%201.831-2%202.935-2h8c2%200%203.584%202.125%203%205c0%200-1.633%209.419-1.771%2010c-.354%201.5-2.042%203-4%203h-7.146C21.914%2020%2022%2018.104%2022%2017v-2c0%201.104%201.831%202%202.935%202h4c1.104%200%201.834-1.042%202-2s1.584-7.333%201.584-7.333C32.851%205.75%2032.04%205%2030.935%205M20.832%2022c0-6.958-2.709%200-2.709%200s-3-6.958-3%200s-3.291%2010-3.291%2010h12.292c-.001%200-3.292-3.042-3.292-10%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M29.123%206.577c0%206.775-6.77%2018.192-11%2018.192s-11-11.417-11-18.192c0-5.195%201-6.319%203-6.319c1.374%200%206.025-.027%208-.027l7-.001c2.917-.001%204%20.684%204%206.347%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M27%2033c0%201.104.227%202-.877%202h-16C9.018%2035%209%2034.104%209%2033v-1c0-1.104%201.164-2%202.206-2h13.917c1.042%200%201.877.896%201.877%202z%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M29%2034.625c0%20.76.165%201.375-1.252%201.375H8.498C7.206%2036%207%2035.385%207%2034.625v-.25C7%2033.615%207.738%2033%208.498%2033h19.25c.759%200%201.252.615%201.252%201.375z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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