trophy-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
trophy-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the trophy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10 1c-1.828 0-3.623.149-5.371.435a.75.75 0 0 0-.629.74v.387q-1.24.235-2.445.564a.75.75 0 0 0-.552.698L1 4a5 5 0 0 0 4.506 4.976a6 6 0 0 0 2.946 1.822A6.5 6.5 0 0 1 7.768 13H7.5A1.5 1.5 0 0 0 6 14.5V17h-.75C4.56 17 4 17.56 4 18.25c0 .414.336.75.75.75h10.5a.75.75 0 0 0 .75-.75c0-.69-.56-1.25-1.25-1.25H14v-2.5a1.5 1.5 0 0 0-1.5-1.5h-.268a6.5 6.5 0 0 1-.684-2.202a6 6 0 0 0 2.946-1.822a5 5 0 0 0 4.503-5.152a.75.75 0 0 0-.552-.698A32 32 0 0 0 16 2.562v-.387a.75.75 0 0 0-.629-.74A33 33 0 0 0 10 1M2.525 4.422Q3.255 4.24 4 4.09V5c0 .74.134 1.448.38 2.103a3.5 3.5 0 0 1-1.855-2.68m14.95 0a3.5 3.5 0 0 1-1.854 2.68A6 6 0 0 0 16 5v-.91q.744.149 1.475.332" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsTrophy20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fillRule="evenodd" d="M10 1c-1.828 0-3.623.149-5.371.435a.75.75 0 0 0-.629.74v.387q-1.24.235-2.445.564a.75.75 0 0 0-.552.698L1 4a5 5 0 0 0 4.506 4.976a6 6 0 0 0 2.946 1.822A6.5 6.5 0 0 1 7.768 13H7.5A1.5 1.5 0 0 0 6 14.5V17h-.75C4.56 17 4 17.56 4 18.25c0 .414.336.75.75.75h10.5a.75.75 0 0 0 .75-.75c0-.69-.56-1.25-1.25-1.25H14v-2.5a1.5 1.5 0 0 0-1.5-1.5h-.268a6.5 6.5 0 0 1-.684-2.202a6 6 0 0 0 2.946-1.822a5 5 0 0 0 4.503-5.152a.75.75 0 0 0-.552-.698A32 32 0 0 0 16 2.562v-.387a.75.75 0 0 0-.629-.74A33 33 0 0 0 10 1M2.525 4.422Q3.255 4.24 4 4.09V5c0 .74.134 1.448.38 2.103a3.5 3.5 0 0 1-1.855-2.68m14.95 0a3.5 3.5 0 0 1-1.854 2.68A6 6 0 0 0 16 5v-.91q.744.149 1.475.332" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10 1c-1.828 0-3.623.149-5.371.435a.75.75 0 0 0-.629.74v.387q-1.24.235-2.445.564a.75.75 0 0 0-.552.698L1 4a5 5 0 0 0 4.506 4.976a6 6 0 0 0 2.946 1.822A6.5 6.5 0 0 1 7.768 13H7.5A1.5 1.5 0 0 0 6 14.5V17h-.75C4.56 17 4 17.56 4 18.25c0 .414.336.75.75.75h10.5a.75.75 0 0 0 .75-.75c0-.69-.56-1.25-1.25-1.25H14v-2.5a1.5 1.5 0 0 0-1.5-1.5h-.268a6.5 6.5 0 0 1-.684-2.202a6 6 0 0 0 2.946-1.822a5 5 0 0 0 4.503-5.152a.75.75 0 0 0-.552-.698A32 32 0 0 0 16 2.562v-.387a.75.75 0 0 0-.629-.74A33 33 0 0 0 10 1M2.525 4.422Q3.255 4.24 4 4.09V5c0 .74.134 1.448.38 2.103a3.5 3.5 0 0 1-1.855-2.68m14.95 0a3.5 3.5 0 0 1-1.854 2.68A6 6 0 0 0 16 5v-.91q.744.149 1.475.332" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-trophy-20-solid {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%201c-1.828%200-3.623.149-5.371.435a.75.75%200%200%200-.629.74v.387q-1.24.235-2.445.564a.75.75%200%200%200-.552.698L1%204a5%205%200%200%200%204.506%204.976a6%206%200%200%200%202.946%201.822A6.5%206.5%200%200%201%207.768%2013H7.5A1.5%201.5%200%200%200%206%2014.5V17h-.75C4.56%2017%204%2017.56%204%2018.25c0%20.414.336.75.75.75h10.5a.75.75%200%200%200%20.75-.75c0-.69-.56-1.25-1.25-1.25H14v-2.5a1.5%201.5%200%200%200-1.5-1.5h-.268a6.5%206.5%200%200%201-.684-2.202a6%206%200%200%200%202.946-1.822a5%205%200%200%200%204.503-5.152a.75.75%200%200%200-.552-.698A32%2032%200%200%200%2016%202.562v-.387a.75.75%200%200%200-.629-.74A33%2033%200%200%200%2010%201M2.525%204.422Q3.255%204.24%204%204.09V5c0%20.74.134%201.448.38%202.103a3.5%203.5%200%200%201-1.855-2.68m14.95%200a3.5%203.5%200%200%201-1.854%202.68A6%206%200%200%200%2016%205v-.91q.744.149%201.475.332%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%201c-1.828%200-3.623.149-5.371.435a.75.75%200%200%200-.629.74v.387q-1.24.235-2.445.564a.75.75%200%200%200-.552.698L1%204a5%205%200%200%200%204.506%204.976a6%206%200%200%200%202.946%201.822A6.5%206.5%200%200%201%207.768%2013H7.5A1.5%201.5%200%200%200%206%2014.5V17h-.75C4.56%2017%204%2017.56%204%2018.25c0%20.414.336.75.75.75h10.5a.75.75%200%200%200%20.75-.75c0-.69-.56-1.25-1.25-1.25H14v-2.5a1.5%201.5%200%200%200-1.5-1.5h-.268a6.5%206.5%200%200%201-.684-2.202a6%206%200%200%200%202.946-1.822a5%205%200%200%200%204.503-5.152a.75.75%200%200%200-.552-.698A32%2032%200%200%200%2016%202.562v-.387a.75.75%200%200%200-.629-.74A33%2033%200%200%200%2010%201M2.525%204.422Q3.255%204.24%204%204.09V5c0%20.74.134%201.448.38%202.103a3.5%203.5%200%200%201-1.855-2.68m14.95%200a3.5%203.5%200%200%201-1.854%202.68A6%206%200%200%200%2016%205v-.91q.744.149%201.475.332%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/heroicons/trophy-20-solid.svg?color=%231a73e8&size=48