trophy-outline from Material Design Icons by Pictogrammers · Outline · Sport · Apache-2.0 Free for personal and commercial use.

Name
trophy-outline
Set
Material Design Icons
Style
Outline
Category
Sport
Viewbox
24×24
License
Apache 2.0
Aliases
achievement-outline

1 other variant in Material Design Icons

The same icon in other sets

More sport icons from Material Design 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="M18 2c-.9 0-2 1-2 2H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2h2.2c.4 2 1.7 3.7 4.8 4v2.08C8 19.54 8 22 8 22h8s0-2.46-3-2.92V17c3.1-.3 4.4-2 4.8-4H20c1 0 2-1 2-2V2zM6 11H4V4h2zm10 .5c0 1.93-.58 3.5-4 3.5c-3.41 0-4-1.57-4-3.5V6h8zm4-.5h-2V4h2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTrophyOutline(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="M18 2c-.9 0-2 1-2 2H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2h2.2c.4 2 1.7 3.7 4.8 4v2.08C8 19.54 8 22 8 22h8s0-2.46-3-2.92V17c3.1-.3 4.4-2 4.8-4H20c1 0 2-1 2-2V2zM6 11H4V4h2zm10 .5c0 1.93-.58 3.5-4 3.5c-3.41 0-4-1.57-4-3.5V6h8zm4-.5h-2V4h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2c-.9 0-2 1-2 2H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2h2.2c.4 2 1.7 3.7 4.8 4v2.08C8 19.54 8 22 8 22h8s0-2.46-3-2.92V17c3.1-.3 4.4-2 4.8-4H20c1 0 2-1 2-2V2zM6 11H4V4h2zm10 .5c0 1.93-.58 3.5-4 3.5c-3.41 0-4-1.57-4-3.5V6h8zm4-.5h-2V4h2z"/></svg>
</template>

CSS

.icon-trophy-outline {
  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%22M18%202c-.9%200-2%201-2%202H8c0-1-1.1-2-2-2H2v9c0%201%201%202%202%202h2.2c.4%202%201.7%203.7%204.8%204v2.08C8%2019.54%208%2022%208%2022h8s0-2.46-3-2.92V17c3.1-.3%204.4-2%204.8-4H20c1%200%202-1%202-2V2zM6%2011H4V4h2zm10%20.5c0%201.93-.58%203.5-4%203.5c-3.41%200-4-1.57-4-3.5V6h8zm4-.5h-2V4h2z%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%22M18%202c-.9%200-2%201-2%202H8c0-1-1.1-2-2-2H2v9c0%201%201%202%202%202h2.2c.4%202%201.7%203.7%204.8%204v2.08C8%2019.54%208%2022%208%2022h8s0-2.46-3-2.92V17c3.1-.3%204.4-2%204.8-4H20c1%200%202-1%202-2V2zM6%2011H4V4h2zm10%20.5c0%201.93-.58%203.5-4%203.5c-3.41%200-4-1.57-4-3.5V6h8zm4-.5h-2V4h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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