trophy off icon
trophy-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- trophy-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the trophy off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.074 5.135L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06l-7.652-7.65a6.7 6.7 0 0 1-2.568.829V21h2.75a3.25 3.25 0 0 1 3.25 3.25v.5c0 .69-.56 1.25-1.25 1.25h-11C7.56 26 7 25.44 7 24.75v-.5A3.25 3.25 0 0 1 10.25 21H13v-2.041a6.76 6.76 0 0 1-5.771-4.96A4.25 4.25 0 0 1 3 9.75v-3c0-.727.443-1.35 1.074-1.615m11.881 11.88L8.5 9.562v2.689a5.25 5.25 0 0 0 7.455 4.766M7 8.062L5.44 6.5h-.69a.25.25 0 0 0-.25.25v3a2.75 2.75 0 0 0 2.504 2.74A7 7 0 0 1 7 12.25zm.121-4.12L8.5 5.318V4.75c0-.69.56-1.25 1.25-1.25h8c.69 0 1.25.56 1.25 1.25v7.5c0 1.02-.29 1.97-.793 2.776l1.082 1.082A6.7 6.7 0 0 0 20.271 14A4.25 4.25 0 0 0 24.5 9.75v-3A1.75 1.75 0 0 0 22.75 5H20.5v-.25A2.75 2.75 0 0 0 17.75 2h-8a2.75 2.75 0 0 0-2.629 1.94m13.375 8.548q.004-.12.004-.239V6.5h2.25a.25.25 0 0 1 .25.25v3a2.75 2.75 0 0 1-2.504 2.74M8.5 24.25v.25H19v-.25a1.75 1.75 0 0 0-1.75-1.75h-7a1.75 1.75 0 0 0-1.75 1.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentTrophyOff28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.074 5.135L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06l-7.652-7.65a6.7 6.7 0 0 1-2.568.829V21h2.75a3.25 3.25 0 0 1 3.25 3.25v.5c0 .69-.56 1.25-1.25 1.25h-11C7.56 26 7 25.44 7 24.75v-.5A3.25 3.25 0 0 1 10.25 21H13v-2.041a6.76 6.76 0 0 1-5.771-4.96A4.25 4.25 0 0 1 3 9.75v-3c0-.727.443-1.35 1.074-1.615m11.881 11.88L8.5 9.562v2.689a5.25 5.25 0 0 0 7.455 4.766M7 8.062L5.44 6.5h-.69a.25.25 0 0 0-.25.25v3a2.75 2.75 0 0 0 2.504 2.74A7 7 0 0 1 7 12.25zm.121-4.12L8.5 5.318V4.75c0-.69.56-1.25 1.25-1.25h8c.69 0 1.25.56 1.25 1.25v7.5c0 1.02-.29 1.97-.793 2.776l1.082 1.082A6.7 6.7 0 0 0 20.271 14A4.25 4.25 0 0 0 24.5 9.75v-3A1.75 1.75 0 0 0 22.75 5H20.5v-.25A2.75 2.75 0 0 0 17.75 2h-8a2.75 2.75 0 0 0-2.629 1.94m13.375 8.548q.004-.12.004-.239V6.5h2.25a.25.25 0 0 1 .25.25v3a2.75 2.75 0 0 1-2.504 2.74M8.5 24.25v.25H19v-.25a1.75 1.75 0 0 0-1.75-1.75h-7a1.75 1.75 0 0 0-1.75 1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.074 5.135L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06l-7.652-7.65a6.7 6.7 0 0 1-2.568.829V21h2.75a3.25 3.25 0 0 1 3.25 3.25v.5c0 .69-.56 1.25-1.25 1.25h-11C7.56 26 7 25.44 7 24.75v-.5A3.25 3.25 0 0 1 10.25 21H13v-2.041a6.76 6.76 0 0 1-5.771-4.96A4.25 4.25 0 0 1 3 9.75v-3c0-.727.443-1.35 1.074-1.615m11.881 11.88L8.5 9.562v2.689a5.25 5.25 0 0 0 7.455 4.766M7 8.062L5.44 6.5h-.69a.25.25 0 0 0-.25.25v3a2.75 2.75 0 0 0 2.504 2.74A7 7 0 0 1 7 12.25zm.121-4.12L8.5 5.318V4.75c0-.69.56-1.25 1.25-1.25h8c.69 0 1.25.56 1.25 1.25v7.5c0 1.02-.29 1.97-.793 2.776l1.082 1.082A6.7 6.7 0 0 0 20.271 14A4.25 4.25 0 0 0 24.5 9.75v-3A1.75 1.75 0 0 0 22.75 5H20.5v-.25A2.75 2.75 0 0 0 17.75 2h-8a2.75 2.75 0 0 0-2.629 1.94m13.375 8.548q.004-.12.004-.239V6.5h2.25a.25.25 0 0 1 .25.25v3a2.75 2.75 0 0 1-2.504 2.74M8.5 24.25v.25H19v-.25a1.75 1.75 0 0 0-1.75-1.75h-7a1.75 1.75 0 0 0-1.75 1.75"/></svg> </template>
CSS
.icon-trophy-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.074%205.135L2.22%203.28a.75.75%200%201%201%201.06-1.06l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-7.652-7.65a6.7%206.7%200%200%201-2.568.829V21h2.75a3.25%203.25%200%200%201%203.25%203.25v.5c0%20.69-.56%201.25-1.25%201.25h-11C7.56%2026%207%2025.44%207%2024.75v-.5A3.25%203.25%200%200%201%2010.25%2021H13v-2.041a6.76%206.76%200%200%201-5.771-4.96A4.25%204.25%200%200%201%203%209.75v-3c0-.727.443-1.35%201.074-1.615m11.881%2011.88L8.5%209.562v2.689a5.25%205.25%200%200%200%207.455%204.766M7%208.062L5.44%206.5h-.69a.25.25%200%200%200-.25.25v3a2.75%202.75%200%200%200%202.504%202.74A7%207%200%200%201%207%2012.25zm.121-4.12L8.5%205.318V4.75c0-.69.56-1.25%201.25-1.25h8c.69%200%201.25.56%201.25%201.25v7.5c0%201.02-.29%201.97-.793%202.776l1.082%201.082A6.7%206.7%200%200%200%2020.271%2014A4.25%204.25%200%200%200%2024.5%209.75v-3A1.75%201.75%200%200%200%2022.75%205H20.5v-.25A2.75%202.75%200%200%200%2017.75%202h-8a2.75%202.75%200%200%200-2.629%201.94m13.375%208.548q.004-.12.004-.239V6.5h2.25a.25.25%200%200%201%20.25.25v3a2.75%202.75%200%200%201-2.504%202.74M8.5%2024.25v.25H19v-.25a1.75%201.75%200%200%200-1.75-1.75h-7a1.75%201.75%200%200%200-1.75%201.75%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.074%205.135L2.22%203.28a.75.75%200%201%201%201.06-1.06l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-7.652-7.65a6.7%206.7%200%200%201-2.568.829V21h2.75a3.25%203.25%200%200%201%203.25%203.25v.5c0%20.69-.56%201.25-1.25%201.25h-11C7.56%2026%207%2025.44%207%2024.75v-.5A3.25%203.25%200%200%201%2010.25%2021H13v-2.041a6.76%206.76%200%200%201-5.771-4.96A4.25%204.25%200%200%201%203%209.75v-3c0-.727.443-1.35%201.074-1.615m11.881%2011.88L8.5%209.562v2.689a5.25%205.25%200%200%200%207.455%204.766M7%208.062L5.44%206.5h-.69a.25.25%200%200%200-.25.25v3a2.75%202.75%200%200%200%202.504%202.74A7%207%200%200%201%207%2012.25zm.121-4.12L8.5%205.318V4.75c0-.69.56-1.25%201.25-1.25h8c.69%200%201.25.56%201.25%201.25v7.5c0%201.02-.29%201.97-.793%202.776l1.082%201.082A6.7%206.7%200%200%200%2020.271%2014A4.25%204.25%200%200%200%2024.5%209.75v-3A1.75%201.75%200%200%200%2022.75%205H20.5v-.25A2.75%202.75%200%200%200%2017.75%202h-8a2.75%202.75%200%200%200-2.629%201.94m13.375%208.548q.004-.12.004-.239V6.5h2.25a.25.25%200%200%201%20.25.25v3a2.75%202.75%200%200%201-2.504%202.74M8.5%2024.25v.25H19v-.25a1.75%201.75%200%200%200-1.75-1.75h-7a1.75%201.75%200%200%200-1.75%201.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/trophy-off-28-regular.svg?color=%231a73e8&size=48