trophy-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
trophy-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M7 4.75A2.75 2.75 0 0 1 9.75 2h8a2.75 2.75 0 0 1 2.75 2.75V5h2.25c.966 0 1.75.784 1.75 1.75v3A4.25 4.25 0 0 1 20.271 14a6.76 6.76 0 0 1-5.771 4.959V21h2.75a3.25 3.25 0 0 1 3.25 3.25v.5c0 .69-.56 1.25-1.25 1.25h-11C7.56 26 7 25.44 7 24.75v-.5A3.25 3.25 0 0 1 10.25 21H13v-2.041a6.76 6.76 0 0 1-5.771-4.96A4.25 4.25 0 0 1 3 9.75v-3C3 5.784 3.784 5 4.75 5H7zM7 6.5H4.75a.25.25 0 0 0-.25.25v3a2.75 2.75 0 0 0 2.504 2.74A7 7 0 0 1 7 12.25zm13.496 5.99A2.75 2.75 0 0 0 23 9.75v-3a.25.25 0 0 0-.25-.25H20.5v5.75q0 .12-.004.24M9.75 3.5c-.69 0-1.25.56-1.25 1.25v7.5a5.25 5.25 0 1 0 10.5 0v-7.5c0-.69-.56-1.25-1.25-1.25zM8.5 24.25v.25H19v-.25a1.75 1.75 0 0 0-1.75-1.75h-7a1.75 1.75 0 0 0-1.75 1.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentTrophy28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7 4.75A2.75 2.75 0 0 1 9.75 2h8a2.75 2.75 0 0 1 2.75 2.75V5h2.25c.966 0 1.75.784 1.75 1.75v3A4.25 4.25 0 0 1 20.271 14a6.76 6.76 0 0 1-5.771 4.959V21h2.75a3.25 3.25 0 0 1 3.25 3.25v.5c0 .69-.56 1.25-1.25 1.25h-11C7.56 26 7 25.44 7 24.75v-.5A3.25 3.25 0 0 1 10.25 21H13v-2.041a6.76 6.76 0 0 1-5.771-4.96A4.25 4.25 0 0 1 3 9.75v-3C3 5.784 3.784 5 4.75 5H7zM7 6.5H4.75a.25.25 0 0 0-.25.25v3a2.75 2.75 0 0 0 2.504 2.74A7 7 0 0 1 7 12.25zm13.496 5.99A2.75 2.75 0 0 0 23 9.75v-3a.25.25 0 0 0-.25-.25H20.5v5.75q0 .12-.004.24M9.75 3.5c-.69 0-1.25.56-1.25 1.25v7.5a5.25 5.25 0 1 0 10.5 0v-7.5c0-.69-.56-1.25-1.25-1.25zM8.5 24.25v.25H19v-.25a1.75 1.75 0 0 0-1.75-1.75h-7a1.75 1.75 0 0 0-1.75 1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7 4.75A2.75 2.75 0 0 1 9.75 2h8a2.75 2.75 0 0 1 2.75 2.75V5h2.25c.966 0 1.75.784 1.75 1.75v3A4.25 4.25 0 0 1 20.271 14a6.76 6.76 0 0 1-5.771 4.959V21h2.75a3.25 3.25 0 0 1 3.25 3.25v.5c0 .69-.56 1.25-1.25 1.25h-11C7.56 26 7 25.44 7 24.75v-.5A3.25 3.25 0 0 1 10.25 21H13v-2.041a6.76 6.76 0 0 1-5.771-4.96A4.25 4.25 0 0 1 3 9.75v-3C3 5.784 3.784 5 4.75 5H7zM7 6.5H4.75a.25.25 0 0 0-.25.25v3a2.75 2.75 0 0 0 2.504 2.74A7 7 0 0 1 7 12.25zm13.496 5.99A2.75 2.75 0 0 0 23 9.75v-3a.25.25 0 0 0-.25-.25H20.5v5.75q0 .12-.004.24M9.75 3.5c-.69 0-1.25.56-1.25 1.25v7.5a5.25 5.25 0 1 0 10.5 0v-7.5c0-.69-.56-1.25-1.25-1.25zM8.5 24.25v.25H19v-.25a1.75 1.75 0 0 0-1.75-1.75h-7a1.75 1.75 0 0 0-1.75 1.75"/></svg>
</template>

CSS

.icon-trophy-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204.75A2.75%202.75%200%200%201%209.75%202h8a2.75%202.75%200%200%201%202.75%202.75V5h2.25c.966%200%201.75.784%201.75%201.75v3A4.25%204.25%200%200%201%2020.271%2014a6.76%206.76%200%200%201-5.771%204.959V21h2.75a3.25%203.25%200%200%201%203.25%203.25v.5c0%20.69-.56%201.25-1.25%201.25h-11C7.56%2026%207%2025.44%207%2024.75v-.5A3.25%203.25%200%200%201%2010.25%2021H13v-2.041a6.76%206.76%200%200%201-5.771-4.96A4.25%204.25%200%200%201%203%209.75v-3C3%205.784%203.784%205%204.75%205H7zM7%206.5H4.75a.25.25%200%200%200-.25.25v3a2.75%202.75%200%200%200%202.504%202.74A7%207%200%200%201%207%2012.25zm13.496%205.99A2.75%202.75%200%200%200%2023%209.75v-3a.25.25%200%200%200-.25-.25H20.5v5.75q0%20.12-.004.24M9.75%203.5c-.69%200-1.25.56-1.25%201.25v7.5a5.25%205.25%200%201%200%2010.5%200v-7.5c0-.69-.56-1.25-1.25-1.25zM8.5%2024.25v.25H19v-.25a1.75%201.75%200%200%200-1.75-1.75h-7a1.75%201.75%200%200%200-1.75%201.75%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204.75A2.75%202.75%200%200%201%209.75%202h8a2.75%202.75%200%200%201%202.75%202.75V5h2.25c.966%200%201.75.784%201.75%201.75v3A4.25%204.25%200%200%201%2020.271%2014a6.76%206.76%200%200%201-5.771%204.959V21h2.75a3.25%203.25%200%200%201%203.25%203.25v.5c0%20.69-.56%201.25-1.25%201.25h-11C7.56%2026%207%2025.44%207%2024.75v-.5A3.25%203.25%200%200%201%2010.25%2021H13v-2.041a6.76%206.76%200%200%201-5.771-4.96A4.25%204.25%200%200%201%203%209.75v-3C3%205.784%203.784%205%204.75%205H7zM7%206.5H4.75a.25.25%200%200%200-.25.25v3a2.75%202.75%200%200%200%202.504%202.74A7%207%200%200%201%207%2012.25zm13.496%205.99A2.75%202.75%200%200%200%2023%209.75v-3a.25.25%200%200%200-.25-.25H20.5v5.75q0%20.12-.004.24M9.75%203.5c-.69%200-1.25.56-1.25%201.25v7.5a5.25%205.25%200%201%200%2010.5%200v-7.5c0-.69-.56-1.25-1.25-1.25zM8.5%2024.25v.25H19v-.25a1.75%201.75%200%200%200-1.75-1.75h-7a1.75%201.75%200%200%200-1.75%201.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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