trophy from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
trophy
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 15v4"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 5H5.58c-.541 0-.812 0-1.02.102a1 1 0 0 0-.458.457C4 5.768 4 6.04 4 6.581c0 1.077 0 1.615.162 2.089a3 3 0 0 0 .765 1.194c.361.346.85.572 1.828 1.023L7 11m10-6h1.42c.541 0 .812 0 1.02.102a1 1 0 0 1 .458.457c.102.209.102.48.102 1.022c0 1.077 0 1.615-.163 2.089a3 3 0 0 1-.764 1.194c-.361.346-.85.572-1.828 1.023L17 11"/><path d="M7 4.889c0-.828 0-1.242.12-1.573a2 2 0 0 1 1.196-1.195C8.647 2 9.061 2 9.889 2h4.222c.828 0 1.242 0 1.573.12a2 2 0 0 1 1.195 1.196c.121.331.121.745.121 1.573V10a5 5 0 0 1-10 0z"/><path stroke-linejoin="round" d="M8 22c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C9.602 19 10.068 19 11 19h2c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C16 20.602 16 21.068 16 22z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTrophy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M12 15v4"/><path strokeLinecap="round" strokeLinejoin="round" d="M7 5H5.58c-.541 0-.812 0-1.02.102a1 1 0 0 0-.458.457C4 5.768 4 6.04 4 6.581c0 1.077 0 1.615.162 2.089a3 3 0 0 0 .765 1.194c.361.346.85.572 1.828 1.023L7 11m10-6h1.42c.541 0 .812 0 1.02.102a1 1 0 0 1 .458.457c.102.209.102.48.102 1.022c0 1.077 0 1.615-.163 2.089a3 3 0 0 1-.764 1.194c-.361.346-.85.572-1.828 1.023L17 11"/><path d="M7 4.889c0-.828 0-1.242.12-1.573a2 2 0 0 1 1.196-1.195C8.647 2 9.061 2 9.889 2h4.222c.828 0 1.242 0 1.573.12a2 2 0 0 1 1.195 1.196c.121.331.121.745.121 1.573V10a5 5 0 0 1-10 0z"/><path strokeLinejoin="round" d="M8 22c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C9.602 19 10.068 19 11 19h2c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C16 20.602 16 21.068 16 22z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 15v4"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 5H5.58c-.541 0-.812 0-1.02.102a1 1 0 0 0-.458.457C4 5.768 4 6.04 4 6.581c0 1.077 0 1.615.162 2.089a3 3 0 0 0 .765 1.194c.361.346.85.572 1.828 1.023L7 11m10-6h1.42c.541 0 .812 0 1.02.102a1 1 0 0 1 .458.457c.102.209.102.48.102 1.022c0 1.077 0 1.615-.163 2.089a3 3 0 0 1-.764 1.194c-.361.346-.85.572-1.828 1.023L17 11"/><path d="M7 4.889c0-.828 0-1.242.12-1.573a2 2 0 0 1 1.196-1.195C8.647 2 9.061 2 9.889 2h4.222c.828 0 1.242 0 1.573.12a2 2 0 0 1 1.195 1.196c.121.331.121.745.121 1.573V10a5 5 0 0 1-10 0z"/><path stroke-linejoin="round" d="M8 22c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C9.602 19 10.068 19 11 19h2c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C16 20.602 16 21.068 16 22z"/></g></svg>
</template>

CSS

.icon-trophy {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015v4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%205H5.58c-.541%200-.812%200-1.02.102a1%201%200%200%200-.458.457C4%205.768%204%206.04%204%206.581c0%201.077%200%201.615.162%202.089a3%203%200%200%200%20.765%201.194c.361.346.85.572%201.828%201.023L7%2011m10-6h1.42c.541%200%20.812%200%201.02.102a1%201%200%200%201%20.458.457c.102.209.102.48.102%201.022c0%201.077%200%201.615-.163%202.089a3%203%200%200%201-.764%201.194c-.361.346-.85.572-1.828%201.023L17%2011%22%2F%3E%3Cpath%20d%3D%22M7%204.889c0-.828%200-1.242.12-1.573a2%202%200%200%201%201.196-1.195C8.647%202%209.061%202%209.889%202h4.222c.828%200%201.242%200%201.573.12a2%202%200%200%201%201.195%201.196c.121.331.121.745.121%201.573V10a5%205%200%200%201-10%200z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C9.602%2019%2010.068%2019%2011%2019h2c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C16%2020.602%2016%2021.068%2016%2022z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015v4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%205H5.58c-.541%200-.812%200-1.02.102a1%201%200%200%200-.458.457C4%205.768%204%206.04%204%206.581c0%201.077%200%201.615.162%202.089a3%203%200%200%200%20.765%201.194c.361.346.85.572%201.828%201.023L7%2011m10-6h1.42c.541%200%20.812%200%201.02.102a1%201%200%200%201%20.458.457c.102.209.102.48.102%201.022c0%201.077%200%201.615-.163%202.089a3%203%200%200%201-.764%201.194c-.361.346-.85.572-1.828%201.023L17%2011%22%2F%3E%3Cpath%20d%3D%22M7%204.889c0-.828%200-1.242.12-1.573a2%202%200%200%201%201.196-1.195C8.647%202%209.061%202%209.889%202h4.222c.828%200%201.242%200%201.573.12a2%202%200%200%201%201.195%201.196c.121.331.121.745.121%201.573V10a5%205%200%200%201-10%200z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C9.602%2019%2010.068%2019%2011%2019h2c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C16%2020.602%2016%2021.068%2016%2022z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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