trophy off icon
trophy-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- trophy-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="m6.925 8.693l-2.559-2.56a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768L29.761 31.529a11.9 11.9 0 0 1-4.511 1.407V36.5H31a5 5 0 0 1 5 5v.5a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-.5a5 5 0 0 1 5-5h5.75v-3.564c-5.038-.522-9.15-4.16-10.377-8.954A6.876 6.876 0 0 1 6 17.125V10.75c0-.818.358-1.553.925-2.057m20.973 20.973L14.5 16.268V21a9.5 9.5 0 0 0 9.5 9.5c1.39 0 2.709-.298 3.898-.834M12 13.768L8.733 10.5a.25.25 0 0 0-.233.249v6.375a4.38 4.38 0 0 0 3.507 4.289A12 12 0 0 1 12 21zM33.5 21c0 2.035-.64 3.921-1.73 5.467l1.789 1.789a12 12 0 0 0 2.068-4.274A6.875 6.875 0 0 0 42 17.125V10.75A2.75 2.75 0 0 0 39.25 8h-3.257a4.25 4.25 0 0 0-4.243-4h-15.5a4.25 4.25 0 0 0-4.035 2.912L14.5 9.197V8.25c0-.966.784-1.75 1.75-1.75h15.5c.967 0 1.75.784 1.75 1.75zm2.493.414Q36 21.207 36 21V10.5h3.25a.25.25 0 0 1 .25.25v6.375a4.38 4.38 0 0 1-3.507 4.289M33.5 41.5A2.5 2.5 0 0 0 31 39H17a2.5 2.5 0 0 0-2.5 2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTrophyOff48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m6.925 8.693l-2.559-2.56a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768L29.761 31.529a11.9 11.9 0 0 1-4.511 1.407V36.5H31a5 5 0 0 1 5 5v.5a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-.5a5 5 0 0 1 5-5h5.75v-3.564c-5.038-.522-9.15-4.16-10.377-8.954A6.876 6.876 0 0 1 6 17.125V10.75c0-.818.358-1.553.925-2.057m20.973 20.973L14.5 16.268V21a9.5 9.5 0 0 0 9.5 9.5c1.39 0 2.709-.298 3.898-.834M12 13.768L8.733 10.5a.25.25 0 0 0-.233.249v6.375a4.38 4.38 0 0 0 3.507 4.289A12 12 0 0 1 12 21zM33.5 21c0 2.035-.64 3.921-1.73 5.467l1.789 1.789a12 12 0 0 0 2.068-4.274A6.875 6.875 0 0 0 42 17.125V10.75A2.75 2.75 0 0 0 39.25 8h-3.257a4.25 4.25 0 0 0-4.243-4h-15.5a4.25 4.25 0 0 0-4.035 2.912L14.5 9.197V8.25c0-.966.784-1.75 1.75-1.75h15.5c.967 0 1.75.784 1.75 1.75zm2.493.414Q36 21.207 36 21V10.5h3.25a.25.25 0 0 1 .25.25v6.375a4.38 4.38 0 0 1-3.507 4.289M33.5 41.5A2.5 2.5 0 0 0 31 39H17a2.5 2.5 0 0 0-2.5 2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m6.925 8.693l-2.559-2.56a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768L29.761 31.529a11.9 11.9 0 0 1-4.511 1.407V36.5H31a5 5 0 0 1 5 5v.5a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-.5a5 5 0 0 1 5-5h5.75v-3.564c-5.038-.522-9.15-4.16-10.377-8.954A6.876 6.876 0 0 1 6 17.125V10.75c0-.818.358-1.553.925-2.057m20.973 20.973L14.5 16.268V21a9.5 9.5 0 0 0 9.5 9.5c1.39 0 2.709-.298 3.898-.834M12 13.768L8.733 10.5a.25.25 0 0 0-.233.249v6.375a4.38 4.38 0 0 0 3.507 4.289A12 12 0 0 1 12 21zM33.5 21c0 2.035-.64 3.921-1.73 5.467l1.789 1.789a12 12 0 0 0 2.068-4.274A6.875 6.875 0 0 0 42 17.125V10.75A2.75 2.75 0 0 0 39.25 8h-3.257a4.25 4.25 0 0 0-4.243-4h-15.5a4.25 4.25 0 0 0-4.035 2.912L14.5 9.197V8.25c0-.966.784-1.75 1.75-1.75h15.5c.967 0 1.75.784 1.75 1.75zm2.493.414Q36 21.207 36 21V10.5h3.25a.25.25 0 0 1 .25.25v6.375a4.38 4.38 0 0 1-3.507 4.289M33.5 41.5A2.5 2.5 0 0 0 31 39H17a2.5 2.5 0 0 0-2.5 2.5z"/></svg> </template>
CSS
.icon-trophy-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.925%208.693l-2.559-2.56a1.25%201.25%200%201%201%201.768-1.767l37.5%2037.5a1.25%201.25%200%200%201-1.768%201.768L29.761%2031.529a11.9%2011.9%200%200%201-4.511%201.407V36.5H31a5%205%200%200%201%205%205v.5a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2v-.5a5%205%200%200%201%205-5h5.75v-3.564c-5.038-.522-9.15-4.16-10.377-8.954A6.876%206.876%200%200%201%206%2017.125V10.75c0-.818.358-1.553.925-2.057m20.973%2020.973L14.5%2016.268V21a9.5%209.5%200%200%200%209.5%209.5c1.39%200%202.709-.298%203.898-.834M12%2013.768L8.733%2010.5a.25.25%200%200%200-.233.249v6.375a4.38%204.38%200%200%200%203.507%204.289A12%2012%200%200%201%2012%2021zM33.5%2021c0%202.035-.64%203.921-1.73%205.467l1.789%201.789a12%2012%200%200%200%202.068-4.274A6.875%206.875%200%200%200%2042%2017.125V10.75A2.75%202.75%200%200%200%2039.25%208h-3.257a4.25%204.25%200%200%200-4.243-4h-15.5a4.25%204.25%200%200%200-4.035%202.912L14.5%209.197V8.25c0-.966.784-1.75%201.75-1.75h15.5c.967%200%201.75.784%201.75%201.75zm2.493.414Q36%2021.207%2036%2021V10.5h3.25a.25.25%200%200%201%20.25.25v6.375a4.38%204.38%200%200%201-3.507%204.289M33.5%2041.5A2.5%202.5%200%200%200%2031%2039H17a2.5%202.5%200%200%200-2.5%202.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.925%208.693l-2.559-2.56a1.25%201.25%200%201%201%201.768-1.767l37.5%2037.5a1.25%201.25%200%200%201-1.768%201.768L29.761%2031.529a11.9%2011.9%200%200%201-4.511%201.407V36.5H31a5%205%200%200%201%205%205v.5a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2v-.5a5%205%200%200%201%205-5h5.75v-3.564c-5.038-.522-9.15-4.16-10.377-8.954A6.876%206.876%200%200%201%206%2017.125V10.75c0-.818.358-1.553.925-2.057m20.973%2020.973L14.5%2016.268V21a9.5%209.5%200%200%200%209.5%209.5c1.39%200%202.709-.298%203.898-.834M12%2013.768L8.733%2010.5a.25.25%200%200%200-.233.249v6.375a4.38%204.38%200%200%200%203.507%204.289A12%2012%200%200%201%2012%2021zM33.5%2021c0%202.035-.64%203.921-1.73%205.467l1.789%201.789a12%2012%200%200%200%202.068-4.274A6.875%206.875%200%200%200%2042%2017.125V10.75A2.75%202.75%200%200%200%2039.25%208h-3.257a4.25%204.25%200%200%200-4.243-4h-15.5a4.25%204.25%200%200%200-4.035%202.912L14.5%209.197V8.25c0-.966.784-1.75%201.75-1.75h15.5c.967%200%201.75.784%201.75%201.75zm2.493.414Q36%2021.207%2036%2021V10.5h3.25a.25.25%200%200%201%20.25.25v6.375a4.38%204.38%200%200%201-3.507%204.289M33.5%2041.5A2.5%202.5%200%200%200%2031%2039H17a2.5%202.5%200%200%200-2.5%202.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-48-regular.svg?color=%231a73e8&size=48