trophy-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
trophy-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design Icons

The same icon in other sets

Use the trophy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M320 480c0 49.1 19.1 95.3 53.9 130.1c34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9c34.8-34.7 53.9-81 53.9-130.1V184H320zM184 352c0 41 26.9 75.8 64 87.6c-37.1-11.9-64-46.7-64-87.6m364 382.5C665 721.8 758.4 630.2 773.8 514C758.3 630.2 665 721.7 548 734.5M250.2 514C265.6 630.2 359 721.8 476 734.5C359 721.7 265.7 630.2 250.2 514"/><path fill="currentColor" d="M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514C852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44M248 439.6a91.99 91.99 0 0 1-64-87.6V232h64zM704 480c0 49.1-19.1 95.4-53.9 130.1c-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9c-34.8-34.8-53.9-81-53.9-130.1V184h384zm136-128c0 41-26.9 75.8-64 87.6V232h64z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignTrophyTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="M320 480c0 49.1 19.1 95.3 53.9 130.1c34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9c34.8-34.7 53.9-81 53.9-130.1V184H320zM184 352c0 41 26.9 75.8 64 87.6c-37.1-11.9-64-46.7-64-87.6m364 382.5C665 721.8 758.4 630.2 773.8 514C758.3 630.2 665 721.7 548 734.5M250.2 514C265.6 630.2 359 721.8 476 734.5C359 721.7 265.7 630.2 250.2 514"/><path fill="currentColor" d="M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514C852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44M248 439.6a91.99 91.99 0 0 1-64-87.6V232h64zM704 480c0 49.1-19.1 95.4-53.9 130.1c-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9c-34.8-34.8-53.9-81-53.9-130.1V184h384zm136-128c0 41-26.9 75.8-64 87.6V232h64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M320 480c0 49.1 19.1 95.3 53.9 130.1c34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9c34.8-34.7 53.9-81 53.9-130.1V184H320zM184 352c0 41 26.9 75.8 64 87.6c-37.1-11.9-64-46.7-64-87.6m364 382.5C665 721.8 758.4 630.2 773.8 514C758.3 630.2 665 721.7 548 734.5M250.2 514C265.6 630.2 359 721.8 476 734.5C359 721.7 265.7 630.2 250.2 514"/><path fill="currentColor" d="M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514C852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44M248 439.6a91.99 91.99 0 0 1-64-87.6V232h64zM704 480c0 49.1-19.1 95.4-53.9 130.1c-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9c-34.8-34.8-53.9-81-53.9-130.1V184h384zm136-128c0 41-26.9 75.8-64 87.6V232h64z"/></svg>
</template>

CSS

.icon-trophy-twotone {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M320%20480c0%2049.1%2019.1%2095.3%2053.9%20130.1c34.7%2034.8%2081%2053.9%20130.1%2053.9h16c49.1%200%2095.3-19.1%20130.1-53.9c34.8-34.7%2053.9-81%2053.9-130.1V184H320zM184%20352c0%2041%2026.9%2075.8%2064%2087.6c-37.1-11.9-64-46.7-64-87.6m364%20382.5C665%20721.8%20758.4%20630.2%20773.8%20514C758.3%20630.2%20665%20721.7%20548%20734.5M250.2%20514C265.6%20630.2%20359%20721.8%20476%20734.5C359%20721.7%20265.7%20630.2%20250.2%20514%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M868%20160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4%200-8%203.6-8%208v40h-92a44%2044%200%200%200-44%2044v148c0%2081.7%2060%20149.6%20138.2%20162C265.7%20630.2%20359%20721.7%20476%20734.5v105.2H280c-17.7%200-32%2014.3-32%2032V904c0%204.4%203.6%208%208%208h512c4.4%200%208-3.6%208-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665%20721.7%20758.3%20630.2%20773.8%20514C852%20501.6%20912%20433.7%20912%20352V204a44%2044%200%200%200-44-44M248%20439.6a91.99%2091.99%200%200%201-64-87.6V232h64zM704%20480c0%2049.1-19.1%2095.4-53.9%20130.1c-34.8%2034.8-81%2053.9-130.1%2053.9h-16c-49.1%200-95.4-19.1-130.1-53.9c-34.8-34.8-53.9-81-53.9-130.1V184h384zm136-128c0%2041-26.9%2075.8-64%2087.6V232h64z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M320%20480c0%2049.1%2019.1%2095.3%2053.9%20130.1c34.7%2034.8%2081%2053.9%20130.1%2053.9h16c49.1%200%2095.3-19.1%20130.1-53.9c34.8-34.7%2053.9-81%2053.9-130.1V184H320zM184%20352c0%2041%2026.9%2075.8%2064%2087.6c-37.1-11.9-64-46.7-64-87.6m364%20382.5C665%20721.8%20758.4%20630.2%20773.8%20514C758.3%20630.2%20665%20721.7%20548%20734.5M250.2%20514C265.6%20630.2%20359%20721.8%20476%20734.5C359%20721.7%20265.7%20630.2%20250.2%20514%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M868%20160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4%200-8%203.6-8%208v40h-92a44%2044%200%200%200-44%2044v148c0%2081.7%2060%20149.6%20138.2%20162C265.7%20630.2%20359%20721.7%20476%20734.5v105.2H280c-17.7%200-32%2014.3-32%2032V904c0%204.4%203.6%208%208%208h512c4.4%200%208-3.6%208-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665%20721.7%20758.3%20630.2%20773.8%20514C852%20501.6%20912%20433.7%20912%20352V204a44%2044%200%200%200-44-44M248%20439.6a91.99%2091.99%200%200%201-64-87.6V232h64zM704%20480c0%2049.1-19.1%2095.4-53.9%20130.1c-34.8%2034.8-81%2053.9-130.1%2053.9h-16c-49.1%200-95.4-19.1-130.1-53.9c-34.8-34.8-53.9-81-53.9-130.1V184h384zm136-128c0%2041-26.9%2075.8-64%2087.6V232h64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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