trophy icon
trophy-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- trophy-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
trophyAkar IconstrophyBootstrap IconstrophyBoxIcons v2trophyBoxIcons v2 SolidtrophyCarbontrophyEmoji One (Colored)trophyFont Awesome 6 Solidtrophy-16-filledFluent UI System IconstrophyFluent EmojitrophyFluent Emoji FlattrophyFluent Emoji High Contrasttrophycss.ggtrophyHeroIconstrophyHuge IconstrophyIconoirtrophyJam IconstrophyLine AwesometrophyLucidetrophyMage IconstrophyMaterial SymbolstrophyMaterial Design Iconstrophy-fillMingCute IcontrophyNoto Emojitrophy-16Octicons
Use the trophy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M399.9 80V32H112v48H32v38c0 32 9.5 62.79 26.76 86.61c13.33 18.4 34.17 31.1 52.91 37.21c5.44 29.29 20.2 57.13 50.19 79.83c22 16.66 48.45 28.87 72.14 33.86V436h-74v44h192v-44h-74v-80.49c23.69-5 50.13-17.2 72.14-33.86c30-22.7 44.75-50.54 50.19-79.83c18.74-6.11 39.58-18.81 52.91-37.21C470.5 180.79 480 150 480 118V80ZM94.4 178.8c-10.68-14.68-17.17-34.4-18.24-54.8H112v67.37c-3.94-1.14-12.92-6.12-17.6-12.57m323.2 0c-4.6 6.61-11.6 12.58-17.6 12.58c0-22.4 0-46.29-.05-67.38h35.9c-1.08 20.4-7.85 39.9-18.25 54.8"/></svg>
React
import type { SVGProps } from "react";
export function IonTrophySharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M399.9 80V32H112v48H32v38c0 32 9.5 62.79 26.76 86.61c13.33 18.4 34.17 31.1 52.91 37.21c5.44 29.29 20.2 57.13 50.19 79.83c22 16.66 48.45 28.87 72.14 33.86V436h-74v44h192v-44h-74v-80.49c23.69-5 50.13-17.2 72.14-33.86c30-22.7 44.75-50.54 50.19-79.83c18.74-6.11 39.58-18.81 52.91-37.21C470.5 180.79 480 150 480 118V80ZM94.4 178.8c-10.68-14.68-17.17-34.4-18.24-54.8H112v67.37c-3.94-1.14-12.92-6.12-17.6-12.57m323.2 0c-4.6 6.61-11.6 12.58-17.6 12.58c0-22.4 0-46.29-.05-67.38h35.9c-1.08 20.4-7.85 39.9-18.25 54.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M399.9 80V32H112v48H32v38c0 32 9.5 62.79 26.76 86.61c13.33 18.4 34.17 31.1 52.91 37.21c5.44 29.29 20.2 57.13 50.19 79.83c22 16.66 48.45 28.87 72.14 33.86V436h-74v44h192v-44h-74v-80.49c23.69-5 50.13-17.2 72.14-33.86c30-22.7 44.75-50.54 50.19-79.83c18.74-6.11 39.58-18.81 52.91-37.21C470.5 180.79 480 150 480 118V80ZM94.4 178.8c-10.68-14.68-17.17-34.4-18.24-54.8H112v67.37c-3.94-1.14-12.92-6.12-17.6-12.57m323.2 0c-4.6 6.61-11.6 12.58-17.6 12.58c0-22.4 0-46.29-.05-67.38h35.9c-1.08 20.4-7.85 39.9-18.25 54.8"/></svg> </template>
CSS
.icon-trophy-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M399.9%2080V32H112v48H32v38c0%2032%209.5%2062.79%2026.76%2086.61c13.33%2018.4%2034.17%2031.1%2052.91%2037.21c5.44%2029.29%2020.2%2057.13%2050.19%2079.83c22%2016.66%2048.45%2028.87%2072.14%2033.86V436h-74v44h192v-44h-74v-80.49c23.69-5%2050.13-17.2%2072.14-33.86c30-22.7%2044.75-50.54%2050.19-79.83c18.74-6.11%2039.58-18.81%2052.91-37.21C470.5%20180.79%20480%20150%20480%20118V80ZM94.4%20178.8c-10.68-14.68-17.17-34.4-18.24-54.8H112v67.37c-3.94-1.14-12.92-6.12-17.6-12.57m323.2%200c-4.6%206.61-11.6%2012.58-17.6%2012.58c0-22.4%200-46.29-.05-67.38h35.9c-1.08%2020.4-7.85%2039.9-18.25%2054.8%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M399.9%2080V32H112v48H32v38c0%2032%209.5%2062.79%2026.76%2086.61c13.33%2018.4%2034.17%2031.1%2052.91%2037.21c5.44%2029.29%2020.2%2057.13%2050.19%2079.83c22%2016.66%2048.45%2028.87%2072.14%2033.86V436h-74v44h192v-44h-74v-80.49c23.69-5%2050.13-17.2%2072.14-33.86c30-22.7%2044.75-50.54%2050.19-79.83c18.74-6.11%2039.58-18.81%2052.91-37.21C470.5%20180.79%20480%20150%20480%20118V80ZM94.4%20178.8c-10.68-14.68-17.17-34.4-18.24-54.8H112v67.37c-3.94-1.14-12.92-6.12-17.6-12.57m323.2%200c-4.6%206.61-11.6%2012.58-17.6%2012.58c0-22.4%200-46.29-.05-67.38h35.9c-1.08%2020.4-7.85%2039.9-18.25%2054.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/trophy-sharp.svg?color=%231a73e8&size=48