trophy off icon
trophy-off-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- trophy-off-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m9.843 10.55l4.303 4.304a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.594 3.3a1.5 1.5 0 0 0-.598 1.2v1c0 1.252.922 2.288 2.122 2.471a4 4 0 0 0 3.381 2.998V12h-1.5a2 2 0 0 0-2 2v.504a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V14a2 2 0 0 0-2-2h-1.5v-1.03c.48-.06.933-.206 1.344-.42m-6.52-6.52L4 4.707v2.209A1.5 1.5 0 0 1 2.996 5.5v-1a.5.5 0 0 1 .327-.47m8.557 3.941a4 4 0 0 1-.547 1.24L4.215 2.094A2 2 0 0 1 6 1h4a2 2 0 0 1 2 2h.5A1.5 1.5 0 0 1 14 4.5v1c0 1.251-.92 2.287-2.119 2.471M12 4v2.914A1.5 1.5 0 0 0 13 5.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTrophyOff16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.843 10.55l4.303 4.304a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.594 3.3a1.5 1.5 0 0 0-.598 1.2v1c0 1.252.922 2.288 2.122 2.471a4 4 0 0 0 3.381 2.998V12h-1.5a2 2 0 0 0-2 2v.504a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V14a2 2 0 0 0-2-2h-1.5v-1.03c.48-.06.933-.206 1.344-.42m-6.52-6.52L4 4.707v2.209A1.5 1.5 0 0 1 2.996 5.5v-1a.5.5 0 0 1 .327-.47m8.557 3.941a4 4 0 0 1-.547 1.24L4.215 2.094A2 2 0 0 1 6 1h4a2 2 0 0 1 2 2h.5A1.5 1.5 0 0 1 14 4.5v1c0 1.251-.92 2.287-2.119 2.471M12 4v2.914A1.5 1.5 0 0 0 13 5.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.843 10.55l4.303 4.304a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.594 3.3a1.5 1.5 0 0 0-.598 1.2v1c0 1.252.922 2.288 2.122 2.471a4 4 0 0 0 3.381 2.998V12h-1.5a2 2 0 0 0-2 2v.504a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V14a2 2 0 0 0-2-2h-1.5v-1.03c.48-.06.933-.206 1.344-.42m-6.52-6.52L4 4.707v2.209A1.5 1.5 0 0 1 2.996 5.5v-1a.5.5 0 0 1 .327-.47m8.557 3.941a4 4 0 0 1-.547 1.24L4.215 2.094A2 2 0 0 1 6 1h4a2 2 0 0 1 2 2h.5A1.5 1.5 0 0 1 14 4.5v1c0 1.251-.92 2.287-2.119 2.471M12 4v2.914A1.5 1.5 0 0 0 13 5.5v-1a.5.5 0 0 0-.5-.5z"/></svg> </template>
CSS
.icon-trophy-off-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.843%2010.55l4.303%204.304a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L2.594%203.3a1.5%201.5%200%200%200-.598%201.2v1c0%201.252.922%202.288%202.122%202.471a4%204%200%200%200%203.381%202.998V12h-1.5a2%202%200%200%200-2%202v.504a.5.5%200%200%200%20.5.5h7a.5.5%200%200%200%20.5-.5V14a2%202%200%200%200-2-2h-1.5v-1.03c.48-.06.933-.206%201.344-.42m-6.52-6.52L4%204.707v2.209A1.5%201.5%200%200%201%202.996%205.5v-1a.5.5%200%200%201%20.327-.47m8.557%203.941a4%204%200%200%201-.547%201.24L4.215%202.094A2%202%200%200%201%206%201h4a2%202%200%200%201%202%202h.5A1.5%201.5%200%200%201%2014%204.5v1c0%201.251-.92%202.287-2.119%202.471M12%204v2.914A1.5%201.5%200%200%200%2013%205.5v-1a.5.5%200%200%200-.5-.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.843%2010.55l4.303%204.304a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L2.594%203.3a1.5%201.5%200%200%200-.598%201.2v1c0%201.252.922%202.288%202.122%202.471a4%204%200%200%200%203.381%202.998V12h-1.5a2%202%200%200%200-2%202v.504a.5.5%200%200%200%20.5.5h7a.5.5%200%200%200%20.5-.5V14a2%202%200%200%200-2-2h-1.5v-1.03c.48-.06.933-.206%201.344-.42m-6.52-6.52L4%204.707v2.209A1.5%201.5%200%200%201%202.996%205.5v-1a.5.5%200%200%201%20.327-.47m8.557%203.941a4%204%200%200%201-.547%201.24L4.215%202.094A2%202%200%200%201%206%201h4a2%202%200%200%201%202%202h.5A1.5%201.5%200%200%201%2014%204.5v1c0%201.251-.92%202.287-2.119%202.471M12%204v2.914A1.5%201.5%200%200%200%2013%205.5v-1a.5.5%200%200%200-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/trophy-off-16-filled.svg?color=%231a73e8&size=48