trophy from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
trophy
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-trophy

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 24 24"><path fill="currentColor" d="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.799 6.91 4.819 7.012A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09a6.01 6.01 0 0 0 4.181-2.898C20.201 14.91 22 12.31 22 8V5a1 1 0 0 0-1-1M4 8V6h2v6.83C4.216 12.078 4 9.299 4 8m8 8c-2.206 0-4-1.794-4-4V4h8v8c0 2.206-1.794 4-4 4m6-3.17V6h2v2c0 1.299-.216 4.078-2 4.83"/></svg>

React

import type { SVGProps } from "react";

export function BxTrophy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.799 6.91 4.819 7.012A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09a6.01 6.01 0 0 0 4.181-2.898C20.201 14.91 22 12.31 22 8V5a1 1 0 0 0-1-1M4 8V6h2v6.83C4.216 12.078 4 9.299 4 8m8 8c-2.206 0-4-1.794-4-4V4h8v8c0 2.206-1.794 4-4 4m6-3.17V6h2v2c0 1.299-.216 4.078-2 4.83"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.799 6.91 4.819 7.012A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09a6.01 6.01 0 0 0 4.181-2.898C20.201 14.91 22 12.31 22 8V5a1 1 0 0 0-1-1M4 8V6h2v6.83C4.216 12.078 4 9.299 4 8m8 8c-2.206 0-4-1.794-4-4V4h8v8c0 2.206-1.794 4-4 4m6-3.17V6h2v2c0 1.299-.216 4.078-2 4.83"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204h-3V3a1%201%200%200%200-1-1H7a1%201%200%200%200-1%201v1H3a1%201%200%200%200-1%201v3c0%204.31%201.799%206.91%204.819%207.012A6%206%200%200%200%2011%2017.91V20H9v2h6v-2h-2v-2.09a6.01%206.01%200%200%200%204.181-2.898C20.201%2014.91%2022%2012.31%2022%208V5a1%201%200%200%200-1-1M4%208V6h2v6.83C4.216%2012.078%204%209.299%204%208m8%208c-2.206%200-4-1.794-4-4V4h8v8c0%202.206-1.794%204-4%204m6-3.17V6h2v2c0%201.299-.216%204.078-2%204.83%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204h-3V3a1%201%200%200%200-1-1H7a1%201%200%200%200-1%201v1H3a1%201%200%200%200-1%201v3c0%204.31%201.799%206.91%204.819%207.012A6%206%200%200%200%2011%2017.91V20H9v2h6v-2h-2v-2.09a6.01%206.01%200%200%200%204.181-2.898C20.201%2014.91%2022%2012.31%2022%208V5a1%201%200%200%200-1-1M4%208V6h2v6.83C4.216%2012.078%204%209.299%204%208m8%208c-2.206%200-4-1.794-4-4V4h8v8c0%202.206-1.794%204-4%204m6-3.17V6h2v2c0%201.299-.216%204.078-2%204.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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