trophy-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
trophy-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage 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="M21.083 4.585a2.62 2.62 0 0 0-1.904-.69h-1.426a2.7 2.7 0 0 0-.768-1.162a2.68 2.68 0 0 0-1.924-.69H8.979a2.7 2.7 0 0 0-1.994.69a2.6 2.6 0 0 0-.748 1.161H4.831a2.64 2.64 0 0 0-1.934.69A2.73 2.73 0 0 0 2 6.497a7.6 7.6 0 0 0 .997 3.682a8.4 8.4 0 0 0 2.642 2.862l.848.57l.638.391a6.2 6.2 0 0 0 2.083 2.002v1.76H8.82c-.714 0-1.4.285-1.904.792a2.7 2.7 0 0 0-.788 1.91v.33a1.23 1.23 0 0 0 .359.881c.233.232.549.361.877.36h9.272a1.22 1.22 0 0 0 1.145-.764c.062-.15.093-.313.091-.476v-.33a2.7 2.7 0 0 0-.788-1.91a2.7 2.7 0 0 0-1.903-.792h-.39v-1.771a6.2 6.2 0 0 0 2.094-2.002l.658-.4l.808-.55a8.5 8.5 0 0 0 2.652-2.873A7.7 7.7 0 0 0 22 6.447a2.76 2.76 0 0 0-.917-1.861M4.303 9.458a6.1 6.1 0 0 1-.768-2.902a1.22 1.22 0 0 1 .825-1.08c.151-.05.312-.072.471-.06h1.306v5.343q.013.427.07.85a6.8 6.8 0 0 1-1.904-2.151m15.414 0a7.15 7.15 0 0 1-1.904 2.152q.057-.435.07-.871V5.415h1.335a1.15 1.15 0 0 1 .868.31c.227.2.37.48.399.781a6.2 6.2 0 0 1-.768 2.952"/></svg>

React

import type { SVGProps } from "react";

export function MageTrophyFill(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.083 4.585a2.62 2.62 0 0 0-1.904-.69h-1.426a2.7 2.7 0 0 0-.768-1.162a2.68 2.68 0 0 0-1.924-.69H8.979a2.7 2.7 0 0 0-1.994.69a2.6 2.6 0 0 0-.748 1.161H4.831a2.64 2.64 0 0 0-1.934.69A2.73 2.73 0 0 0 2 6.497a7.6 7.6 0 0 0 .997 3.682a8.4 8.4 0 0 0 2.642 2.862l.848.57l.638.391a6.2 6.2 0 0 0 2.083 2.002v1.76H8.82c-.714 0-1.4.285-1.904.792a2.7 2.7 0 0 0-.788 1.91v.33a1.23 1.23 0 0 0 .359.881c.233.232.549.361.877.36h9.272a1.22 1.22 0 0 0 1.145-.764c.062-.15.093-.313.091-.476v-.33a2.7 2.7 0 0 0-.788-1.91a2.7 2.7 0 0 0-1.903-.792h-.39v-1.771a6.2 6.2 0 0 0 2.094-2.002l.658-.4l.808-.55a8.5 8.5 0 0 0 2.652-2.873A7.7 7.7 0 0 0 22 6.447a2.76 2.76 0 0 0-.917-1.861M4.303 9.458a6.1 6.1 0 0 1-.768-2.902a1.22 1.22 0 0 1 .825-1.08c.151-.05.312-.072.471-.06h1.306v5.343q.013.427.07.85a6.8 6.8 0 0 1-1.904-2.151m15.414 0a7.15 7.15 0 0 1-1.904 2.152q.057-.435.07-.871V5.415h1.335a1.15 1.15 0 0 1 .868.31c.227.2.37.48.399.781a6.2 6.2 0 0 1-.768 2.952"/></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.083 4.585a2.62 2.62 0 0 0-1.904-.69h-1.426a2.7 2.7 0 0 0-.768-1.162a2.68 2.68 0 0 0-1.924-.69H8.979a2.7 2.7 0 0 0-1.994.69a2.6 2.6 0 0 0-.748 1.161H4.831a2.64 2.64 0 0 0-1.934.69A2.73 2.73 0 0 0 2 6.497a7.6 7.6 0 0 0 .997 3.682a8.4 8.4 0 0 0 2.642 2.862l.848.57l.638.391a6.2 6.2 0 0 0 2.083 2.002v1.76H8.82c-.714 0-1.4.285-1.904.792a2.7 2.7 0 0 0-.788 1.91v.33a1.23 1.23 0 0 0 .359.881c.233.232.549.361.877.36h9.272a1.22 1.22 0 0 0 1.145-.764c.062-.15.093-.313.091-.476v-.33a2.7 2.7 0 0 0-.788-1.91a2.7 2.7 0 0 0-1.903-.792h-.39v-1.771a6.2 6.2 0 0 0 2.094-2.002l.658-.4l.808-.55a8.5 8.5 0 0 0 2.652-2.873A7.7 7.7 0 0 0 22 6.447a2.76 2.76 0 0 0-.917-1.861M4.303 9.458a6.1 6.1 0 0 1-.768-2.902a1.22 1.22 0 0 1 .825-1.08c.151-.05.312-.072.471-.06h1.306v5.343q.013.427.07.85a6.8 6.8 0 0 1-1.904-2.151m15.414 0a7.15 7.15 0 0 1-1.904 2.152q.057-.435.07-.871V5.415h1.335a1.15 1.15 0 0 1 .868.31c.227.2.37.48.399.781a6.2 6.2 0 0 1-.768 2.952"/></svg>
</template>

CSS

.icon-trophy-fill {
  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.083%204.585a2.62%202.62%200%200%200-1.904-.69h-1.426a2.7%202.7%200%200%200-.768-1.162a2.68%202.68%200%200%200-1.924-.69H8.979a2.7%202.7%200%200%200-1.994.69a2.6%202.6%200%200%200-.748%201.161H4.831a2.64%202.64%200%200%200-1.934.69A2.73%202.73%200%200%200%202%206.497a7.6%207.6%200%200%200%20.997%203.682a8.4%208.4%200%200%200%202.642%202.862l.848.57l.638.391a6.2%206.2%200%200%200%202.083%202.002v1.76H8.82c-.714%200-1.4.285-1.904.792a2.7%202.7%200%200%200-.788%201.91v.33a1.23%201.23%200%200%200%20.359.881c.233.232.549.361.877.36h9.272a1.22%201.22%200%200%200%201.145-.764c.062-.15.093-.313.091-.476v-.33a2.7%202.7%200%200%200-.788-1.91a2.7%202.7%200%200%200-1.903-.792h-.39v-1.771a6.2%206.2%200%200%200%202.094-2.002l.658-.4l.808-.55a8.5%208.5%200%200%200%202.652-2.873A7.7%207.7%200%200%200%2022%206.447a2.76%202.76%200%200%200-.917-1.861M4.303%209.458a6.1%206.1%200%200%201-.768-2.902a1.22%201.22%200%200%201%20.825-1.08c.151-.05.312-.072.471-.06h1.306v5.343q.013.427.07.85a6.8%206.8%200%200%201-1.904-2.151m15.414%200a7.15%207.15%200%200%201-1.904%202.152q.057-.435.07-.871V5.415h1.335a1.15%201.15%200%200%201%20.868.31c.227.2.37.48.399.781a6.2%206.2%200%200%201-.768%202.952%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.083%204.585a2.62%202.62%200%200%200-1.904-.69h-1.426a2.7%202.7%200%200%200-.768-1.162a2.68%202.68%200%200%200-1.924-.69H8.979a2.7%202.7%200%200%200-1.994.69a2.6%202.6%200%200%200-.748%201.161H4.831a2.64%202.64%200%200%200-1.934.69A2.73%202.73%200%200%200%202%206.497a7.6%207.6%200%200%200%20.997%203.682a8.4%208.4%200%200%200%202.642%202.862l.848.57l.638.391a6.2%206.2%200%200%200%202.083%202.002v1.76H8.82c-.714%200-1.4.285-1.904.792a2.7%202.7%200%200%200-.788%201.91v.33a1.23%201.23%200%200%200%20.359.881c.233.232.549.361.877.36h9.272a1.22%201.22%200%200%200%201.145-.764c.062-.15.093-.313.091-.476v-.33a2.7%202.7%200%200%200-.788-1.91a2.7%202.7%200%200%200-1.903-.792h-.39v-1.771a6.2%206.2%200%200%200%202.094-2.002l.658-.4l.808-.55a8.5%208.5%200%200%200%202.652-2.873A7.7%207.7%200%200%200%2022%206.447a2.76%202.76%200%200%200-.917-1.861M4.303%209.458a6.1%206.1%200%200%201-.768-2.902a1.22%201.22%200%200%201%20.825-1.08c.151-.05.312-.072.471-.06h1.306v5.343q.013.427.07.85a6.8%206.8%200%200%201-1.904-2.151m15.414%200a7.15%207.15%200%200%201-1.904%202.152q.057-.435.07-.871V5.415h1.335a1.15%201.15%200%200%201%20.868.31c.227.2.37.48.399.781a6.2%206.2%200%200%201-.768%202.952%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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