trophy icon
trophy-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- trophy-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
trophyAkar Iconstrophy-filledAnt Design IconstrophyBootstrap IconstrophyBoxIcons v2trophyBoxIcons v2 SolidtrophyCarbontrophyEmoji One (Colored)trophyElement PlustrophyFont Awesome 6 SolidtrophyFont Awesome Solidtrophy-16Fluent UI System Color IconstrophyFluent EmojitrophyFluent Emoji FlattrophyFluent Emoji High ContrasttrophyFirefox OS Emojitrophycss.ggtrophyHeroIconstrophyHuge IconstrophyIconParktrophyIconPark OutlinetrophyIconPark SolidtrophyIconPark TwoTonetrophyIconoirtrophyIonIcons
Related icons in Fluent UI System Icons
Use the trophy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.996 6.998a3.006 3.006 0 0 0 2.61 2.974a4.5 4.5 0 0 0 3.895 3.5v1.496H7.504a2 2 0 0 0-2 2v.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-.5a2 2 0 0 0-2-2h-2.003v-1.495a4.5 4.5 0 0 0 3.894-3.499a2.996 2.996 0 0 0 2.601-2.97V5.5a1.5 1.5 0 0 0-1.5-1.5h-.995a2 2 0 0 0-2-1.998h-5A2 2 0 0 0 5.5 4H4.496a1.5 1.5 0 0 0-1.5 1.5zM4.496 5h1.005v3.934a2.006 2.006 0 0 1-1.505-1.936V5.5a.5.5 0 0 1 .5-.5m10.005 0h.995a.5.5 0 0 1 .5.5v1.505c0 .929-.635 1.71-1.495 1.932zm-1-.998V9a3.5 3.5 0 0 1-6.997.156V4h-.003a1 1 0 0 1 1-.998h5a1 1 0 0 1 1 1M6.504 16.968a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTrophy20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.996 6.998a3.006 3.006 0 0 0 2.61 2.974a4.5 4.5 0 0 0 3.895 3.5v1.496H7.504a2 2 0 0 0-2 2v.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-.5a2 2 0 0 0-2-2h-2.003v-1.495a4.5 4.5 0 0 0 3.894-3.499a2.996 2.996 0 0 0 2.601-2.97V5.5a1.5 1.5 0 0 0-1.5-1.5h-.995a2 2 0 0 0-2-1.998h-5A2 2 0 0 0 5.5 4H4.496a1.5 1.5 0 0 0-1.5 1.5zM4.496 5h1.005v3.934a2.006 2.006 0 0 1-1.505-1.936V5.5a.5.5 0 0 1 .5-.5m10.005 0h.995a.5.5 0 0 1 .5.5v1.505c0 .929-.635 1.71-1.495 1.932zm-1-.998V9a3.5 3.5 0 0 1-6.997.156V4h-.003a1 1 0 0 1 1-.998h5a1 1 0 0 1 1 1M6.504 16.968a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.996 6.998a3.006 3.006 0 0 0 2.61 2.974a4.5 4.5 0 0 0 3.895 3.5v1.496H7.504a2 2 0 0 0-2 2v.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-.5a2 2 0 0 0-2-2h-2.003v-1.495a4.5 4.5 0 0 0 3.894-3.499a2.996 2.996 0 0 0 2.601-2.97V5.5a1.5 1.5 0 0 0-1.5-1.5h-.995a2 2 0 0 0-2-1.998h-5A2 2 0 0 0 5.5 4H4.496a1.5 1.5 0 0 0-1.5 1.5zM4.496 5h1.005v3.934a2.006 2.006 0 0 1-1.505-1.936V5.5a.5.5 0 0 1 .5-.5m10.005 0h.995a.5.5 0 0 1 .5.5v1.505c0 .929-.635 1.71-1.495 1.932zm-1-.998V9a3.5 3.5 0 0 1-6.997.156V4h-.003a1 1 0 0 1 1-.998h5a1 1 0 0 1 1 1M6.504 16.968a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1z"/></svg> </template>
CSS
.icon-trophy-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.996%206.998a3.006%203.006%200%200%200%202.61%202.974a4.5%204.5%200%200%200%203.895%203.5v1.496H7.504a2%202%200%200%200-2%202v.5a.5.5%200%200%200%20.5.5h8a.5.5%200%200%200%20.5-.5v-.5a2%202%200%200%200-2-2h-2.003v-1.495a4.5%204.5%200%200%200%203.894-3.499a2.996%202.996%200%200%200%202.601-2.97V5.5a1.5%201.5%200%200%200-1.5-1.5h-.995a2%202%200%200%200-2-1.998h-5A2%202%200%200%200%205.5%204H4.496a1.5%201.5%200%200%200-1.5%201.5zM4.496%205h1.005v3.934a2.006%202.006%200%200%201-1.505-1.936V5.5a.5.5%200%200%201%20.5-.5m10.005%200h.995a.5.5%200%200%201%20.5.5v1.505c0%20.929-.635%201.71-1.495%201.932zm-1-.998V9a3.5%203.5%200%200%201-6.997.156V4h-.003a1%201%200%200%201%201-.998h5a1%201%200%200%201%201%201M6.504%2016.968a1%201%200%200%201%201-1h5a1%201%200%200%201%201%201z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.996%206.998a3.006%203.006%200%200%200%202.61%202.974a4.5%204.5%200%200%200%203.895%203.5v1.496H7.504a2%202%200%200%200-2%202v.5a.5.5%200%200%200%20.5.5h8a.5.5%200%200%200%20.5-.5v-.5a2%202%200%200%200-2-2h-2.003v-1.495a4.5%204.5%200%200%200%203.894-3.499a2.996%202.996%200%200%200%202.601-2.97V5.5a1.5%201.5%200%200%200-1.5-1.5h-.995a2%202%200%200%200-2-1.998h-5A2%202%200%200%200%205.5%204H4.496a1.5%201.5%200%200%200-1.5%201.5zM4.496%205h1.005v3.934a2.006%202.006%200%200%201-1.505-1.936V5.5a.5.5%200%200%201%20.5-.5m10.005%200h.995a.5.5%200%200%201%20.5.5v1.505c0%20.929-.635%201.71-1.495%201.932zm-1-.998V9a3.5%203.5%200%200%201-6.997.156V4h-.003a1%201%200%200%201%201-.998h5a1%201%200%200%201%201%201M6.504%2016.968a1%201%200%200%201%201-1h5a1%201%200%200%201%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/trophy-20-regular.svg?color=%231a73e8&size=48