trophy icon
trophy from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- trophy
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
trophyAkar IconstrophyBootstrap IconstrophyBoxIcons v2trophyCarbontrophyEmoji One (Colored)trophyFont Awesome 6 Solidtrophy-16-filledFluent UI System IconstrophyFluent EmojitrophyFluent Emoji FlattrophyFluent Emoji High Contrasttrophycss.ggtrophyHeroIconstrophyHuge IconstrophyIconoirtrophyIonIconstrophyJam 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 24 24"><path fill="currentColor" d="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.8 6.91 4.82 7A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09A6 6 0 0 0 17.18 15c3-.1 4.82-2.7 4.82-7V5a1 1 0 0 0-1-1M4 8V6h2v6.83C4.22 12.08 4 9.3 4 8m14 4.83V6h2v2c0 1.3-.22 4.08-2 4.83"/></svg>
React
import type { SVGProps } from "react";
export function BxsTrophy(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="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.8 6.91 4.82 7A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09A6 6 0 0 0 17.18 15c3-.1 4.82-2.7 4.82-7V5a1 1 0 0 0-1-1M4 8V6h2v6.83C4.22 12.08 4 9.3 4 8m14 4.83V6h2v2c0 1.3-.22 4.08-2 4.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.8 6.91 4.82 7A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09A6 6 0 0 0 17.18 15c3-.1 4.82-2.7 4.82-7V5a1 1 0 0 0-1-1M4 8V6h2v6.83C4.22 12.08 4 9.3 4 8m14 4.83V6h2v2c0 1.3-.22 4.08-2 4.83"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204h-3V3a1%201%200%200%200-1-1H7a1%201%200%200%200-1%201v1H3a1%201%200%200%200-1%201v3c0%204.31%201.8%206.91%204.82%207A6%206%200%200%200%2011%2017.91V20H9v2h6v-2h-2v-2.09A6%206%200%200%200%2017.18%2015c3-.1%204.82-2.7%204.82-7V5a1%201%200%200%200-1-1M4%208V6h2v6.83C4.22%2012.08%204%209.3%204%208m14%204.83V6h2v2c0%201.3-.22%204.08-2%204.83%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%22M21%204h-3V3a1%201%200%200%200-1-1H7a1%201%200%200%200-1%201v1H3a1%201%200%200%200-1%201v3c0%204.31%201.8%206.91%204.82%207A6%206%200%200%200%2011%2017.91V20H9v2h6v-2h-2v-2.09A6%206%200%200%200%2017.18%2015c3-.1%204.82-2.7%204.82-7V5a1%201%200%200%200-1-1M4%208V6h2v6.83C4.22%2012.08%204%209.3%204%208m14%204.83V6h2v2c0%201.3-.22%204.08-2%204.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/trophy.svg?color=%231a73e8&size=48