trophy icon

trophy-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.

Name
trophy-filled
Set
Reicon
Style
Filled
Category
Sports
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All trophy icons →

More sports icons from Reicon

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" fill-rule="evenodd" d="M4.366 3.66a2.25 2.25 0 0 1 2.245-2.41h10.778a2.25 2.25 0 0 1 2.244 2.41l-.006.09h1.372a1.75 1.75 0 0 1 1.745 1.885l-.247 3.193a4.25 4.25 0 0 1-4.048 3.918a7.2 7.2 0 0 1-5.7 3.965V18.5h1.53a1.5 1.5 0 0 1 1.423 1.026l.575 1.724H17a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h.723l.574-1.724A1.5 1.5 0 0 1 9.721 18.5h1.529v-1.789a7.2 7.2 0 0 1-5.7-3.965a4.25 4.25 0 0 1-4.048-3.918l-.247-3.193A1.75 1.75 0 0 1 3 3.75h1.373zm.114 1.59H3a.25.25 0 0 0-.25.27l.248 3.192a2.75 2.75 0 0 0 1.985 2.432a7 7 0 0 1-.159-1.075zm14.537 5.894a2.75 2.75 0 0 0 1.985-2.432l.247-3.193a.25.25 0 0 0-.25-.269h-1.48l-.344 4.819q-.04.551-.158 1.075" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTrophyFilled(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" fillRule="evenodd" d="M4.366 3.66a2.25 2.25 0 0 1 2.245-2.41h10.778a2.25 2.25 0 0 1 2.244 2.41l-.006.09h1.372a1.75 1.75 0 0 1 1.745 1.885l-.247 3.193a4.25 4.25 0 0 1-4.048 3.918a7.2 7.2 0 0 1-5.7 3.965V18.5h1.53a1.5 1.5 0 0 1 1.423 1.026l.575 1.724H17a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h.723l.574-1.724A1.5 1.5 0 0 1 9.721 18.5h1.529v-1.789a7.2 7.2 0 0 1-5.7-3.965a4.25 4.25 0 0 1-4.048-3.918l-.247-3.193A1.75 1.75 0 0 1 3 3.75h1.373zm.114 1.59H3a.25.25 0 0 0-.25.27l.248 3.192a2.75 2.75 0 0 0 1.985 2.432a7 7 0 0 1-.159-1.075zm14.537 5.894a2.75 2.75 0 0 0 1.985-2.432l.247-3.193a.25.25 0 0 0-.25-.269h-1.48l-.344 4.819q-.04.551-.158 1.075" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.366 3.66a2.25 2.25 0 0 1 2.245-2.41h10.778a2.25 2.25 0 0 1 2.244 2.41l-.006.09h1.372a1.75 1.75 0 0 1 1.745 1.885l-.247 3.193a4.25 4.25 0 0 1-4.048 3.918a7.2 7.2 0 0 1-5.7 3.965V18.5h1.53a1.5 1.5 0 0 1 1.423 1.026l.575 1.724H17a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h.723l.574-1.724A1.5 1.5 0 0 1 9.721 18.5h1.529v-1.789a7.2 7.2 0 0 1-5.7-3.965a4.25 4.25 0 0 1-4.048-3.918l-.247-3.193A1.75 1.75 0 0 1 3 3.75h1.373zm.114 1.59H3a.25.25 0 0 0-.25.27l.248 3.192a2.75 2.75 0 0 0 1.985 2.432a7 7 0 0 1-.159-1.075zm14.537 5.894a2.75 2.75 0 0 0 1.985-2.432l.247-3.193a.25.25 0 0 0-.25-.269h-1.48l-.344 4.819q-.04.551-.158 1.075" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.366%203.66a2.25%202.25%200%200%201%202.245-2.41h10.778a2.25%202.25%200%200%201%202.244%202.41l-.006.09h1.372a1.75%201.75%200%200%201%201.745%201.885l-.247%203.193a4.25%204.25%200%200%201-4.048%203.918a7.2%207.2%200%200%201-5.7%203.965V18.5h1.53a1.5%201.5%200%200%201%201.423%201.026l.575%201.724H17a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201%200-1.5h.723l.574-1.724A1.5%201.5%200%200%201%209.721%2018.5h1.529v-1.789a7.2%207.2%200%200%201-5.7-3.965a4.25%204.25%200%200%201-4.048-3.918l-.247-3.193A1.75%201.75%200%200%201%203%203.75h1.373zm.114%201.59H3a.25.25%200%200%200-.25.27l.248%203.192a2.75%202.75%200%200%200%201.985%202.432a7%207%200%200%201-.159-1.075zm14.537%205.894a2.75%202.75%200%200%200%201.985-2.432l.247-3.193a.25.25%200%200%200-.25-.269h-1.48l-.344%204.819q-.04.551-.158%201.075%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.366%203.66a2.25%202.25%200%200%201%202.245-2.41h10.778a2.25%202.25%200%200%201%202.244%202.41l-.006.09h1.372a1.75%201.75%200%200%201%201.745%201.885l-.247%203.193a4.25%204.25%200%200%201-4.048%203.918a7.2%207.2%200%200%201-5.7%203.965V18.5h1.53a1.5%201.5%200%200%201%201.423%201.026l.575%201.724H17a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201%200-1.5h.723l.574-1.724A1.5%201.5%200%200%201%209.721%2018.5h1.529v-1.789a7.2%207.2%200%200%201-5.7-3.965a4.25%204.25%200%200%201-4.048-3.918l-.247-3.193A1.75%201.75%200%200%201%203%203.75h1.373zm.114%201.59H3a.25.25%200%200%200-.25.27l.248%203.192a2.75%202.75%200%200%200%201.985%202.432a7%207%200%200%201-.159-1.075zm14.537%205.894a2.75%202.75%200%200%200%201.985-2.432l.247-3.193a.25.25%200%200%200-.25-.269h-1.48l-.344%204.819q-.04.551-.158%201.075%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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