trophy icon
trophy from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- trophy
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
trophyAkar Iconstrophy-filledAnt Design IconstrophyBootstrap IconstrophyBoxIcons v2trophyBoxIcons v2 SolidtrophyCarbontrophyEmoji One (Colored)trophyElement PlustrophyFont Awesome 6 SolidtrophyFont Awesome Solidtrophy-16-filledFluent UI System Iconstrophy-16Fluent UI System Color IconstrophyFluent EmojitrophyFluent Emoji FlattrophyFluent Emoji High ContrasttrophyFirefox OS Emojitrophycss.ggtrophyHeroIconstrophyHuge IconstrophyIconParktrophyIconPark OutlinetrophyIconPark SolidtrophyIconPark TwoTonetrophyIconoir
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="M464 80h-60.1a4 4 0 0 1-4-4V63.92a32 32 0 0 0-32-31.92l-223.79.26a32 32 0 0 0-31.94 31.93V76a4 4 0 0 1-4 4H48a16 16 0 0 0-16 16v16c0 54.53 30 112.45 76.52 125.35a7.82 7.82 0 0 1 5.55 5.9c5.77 26.89 23.52 52.5 51.41 73.61c20.91 15.83 45.85 27.5 68.27 32.48a8 8 0 0 1 6.25 7.8V444a4 4 0 0 1-4 4h-59.55c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 176 480h159.55c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 336 448h-60a4 4 0 0 1-4-4v-86.86a8 8 0 0 1 6.25-7.8c22.42-5 47.36-16.65 68.27-32.48c27.89-21.11 45.64-46.72 51.41-73.61a7.82 7.82 0 0 1 5.55-5.9C450 224.45 480 166.53 480 112V96a16 16 0 0 0-16-16M112 198.22a4 4 0 0 1-6 3.45c-10.26-6.11-17.75-15.37-22.14-21.89c-11.91-17.69-19-40.67-19.79-63.63a4 4 0 0 1 4-4.15h40a4 4 0 0 1 4 4c-.02 27.45-.07 58.87-.07 82.22m316.13-18.44c-4.39 6.52-11.87 15.78-22.13 21.89a4 4 0 0 1-6-3.46c0-26.51 0-56.63-.05-82.21a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4.15c-.79 22.96-7.9 45.94-19.81 63.63Z"/></svg>
React
import type { SVGProps } from "react";
export function IonTrophy(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="M464 80h-60.1a4 4 0 0 1-4-4V63.92a32 32 0 0 0-32-31.92l-223.79.26a32 32 0 0 0-31.94 31.93V76a4 4 0 0 1-4 4H48a16 16 0 0 0-16 16v16c0 54.53 30 112.45 76.52 125.35a7.82 7.82 0 0 1 5.55 5.9c5.77 26.89 23.52 52.5 51.41 73.61c20.91 15.83 45.85 27.5 68.27 32.48a8 8 0 0 1 6.25 7.8V444a4 4 0 0 1-4 4h-59.55c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 176 480h159.55c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 336 448h-60a4 4 0 0 1-4-4v-86.86a8 8 0 0 1 6.25-7.8c22.42-5 47.36-16.65 68.27-32.48c27.89-21.11 45.64-46.72 51.41-73.61a7.82 7.82 0 0 1 5.55-5.9C450 224.45 480 166.53 480 112V96a16 16 0 0 0-16-16M112 198.22a4 4 0 0 1-6 3.45c-10.26-6.11-17.75-15.37-22.14-21.89c-11.91-17.69-19-40.67-19.79-63.63a4 4 0 0 1 4-4.15h40a4 4 0 0 1 4 4c-.02 27.45-.07 58.87-.07 82.22m316.13-18.44c-4.39 6.52-11.87 15.78-22.13 21.89a4 4 0 0 1-6-3.46c0-26.51 0-56.63-.05-82.21a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4.15c-.79 22.96-7.9 45.94-19.81 63.63Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 80h-60.1a4 4 0 0 1-4-4V63.92a32 32 0 0 0-32-31.92l-223.79.26a32 32 0 0 0-31.94 31.93V76a4 4 0 0 1-4 4H48a16 16 0 0 0-16 16v16c0 54.53 30 112.45 76.52 125.35a7.82 7.82 0 0 1 5.55 5.9c5.77 26.89 23.52 52.5 51.41 73.61c20.91 15.83 45.85 27.5 68.27 32.48a8 8 0 0 1 6.25 7.8V444a4 4 0 0 1-4 4h-59.55c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 176 480h159.55c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 336 448h-60a4 4 0 0 1-4-4v-86.86a8 8 0 0 1 6.25-7.8c22.42-5 47.36-16.65 68.27-32.48c27.89-21.11 45.64-46.72 51.41-73.61a7.82 7.82 0 0 1 5.55-5.9C450 224.45 480 166.53 480 112V96a16 16 0 0 0-16-16M112 198.22a4 4 0 0 1-6 3.45c-10.26-6.11-17.75-15.37-22.14-21.89c-11.91-17.69-19-40.67-19.79-63.63a4 4 0 0 1 4-4.15h40a4 4 0 0 1 4 4c-.02 27.45-.07 58.87-.07 82.22m316.13-18.44c-4.39 6.52-11.87 15.78-22.13 21.89a4 4 0 0 1-6-3.46c0-26.51 0-56.63-.05-82.21a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4.15c-.79 22.96-7.9 45.94-19.81 63.63Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%2080h-60.1a4%204%200%200%201-4-4V63.92a32%2032%200%200%200-32-31.92l-223.79.26a32%2032%200%200%200-31.94%2031.93V76a4%204%200%200%201-4%204H48a16%2016%200%200%200-16%2016v16c0%2054.53%2030%20112.45%2076.52%20125.35a7.82%207.82%200%200%201%205.55%205.9c5.77%2026.89%2023.52%2052.5%2051.41%2073.61c20.91%2015.83%2045.85%2027.5%2068.27%2032.48a8%208%200%200%201%206.25%207.8V444a4%204%200%200%201-4%204h-59.55c-8.61%200-16%206.62-16.43%2015.23A16%2016%200%200%200%20176%20480h159.55c8.61%200%2016-6.62%2016.43-15.23A16%2016%200%200%200%20336%20448h-60a4%204%200%200%201-4-4v-86.86a8%208%200%200%201%206.25-7.8c22.42-5%2047.36-16.65%2068.27-32.48c27.89-21.11%2045.64-46.72%2051.41-73.61a7.82%207.82%200%200%201%205.55-5.9C450%20224.45%20480%20166.53%20480%20112V96a16%2016%200%200%200-16-16M112%20198.22a4%204%200%200%201-6%203.45c-10.26-6.11-17.75-15.37-22.14-21.89c-11.91-17.69-19-40.67-19.79-63.63a4%204%200%200%201%204-4.15h40a4%204%200%200%201%204%204c-.02%2027.45-.07%2058.87-.07%2082.22m316.13-18.44c-4.39%206.52-11.87%2015.78-22.13%2021.89a4%204%200%200%201-6-3.46c0-26.51%200-56.63-.05-82.21a4%204%200%200%201%204-4h40a4%204%200%200%201%204%204.15c-.79%2022.96-7.9%2045.94-19.81%2063.63Z%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%22M464%2080h-60.1a4%204%200%200%201-4-4V63.92a32%2032%200%200%200-32-31.92l-223.79.26a32%2032%200%200%200-31.94%2031.93V76a4%204%200%200%201-4%204H48a16%2016%200%200%200-16%2016v16c0%2054.53%2030%20112.45%2076.52%20125.35a7.82%207.82%200%200%201%205.55%205.9c5.77%2026.89%2023.52%2052.5%2051.41%2073.61c20.91%2015.83%2045.85%2027.5%2068.27%2032.48a8%208%200%200%201%206.25%207.8V444a4%204%200%200%201-4%204h-59.55c-8.61%200-16%206.62-16.43%2015.23A16%2016%200%200%200%20176%20480h159.55c8.61%200%2016-6.62%2016.43-15.23A16%2016%200%200%200%20336%20448h-60a4%204%200%200%201-4-4v-86.86a8%208%200%200%201%206.25-7.8c22.42-5%2047.36-16.65%2068.27-32.48c27.89-21.11%2045.64-46.72%2051.41-73.61a7.82%207.82%200%200%201%205.55-5.9C450%20224.45%20480%20166.53%20480%20112V96a16%2016%200%200%200-16-16M112%20198.22a4%204%200%200%201-6%203.45c-10.26-6.11-17.75-15.37-22.14-21.89c-11.91-17.69-19-40.67-19.79-63.63a4%204%200%200%201%204-4.15h40a4%204%200%200%201%204%204c-.02%2027.45-.07%2058.87-.07%2082.22m316.13-18.44c-4.39%206.52-11.87%2015.78-22.13%2021.89a4%204%200%200%201-6-3.46c0-26.51%200-56.63-.05-82.21a4%204%200%200%201%204-4h40a4%204%200%200%201%204%204.15c-.79%2022.96-7.9%2045.94-19.81%2063.63Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/trophy.svg?color=%231a73e8&size=48