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

Name
trophy-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
trophy-fill

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" 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.6 630.2 359 721.8 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.8 758.4 630.2 773.8 514C852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44M248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64zM840 352c0 41-26.9 75.8-64 87.6V232h64z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignTrophyFilled(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" 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.6 630.2 359 721.8 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.8 758.4 630.2 773.8 514C852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44M248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64zM840 352c0 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" 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.6 630.2 359 721.8 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.8 758.4 630.2 773.8 514C852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44M248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64zM840 352c0 41-26.9 75.8-64 87.6V232h64z"/></svg>
</template>

CSS

.icon-trophy-filled {
  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%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.6%20630.2%20359%20721.8%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.8%20758.4%20630.2%20773.8%20514C852%20501.6%20912%20433.7%20912%20352V204a44%2044%200%200%200-44-44M248%20439.6c-37.1-11.9-64-46.7-64-87.6V232h64zM840%20352c0%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%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.6%20630.2%20359%20721.8%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.8%20758.4%20630.2%20773.8%20514C852%20501.6%20912%20433.7%20912%20352V204a44%2044%200%200%200-44-44M248%20439.6c-37.1-11.9-64-46.7-64-87.6V232h64zM840%20352c0%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-filled.svg?color=%231a73e8&size=48