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

Name
trophy-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M15.254 2a2.25 2.25 0 0 1 2.236 2h1.268a1.75 1.75 0 0 1 1.744 1.606l.006.144v3a3.25 3.25 0 0 1-3.066 3.245l-.21.006a5.76 5.76 0 0 1-4.731 3.95V17.5h1.753a3.25 3.25 0 0 1 3.244 3.066l.006.184v.5a.75.75 0 0 1-.649.743l-.101.007H6.75a.75.75 0 0 1-.744-.648L6 21.25v-.5a3.25 3.25 0 0 1 3.065-3.245l.185-.005H11v-1.549a5.76 5.76 0 0 1-4.729-3.95L6.246 12a3.25 3.25 0 0 1-3.25-3.25v-3c0-.966.784-1.75 1.75-1.75h1.268a2.25 2.25 0 0 1 2.237-2zm3.504 3.5h-1.254v4.983A1.75 1.75 0 0 0 19 8.904l.007-.154v-3a.25.25 0 0 0-.193-.243zM6 5.5H4.746a.25.25 0 0 0-.25.25v3a1.75 1.75 0 0 0 1.505 1.733z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTrophy24Filled(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="M15.254 2a2.25 2.25 0 0 1 2.236 2h1.268a1.75 1.75 0 0 1 1.744 1.606l.006.144v3a3.25 3.25 0 0 1-3.066 3.245l-.21.006a5.76 5.76 0 0 1-4.731 3.95V17.5h1.753a3.25 3.25 0 0 1 3.244 3.066l.006.184v.5a.75.75 0 0 1-.649.743l-.101.007H6.75a.75.75 0 0 1-.744-.648L6 21.25v-.5a3.25 3.25 0 0 1 3.065-3.245l.185-.005H11v-1.549a5.76 5.76 0 0 1-4.729-3.95L6.246 12a3.25 3.25 0 0 1-3.25-3.25v-3c0-.966.784-1.75 1.75-1.75h1.268a2.25 2.25 0 0 1 2.237-2zm3.504 3.5h-1.254v4.983A1.75 1.75 0 0 0 19 8.904l.007-.154v-3a.25.25 0 0 0-.193-.243zM6 5.5H4.746a.25.25 0 0 0-.25.25v3a1.75 1.75 0 0 0 1.505 1.733z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.254 2a2.25 2.25 0 0 1 2.236 2h1.268a1.75 1.75 0 0 1 1.744 1.606l.006.144v3a3.25 3.25 0 0 1-3.066 3.245l-.21.006a5.76 5.76 0 0 1-4.731 3.95V17.5h1.753a3.25 3.25 0 0 1 3.244 3.066l.006.184v.5a.75.75 0 0 1-.649.743l-.101.007H6.75a.75.75 0 0 1-.744-.648L6 21.25v-.5a3.25 3.25 0 0 1 3.065-3.245l.185-.005H11v-1.549a5.76 5.76 0 0 1-4.729-3.95L6.246 12a3.25 3.25 0 0 1-3.25-3.25v-3c0-.966.784-1.75 1.75-1.75h1.268a2.25 2.25 0 0 1 2.237-2zm3.504 3.5h-1.254v4.983A1.75 1.75 0 0 0 19 8.904l.007-.154v-3a.25.25 0 0 0-.193-.243zM6 5.5H4.746a.25.25 0 0 0-.25.25v3a1.75 1.75 0 0 0 1.505 1.733z"/></svg>
</template>

CSS

.icon-trophy-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.254%202a2.25%202.25%200%200%201%202.236%202h1.268a1.75%201.75%200%200%201%201.744%201.606l.006.144v3a3.25%203.25%200%200%201-3.066%203.245l-.21.006a5.76%205.76%200%200%201-4.731%203.95V17.5h1.753a3.25%203.25%200%200%201%203.244%203.066l.006.184v.5a.75.75%200%200%201-.649.743l-.101.007H6.75a.75.75%200%200%201-.744-.648L6%2021.25v-.5a3.25%203.25%200%200%201%203.065-3.245l.185-.005H11v-1.549a5.76%205.76%200%200%201-4.729-3.95L6.246%2012a3.25%203.25%200%200%201-3.25-3.25v-3c0-.966.784-1.75%201.75-1.75h1.268a2.25%202.25%200%200%201%202.237-2zm3.504%203.5h-1.254v4.983A1.75%201.75%200%200%200%2019%208.904l.007-.154v-3a.25.25%200%200%200-.193-.243zM6%205.5H4.746a.25.25%200%200%200-.25.25v3a1.75%201.75%200%200%200%201.505%201.733z%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%22M15.254%202a2.25%202.25%200%200%201%202.236%202h1.268a1.75%201.75%200%200%201%201.744%201.606l.006.144v3a3.25%203.25%200%200%201-3.066%203.245l-.21.006a5.76%205.76%200%200%201-4.731%203.95V17.5h1.753a3.25%203.25%200%200%201%203.244%203.066l.006.184v.5a.75.75%200%200%201-.649.743l-.101.007H6.75a.75.75%200%200%201-.744-.648L6%2021.25v-.5a3.25%203.25%200%200%201%203.065-3.245l.185-.005H11v-1.549a5.76%205.76%200%200%201-4.729-3.95L6.246%2012a3.25%203.25%200%200%201-3.25-3.25v-3c0-.966.784-1.75%201.75-1.75h1.268a2.25%202.25%200%200%201%202.237-2zm3.504%203.5h-1.254v4.983A1.75%201.75%200%200%200%2019%208.904l.007-.154v-3a.25.25%200%200%200-.193-.243zM6%205.5H4.746a.25.25%200%200%200-.25.25v3a1.75%201.75%200%200%200%201.505%201.733z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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