trophy-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
trophy-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 20h8M6 7H4.574a1.29 1.29 0 0 0-1.265 1.543l.299 1.496A2.44 2.44 0 0 0 6 12m12-5h1.426a1.29 1.29 0 0 1 1.265 1.543l-.299 1.496A2.44 2.44 0 0 1 18 12m-6 4v4m0-4c3.717 0 6.593-3.258 6.132-6.946l-.523-4.178A1 1 0 0 0 16.618 4H7.383a1 1 0 0 0-.992.876l-.523 4.178C5.408 12.742 8.283 16 12 16Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTrophyLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M8 20h8M6 7H4.574a1.29 1.29 0 0 0-1.265 1.543l.299 1.496A2.44 2.44 0 0 0 6 12m12-5h1.426a1.29 1.29 0 0 1 1.265 1.543l-.299 1.496A2.44 2.44 0 0 1 18 12m-6 4v4m0-4c3.717 0 6.593-3.258 6.132-6.946l-.523-4.178A1 1 0 0 0 16.618 4H7.383a1 1 0 0 0-.992.876l-.523 4.178C5.408 12.742 8.283 16 12 16Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 20h8M6 7H4.574a1.29 1.29 0 0 0-1.265 1.543l.299 1.496A2.44 2.44 0 0 0 6 12m12-5h1.426a1.29 1.29 0 0 1 1.265 1.543l-.299 1.496A2.44 2.44 0 0 1 18 12m-6 4v4m0-4c3.717 0 6.593-3.258 6.132-6.946l-.523-4.178A1 1 0 0 0 16.618 4H7.383a1 1 0 0 0-.992.876l-.523 4.178C5.408 12.742 8.283 16 12 16Z"/></svg>
</template>

CSS

.icon-trophy-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2020h8M6%207H4.574a1.29%201.29%200%200%200-1.265%201.543l.299%201.496A2.44%202.44%200%200%200%206%2012m12-5h1.426a1.29%201.29%200%200%201%201.265%201.543l-.299%201.496A2.44%202.44%200%200%201%2018%2012m-6%204v4m0-4c3.717%200%206.593-3.258%206.132-6.946l-.523-4.178A1%201%200%200%200%2016.618%204H7.383a1%201%200%200%200-.992.876l-.523%204.178C5.408%2012.742%208.283%2016%2012%2016Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2020h8M6%207H4.574a1.29%201.29%200%200%200-1.265%201.543l.299%201.496A2.44%202.44%200%200%200%206%2012m12-5h1.426a1.29%201.29%200%200%201%201.265%201.543l-.299%201.496A2.44%202.44%200%200%201%2018%2012m-6%204v4m0-4c3.717%200%206.593-3.258%206.132-6.946l-.523-4.178A1%201%200%200%200%2016.618%204H7.383a1%201%200%200%200-.992.876l-.523%204.178C5.408%2012.742%208.283%2016%2012%2016Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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