bxs trophy icon

bxs-trophy from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-trophy
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs trophy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.8 6.91 4.82 7A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09A6 6 0 0 0 17.18 15c3-.1 4.82-2.7 4.82-7V5a1 1 0 0 0-1-1zM4 8V6h2v6.83C4.22 12.08 4 9.3 4 8zm14 4.83V6h2v2c0 1.3-.22 4.08-2 4.83z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsTrophy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.8 6.91 4.82 7A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09A6 6 0 0 0 17.18 15c3-.1 4.82-2.7 4.82-7V5a1 1 0 0 0-1-1zM4 8V6h2v6.83C4.22 12.08 4 9.3 4 8zm14 4.83V6h2v2c0 1.3-.22 4.08-2 4.83z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.8 6.91 4.82 7A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09A6 6 0 0 0 17.18 15c3-.1 4.82-2.7 4.82-7V5a1 1 0 0 0-1-1zM4 8V6h2v6.83C4.22 12.08 4 9.3 4 8zm14 4.83V6h2v2c0 1.3-.22 4.08-2 4.83z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-trophy {
  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%20d%3D%22M21%204h-3V3a1%201%200%200%200-1-1H7a1%201%200%200%200-1%201v1H3a1%201%200%200%200-1%201v3c0%204.31%201.8%206.91%204.82%207A6%206%200%200%200%2011%2017.91V20H9v2h6v-2h-2v-2.09A6%206%200%200%200%2017.18%2015c3-.1%204.82-2.7%204.82-7V5a1%201%200%200%200-1-1zM4%208V6h2v6.83C4.22%2012.08%204%209.3%204%208zm14%204.83V6h2v2c0%201.3-.22%204.08-2%204.83z%22%20fill%3D%22currentColor%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%20d%3D%22M21%204h-3V3a1%201%200%200%200-1-1H7a1%201%200%200%200-1%201v1H3a1%201%200%200%200-1%201v3c0%204.31%201.8%206.91%204.82%207A6%206%200%200%200%2011%2017.91V20H9v2h6v-2h-2v-2.09A6%206%200%200%200%2017.18%2015c3-.1%204.82-2.7%204.82-7V5a1%201%200%200%200-1-1zM4%208V6h2v6.83C4.22%2012.08%204%209.3%204%208zm14%204.83V6h2v2c0%201.3-.22%204.08-2%204.83z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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