trophy-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
trophy-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the trophy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 2a3 3 0 0 0-3 3H6.5A2.5 2.5 0 0 0 4 7.5v4a4.5 4.5 0 0 0 4.25 4.493A8.01 8.01 0 0 0 15 21.938V24h-3.5A3.5 3.5 0 0 0 8 27.5v1A1.5 1.5 0 0 0 9.5 30h13a1.5 1.5 0 0 0 1.5-1.5v-1a3.5 3.5 0 0 0-3.5-3.5H17v-2.062a8.01 8.01 0 0 0 6.75-5.945A4.5 4.5 0 0 0 28 11.5v-4A2.5 2.5 0 0 0 25.5 5H24a3 3 0 0 0-3-3zm13 11.95V7h1.5a.5.5 0 0 1 .5.5v4a2.5 2.5 0 0 1-2 2.45M8 7v6.95a2.5 2.5 0 0 1-2-2.45v-4a.5.5 0 0 1 .5-.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTrophy32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 2a3 3 0 0 0-3 3H6.5A2.5 2.5 0 0 0 4 7.5v4a4.5 4.5 0 0 0 4.25 4.493A8.01 8.01 0 0 0 15 21.938V24h-3.5A3.5 3.5 0 0 0 8 27.5v1A1.5 1.5 0 0 0 9.5 30h13a1.5 1.5 0 0 0 1.5-1.5v-1a3.5 3.5 0 0 0-3.5-3.5H17v-2.062a8.01 8.01 0 0 0 6.75-5.945A4.5 4.5 0 0 0 28 11.5v-4A2.5 2.5 0 0 0 25.5 5H24a3 3 0 0 0-3-3zm13 11.95V7h1.5a.5.5 0 0 1 .5.5v4a2.5 2.5 0 0 1-2 2.45M8 7v6.95a2.5 2.5 0 0 1-2-2.45v-4a.5.5 0 0 1 .5-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 2a3 3 0 0 0-3 3H6.5A2.5 2.5 0 0 0 4 7.5v4a4.5 4.5 0 0 0 4.25 4.493A8.01 8.01 0 0 0 15 21.938V24h-3.5A3.5 3.5 0 0 0 8 27.5v1A1.5 1.5 0 0 0 9.5 30h13a1.5 1.5 0 0 0 1.5-1.5v-1a3.5 3.5 0 0 0-3.5-3.5H17v-2.062a8.01 8.01 0 0 0 6.75-5.945A4.5 4.5 0 0 0 28 11.5v-4A2.5 2.5 0 0 0 25.5 5H24a3 3 0 0 0-3-3zm13 11.95V7h1.5a.5.5 0 0 1 .5.5v4a2.5 2.5 0 0 1-2 2.45M8 7v6.95a2.5 2.5 0 0 1-2-2.45v-4a.5.5 0 0 1 .5-.5z"/></svg>
</template>

CSS

.icon-trophy-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202a3%203%200%200%200-3%203H6.5A2.5%202.5%200%200%200%204%207.5v4a4.5%204.5%200%200%200%204.25%204.493A8.01%208.01%200%200%200%2015%2021.938V24h-3.5A3.5%203.5%200%200%200%208%2027.5v1A1.5%201.5%200%200%200%209.5%2030h13a1.5%201.5%200%200%200%201.5-1.5v-1a3.5%203.5%200%200%200-3.5-3.5H17v-2.062a8.01%208.01%200%200%200%206.75-5.945A4.5%204.5%200%200%200%2028%2011.5v-4A2.5%202.5%200%200%200%2025.5%205H24a3%203%200%200%200-3-3zm13%2011.95V7h1.5a.5.5%200%200%201%20.5.5v4a2.5%202.5%200%200%201-2%202.45M8%207v6.95a2.5%202.5%200%200%201-2-2.45v-4a.5.5%200%200%201%20.5-.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202a3%203%200%200%200-3%203H6.5A2.5%202.5%200%200%200%204%207.5v4a4.5%204.5%200%200%200%204.25%204.493A8.01%208.01%200%200%200%2015%2021.938V24h-3.5A3.5%203.5%200%200%200%208%2027.5v1A1.5%201.5%200%200%200%209.5%2030h13a1.5%201.5%200%200%200%201.5-1.5v-1a3.5%203.5%200%200%200-3.5-3.5H17v-2.062a8.01%208.01%200%200%200%206.75-5.945A4.5%204.5%200%200%200%2028%2011.5v-4A2.5%202.5%200%200%200%2025.5%205H24a3%203%200%200%200-3-3zm13%2011.95V7h1.5a.5.5%200%200%201%20.5.5v4a2.5%202.5%200%200%201-2%202.45M8%207v6.95a2.5%202.5%200%200%201-2-2.45v-4a.5.5%200%200%201%20.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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