trophy icon
trophy from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- trophy
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
trophyAkar Iconstrophy-filledAnt Design IconstrophyBootstrap IconstrophyBoxIcons v2trophyBoxIcons v2 SolidtrophyCarbontrophyEmoji One (Colored)trophyFont 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 TwoTonetrophyIconoirtrophyIonIcons
Related icons in Element Plus
Use the trophy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480 896V702a256 256 0 0 1-216-190h-32.6a96 96 0 0 1-92-68.4L93.7 290.9a76.8 76.8 0 0 1 73.6-98.9H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.8a76.8 76.8 0 0 1 73.6 98.9l-46 152.6a96 96 0 0 1-91.8 68.5h-32.7A256 256 0 0 1 544 702v194h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.6a32 32 0 0 0 30.6-22.8l45.9-152.8a12.8 12.8 0 0 0-12.3-16.4H768zm-512 0V256h-88.8a12.8 12.8 0 0 0-12.3 16.4l45.9 152.8a32 32 0 0 0 30.6 22.8z"/></svg>
React
import type { SVGProps } from "react";
export function EpTrophy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480 896V702a256 256 0 0 1-216-190h-32.6a96 96 0 0 1-92-68.4L93.7 290.9a76.8 76.8 0 0 1 73.6-98.9H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.8a76.8 76.8 0 0 1 73.6 98.9l-46 152.6a96 96 0 0 1-91.8 68.5h-32.7A256 256 0 0 1 544 702v194h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.6a32 32 0 0 0 30.6-22.8l45.9-152.8a12.8 12.8 0 0 0-12.3-16.4H768zm-512 0V256h-88.8a12.8 12.8 0 0 0-12.3 16.4l45.9 152.8a32 32 0 0 0 30.6 22.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480 896V702a256 256 0 0 1-216-190h-32.6a96 96 0 0 1-92-68.4L93.7 290.9a76.8 76.8 0 0 1 73.6-98.9H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.8a76.8 76.8 0 0 1 73.6 98.9l-46 152.6a96 96 0 0 1-91.8 68.5h-32.7A256 256 0 0 1 544 702v194h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.6a32 32 0 0 0 30.6-22.8l45.9-152.8a12.8 12.8 0 0 0-12.3-16.4H768zm-512 0V256h-88.8a12.8 12.8 0 0 0-12.3 16.4l45.9 152.8a32 32 0 0 0 30.6 22.8z"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20896V702a256%20256%200%200%201-216-190h-32.6a96%2096%200%200%201-92-68.4L93.7%20290.9a76.8%2076.8%200%200%201%2073.6-98.9H256V96a32%2032%200%200%201%2032-32h448a32%2032%200%200%201%2032%2032v96h88.8a76.8%2076.8%200%200%201%2073.6%2098.9l-46%20152.6a96%2096%200%200%201-91.8%2068.5h-32.7A256%20256%200%200%201%20544%20702v194h128a32%2032%200%201%201%200%2064H352a32%2032%200%201%201%200-64zm224-448V128H320v320a192%20192%200%201%200%20384%200m64%200h24.6a32%2032%200%200%200%2030.6-22.8l45.9-152.8a12.8%2012.8%200%200%200-12.3-16.4H768zm-512%200V256h-88.8a12.8%2012.8%200%200%200-12.3%2016.4l45.9%20152.8a32%2032%200%200%200%2030.6%2022.8z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20896V702a256%20256%200%200%201-216-190h-32.6a96%2096%200%200%201-92-68.4L93.7%20290.9a76.8%2076.8%200%200%201%2073.6-98.9H256V96a32%2032%200%200%201%2032-32h448a32%2032%200%200%201%2032%2032v96h88.8a76.8%2076.8%200%200%201%2073.6%2098.9l-46%20152.6a96%2096%200%200%201-91.8%2068.5h-32.7A256%20256%200%200%201%20544%20702v194h128a32%2032%200%201%201%200%2064H352a32%2032%200%201%201%200-64zm224-448V128H320v320a192%20192%200%201%200%20384%200m64%200h24.6a32%2032%200%200%200%2030.6-22.8l45.9-152.8a12.8%2012.8%200%200%200-12.3-16.4H768zm-512%200V256h-88.8a12.8%2012.8%200%200%200-12.3%2016.4l45.9%20152.8a32%2032%200%200%200%2030.6%2022.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/trophy.svg?color=%231a73e8&size=48