trophy-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
trophy-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="m3.48 4.541l-1.26-1.26A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-6.39-6.389a5.7 5.7 0 0 1-1.83.56V17.5h1.754a3.25 3.25 0 0 1 3.244 3.066l.006.184v.5a.75.75 0 0 1-.649.743l-.101.007H6.75a.75.75 0 0 1-.744-.648L6 21.25v-.5a3.25 3.25 0 0 1 3.065-3.245l.185-.005H11v-1.549a5.76 5.76 0 0 1-4.729-3.95L6.246 12a3.25 3.25 0 0 1-3.25-3.25v-3c0-.469.184-.895.485-1.209M6 7.061L4.544 5.604a.25.25 0 0 0-.047.146v3a1.75 1.75 0 0 0 1.505 1.733zm11.232 4.94a5.7 5.7 0 0 1-.66 1.388L6.303 3.122A2.25 2.25 0 0 1 8.25 2h7.003a2.25 2.25 0 0 1 2.236 2h1.268a1.75 1.75 0 0 1 1.744 1.606l.006.144v3a3.25 3.25 0 0 1-3.066 3.245zM18.758 5.5h-1.254v4.983A1.75 1.75 0 0 0 19 8.904l.007-.154v-3a.25.25 0 0 0-.193-.243z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTrophyOff24Filled(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="m3.48 4.541l-1.26-1.26A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-6.39-6.389a5.7 5.7 0 0 1-1.83.56V17.5h1.754a3.25 3.25 0 0 1 3.244 3.066l.006.184v.5a.75.75 0 0 1-.649.743l-.101.007H6.75a.75.75 0 0 1-.744-.648L6 21.25v-.5a3.25 3.25 0 0 1 3.065-3.245l.185-.005H11v-1.549a5.76 5.76 0 0 1-4.729-3.95L6.246 12a3.25 3.25 0 0 1-3.25-3.25v-3c0-.469.184-.895.485-1.209M6 7.061L4.544 5.604a.25.25 0 0 0-.047.146v3a1.75 1.75 0 0 0 1.505 1.733zm11.232 4.94a5.7 5.7 0 0 1-.66 1.388L6.303 3.122A2.25 2.25 0 0 1 8.25 2h7.003a2.25 2.25 0 0 1 2.236 2h1.268a1.75 1.75 0 0 1 1.744 1.606l.006.144v3a3.25 3.25 0 0 1-3.066 3.245zM18.758 5.5h-1.254v4.983A1.75 1.75 0 0 0 19 8.904l.007-.154v-3a.25.25 0 0 0-.193-.243z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.48 4.541l-1.26-1.26A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-6.39-6.389a5.7 5.7 0 0 1-1.83.56V17.5h1.754a3.25 3.25 0 0 1 3.244 3.066l.006.184v.5a.75.75 0 0 1-.649.743l-.101.007H6.75a.75.75 0 0 1-.744-.648L6 21.25v-.5a3.25 3.25 0 0 1 3.065-3.245l.185-.005H11v-1.549a5.76 5.76 0 0 1-4.729-3.95L6.246 12a3.25 3.25 0 0 1-3.25-3.25v-3c0-.469.184-.895.485-1.209M6 7.061L4.544 5.604a.25.25 0 0 0-.047.146v3a1.75 1.75 0 0 0 1.505 1.733zm11.232 4.94a5.7 5.7 0 0 1-.66 1.388L6.303 3.122A2.25 2.25 0 0 1 8.25 2h7.003a2.25 2.25 0 0 1 2.236 2h1.268a1.75 1.75 0 0 1 1.744 1.606l.006.144v3a3.25 3.25 0 0 1-3.066 3.245zM18.758 5.5h-1.254v4.983A1.75 1.75 0 0 0 19 8.904l.007-.154v-3a.25.25 0 0 0-.193-.243z"/></svg>
</template>

CSS

.icon-trophy-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.48%204.541l-1.26-1.26A.75.75%200%201%201%203.28%202.22l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-6.39-6.389a5.7%205.7%200%200%201-1.83.56V17.5h1.754a3.25%203.25%200%200%201%203.244%203.066l.006.184v.5a.75.75%200%200%201-.649.743l-.101.007H6.75a.75.75%200%200%201-.744-.648L6%2021.25v-.5a3.25%203.25%200%200%201%203.065-3.245l.185-.005H11v-1.549a5.76%205.76%200%200%201-4.729-3.95L6.246%2012a3.25%203.25%200%200%201-3.25-3.25v-3c0-.469.184-.895.485-1.209M6%207.061L4.544%205.604a.25.25%200%200%200-.047.146v3a1.75%201.75%200%200%200%201.505%201.733zm11.232%204.94a5.7%205.7%200%200%201-.66%201.388L6.303%203.122A2.25%202.25%200%200%201%208.25%202h7.003a2.25%202.25%200%200%201%202.236%202h1.268a1.75%201.75%200%200%201%201.744%201.606l.006.144v3a3.25%203.25%200%200%201-3.066%203.245zM18.758%205.5h-1.254v4.983A1.75%201.75%200%200%200%2019%208.904l.007-.154v-3a.25.25%200%200%200-.193-.243z%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%22m3.48%204.541l-1.26-1.26A.75.75%200%201%201%203.28%202.22l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-6.39-6.389a5.7%205.7%200%200%201-1.83.56V17.5h1.754a3.25%203.25%200%200%201%203.244%203.066l.006.184v.5a.75.75%200%200%201-.649.743l-.101.007H6.75a.75.75%200%200%201-.744-.648L6%2021.25v-.5a3.25%203.25%200%200%201%203.065-3.245l.185-.005H11v-1.549a5.76%205.76%200%200%201-4.729-3.95L6.246%2012a3.25%203.25%200%200%201-3.25-3.25v-3c0-.469.184-.895.485-1.209M6%207.061L4.544%205.604a.25.25%200%200%200-.047.146v3a1.75%201.75%200%200%200%201.505%201.733zm11.232%204.94a5.7%205.7%200%200%201-.66%201.388L6.303%203.122A2.25%202.25%200%200%201%208.25%202h7.003a2.25%202.25%200%200%201%202.236%202h1.268a1.75%201.75%200%200%201%201.744%201.606l.006.144v3a3.25%203.25%200%200%201-3.066%203.245zM18.758%205.5h-1.254v4.983A1.75%201.75%200%200%200%2019%208.904l.007-.154v-3a.25.25%200%200%200-.193-.243z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/trophy-off-24-filled.svg?color=%231a73e8&size=48