trophy down icon

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

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

1 other variant in Mage Icons

Related icons in Mage Icons

Use the trophy down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.043 4.546a2.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.929a2.65 2.65 0 0 0-1.934.69c-.354.31-.616.712-.758 1.161H4.832a2.64 2.64 0 0 0-1.935.691A2.7 2.7 0 0 0 2 6.457a7.6 7.6 0 0 0 .997 3.683a8.5 8.5 0 0 0 2.642 2.863l.848.57l.638.39a6.2 6.2 0 0 0 2.083 2.002v1.762H8.82a2.69 2.69 0 0 0-2.692 2.702v.33a1.235 1.235 0 0 0 .761 1.15c.15.061.312.092.475.091h9.272a1.245 1.245 0 0 0 1.236-1.241v-.33a2.7 2.7 0 0 0-.787-1.912a2.72 2.72 0 0 0-1.905-.79h-.388v-1.772a6.2 6.2 0 0 0 2.093-2.001l.658-.4l.808-.551a8.5 8.5 0 0 0 2.652-2.873A7.7 7.7 0 0 0 22 6.407a2.76 2.76 0 0 0-.957-1.861M4.263 9.42a6.1 6.1 0 0 1-.767-2.902a1.225 1.225 0 0 1 .824-1.08c.151-.051.312-.072.472-.061h1.306v5.344q.012.427.07.85A6.8 6.8 0 0 1 4.263 9.42m10.519.53l-1.994 2.002a1.16 1.16 0 0 1-.698.34a.57.57 0 0 1-.3 0a1.2 1.2 0 0 1-.318-.08a1.4 1.4 0 0 1-.39-.26L9.09 9.95a.75.75 0 0 1 0-1.06a.766.766 0 0 1 1.067 0l.997 1V6.518a.75.75 0 0 1 .747-.751a.746.746 0 0 1 .748.75V9.89l.997-1a.746.746 0 0 1 1.257.535a.75.75 0 0 1-.2.525zm4.885-.53a7 7 0 0 1-1.894 2.152q.057-.435.07-.871V5.377h1.335c.318-.01.628.1.868.31c.227.2.37.479.399.78a6.1 6.1 0 0 1-.778 2.953"/></svg>

React

import type { SVGProps } from "react";

export function MageTrophyDownFill(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.043 4.546a2.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.929a2.65 2.65 0 0 0-1.934.69c-.354.31-.616.712-.758 1.161H4.832a2.64 2.64 0 0 0-1.935.691A2.7 2.7 0 0 0 2 6.457a7.6 7.6 0 0 0 .997 3.683a8.5 8.5 0 0 0 2.642 2.863l.848.57l.638.39a6.2 6.2 0 0 0 2.083 2.002v1.762H8.82a2.69 2.69 0 0 0-2.692 2.702v.33a1.235 1.235 0 0 0 .761 1.15c.15.061.312.092.475.091h9.272a1.245 1.245 0 0 0 1.236-1.241v-.33a2.7 2.7 0 0 0-.787-1.912a2.72 2.72 0 0 0-1.905-.79h-.388v-1.772a6.2 6.2 0 0 0 2.093-2.001l.658-.4l.808-.551a8.5 8.5 0 0 0 2.652-2.873A7.7 7.7 0 0 0 22 6.407a2.76 2.76 0 0 0-.957-1.861M4.263 9.42a6.1 6.1 0 0 1-.767-2.902a1.225 1.225 0 0 1 .824-1.08c.151-.051.312-.072.472-.061h1.306v5.344q.012.427.07.85A6.8 6.8 0 0 1 4.263 9.42m10.519.53l-1.994 2.002a1.16 1.16 0 0 1-.698.34a.57.57 0 0 1-.3 0a1.2 1.2 0 0 1-.318-.08a1.4 1.4 0 0 1-.39-.26L9.09 9.95a.75.75 0 0 1 0-1.06a.766.766 0 0 1 1.067 0l.997 1V6.518a.75.75 0 0 1 .747-.751a.746.746 0 0 1 .748.75V9.89l.997-1a.746.746 0 0 1 1.257.535a.75.75 0 0 1-.2.525zm4.885-.53a7 7 0 0 1-1.894 2.152q.057-.435.07-.871V5.377h1.335c.318-.01.628.1.868.31c.227.2.37.479.399.78a6.1 6.1 0 0 1-.778 2.953"/></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.043 4.546a2.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.929a2.65 2.65 0 0 0-1.934.69c-.354.31-.616.712-.758 1.161H4.832a2.64 2.64 0 0 0-1.935.691A2.7 2.7 0 0 0 2 6.457a7.6 7.6 0 0 0 .997 3.683a8.5 8.5 0 0 0 2.642 2.863l.848.57l.638.39a6.2 6.2 0 0 0 2.083 2.002v1.762H8.82a2.69 2.69 0 0 0-2.692 2.702v.33a1.235 1.235 0 0 0 .761 1.15c.15.061.312.092.475.091h9.272a1.245 1.245 0 0 0 1.236-1.241v-.33a2.7 2.7 0 0 0-.787-1.912a2.72 2.72 0 0 0-1.905-.79h-.388v-1.772a6.2 6.2 0 0 0 2.093-2.001l.658-.4l.808-.551a8.5 8.5 0 0 0 2.652-2.873A7.7 7.7 0 0 0 22 6.407a2.76 2.76 0 0 0-.957-1.861M4.263 9.42a6.1 6.1 0 0 1-.767-2.902a1.225 1.225 0 0 1 .824-1.08c.151-.051.312-.072.472-.061h1.306v5.344q.012.427.07.85A6.8 6.8 0 0 1 4.263 9.42m10.519.53l-1.994 2.002a1.16 1.16 0 0 1-.698.34a.57.57 0 0 1-.3 0a1.2 1.2 0 0 1-.318-.08a1.4 1.4 0 0 1-.39-.26L9.09 9.95a.75.75 0 0 1 0-1.06a.766.766 0 0 1 1.067 0l.997 1V6.518a.75.75 0 0 1 .747-.751a.746.746 0 0 1 .748.75V9.89l.997-1a.746.746 0 0 1 1.257.535a.75.75 0 0 1-.2.525zm4.885-.53a7 7 0 0 1-1.894 2.152q.057-.435.07-.871V5.377h1.335c.318-.01.628.1.868.31c.227.2.37.479.399.78a6.1 6.1 0 0 1-.778 2.953"/></svg>
</template>

CSS

.icon-trophy-down-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.043%204.546a2.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.929a2.65%202.65%200%200%200-1.934.69c-.354.31-.616.712-.758%201.161H4.832a2.64%202.64%200%200%200-1.935.691A2.7%202.7%200%200%200%202%206.457a7.6%207.6%200%200%200%20.997%203.683a8.5%208.5%200%200%200%202.642%202.863l.848.57l.638.39a6.2%206.2%200%200%200%202.083%202.002v1.762H8.82a2.69%202.69%200%200%200-2.692%202.702v.33a1.235%201.235%200%200%200%20.761%201.15c.15.061.312.092.475.091h9.272a1.245%201.245%200%200%200%201.236-1.241v-.33a2.7%202.7%200%200%200-.787-1.912a2.72%202.72%200%200%200-1.905-.79h-.388v-1.772a6.2%206.2%200%200%200%202.093-2.001l.658-.4l.808-.551a8.5%208.5%200%200%200%202.652-2.873A7.7%207.7%200%200%200%2022%206.407a2.76%202.76%200%200%200-.957-1.861M4.263%209.42a6.1%206.1%200%200%201-.767-2.902a1.225%201.225%200%200%201%20.824-1.08c.151-.051.312-.072.472-.061h1.306v5.344q.012.427.07.85A6.8%206.8%200%200%201%204.263%209.42m10.519.53l-1.994%202.002a1.16%201.16%200%200%201-.698.34a.57.57%200%200%201-.3%200a1.2%201.2%200%200%201-.318-.08a1.4%201.4%200%200%201-.39-.26L9.09%209.95a.75.75%200%200%201%200-1.06a.766.766%200%200%201%201.067%200l.997%201V6.518a.75.75%200%200%201%20.747-.751a.746.746%200%200%201%20.748.75V9.89l.997-1a.746.746%200%200%201%201.257.535a.75.75%200%200%201-.2.525zm4.885-.53a7%207%200%200%201-1.894%202.152q.057-.435.07-.871V5.377h1.335c.318-.01.628.1.868.31c.227.2.37.479.399.78a6.1%206.1%200%200%201-.778%202.953%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.043%204.546a2.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.929a2.65%202.65%200%200%200-1.934.69c-.354.31-.616.712-.758%201.161H4.832a2.64%202.64%200%200%200-1.935.691A2.7%202.7%200%200%200%202%206.457a7.6%207.6%200%200%200%20.997%203.683a8.5%208.5%200%200%200%202.642%202.863l.848.57l.638.39a6.2%206.2%200%200%200%202.083%202.002v1.762H8.82a2.69%202.69%200%200%200-2.692%202.702v.33a1.235%201.235%200%200%200%20.761%201.15c.15.061.312.092.475.091h9.272a1.245%201.245%200%200%200%201.236-1.241v-.33a2.7%202.7%200%200%200-.787-1.912a2.72%202.72%200%200%200-1.905-.79h-.388v-1.772a6.2%206.2%200%200%200%202.093-2.001l.658-.4l.808-.551a8.5%208.5%200%200%200%202.652-2.873A7.7%207.7%200%200%200%2022%206.407a2.76%202.76%200%200%200-.957-1.861M4.263%209.42a6.1%206.1%200%200%201-.767-2.902a1.225%201.225%200%200%201%20.824-1.08c.151-.051.312-.072.472-.061h1.306v5.344q.012.427.07.85A6.8%206.8%200%200%201%204.263%209.42m10.519.53l-1.994%202.002a1.16%201.16%200%200%201-.698.34a.57.57%200%200%201-.3%200a1.2%201.2%200%200%201-.318-.08a1.4%201.4%200%200%201-.39-.26L9.09%209.95a.75.75%200%200%201%200-1.06a.766.766%200%200%201%201.067%200l.997%201V6.518a.75.75%200%200%201%20.747-.751a.746.746%200%200%201%20.748.75V9.89l.997-1a.746.746%200%200%201%201.257.535a.75.75%200%200%201-.2.525zm4.885-.53a7%207%200%200%201-1.894%202.152q.057-.435.07-.871V5.377h1.335c.318-.01.628.1.868.31c.227.2.37.479.399.78a6.1%206.1%200%200%201-.778%202.953%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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