award from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
award
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the award icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 8.999a6.99 6.99 0 0 0 2.879 5.646l.001.001a7 7 0 0 0 1.881.979l.051.019a7 7 0 0 0 1.163.271a7 7 0 0 0 1.024.085H12c.35 0 .69-.034 1.027-.084l.182-.028q.505-.088.981-.243l.042-.016C17 14.693 19 12.078 19 8.999C19 5.14 15.86 2 12 2S5 5.14 5 8.999M12 4c2.756 0 5 2.242 5 4.999h-2A3.003 3.003 0 0 0 12 6zM7.521 16.795V22L12 20.5l4.479 1.5l.001-5.205a8.93 8.93 0 0 1-8.959 0"/></svg>

React

import type { SVGProps } from "react";

export function BxsAward(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="M5 8.999a6.99 6.99 0 0 0 2.879 5.646l.001.001a7 7 0 0 0 1.881.979l.051.019a7 7 0 0 0 1.163.271a7 7 0 0 0 1.024.085H12c.35 0 .69-.034 1.027-.084l.182-.028q.505-.088.981-.243l.042-.016C17 14.693 19 12.078 19 8.999C19 5.14 15.86 2 12 2S5 5.14 5 8.999M12 4c2.756 0 5 2.242 5 4.999h-2A3.003 3.003 0 0 0 12 6zM7.521 16.795V22L12 20.5l4.479 1.5l.001-5.205a8.93 8.93 0 0 1-8.959 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 8.999a6.99 6.99 0 0 0 2.879 5.646l.001.001a7 7 0 0 0 1.881.979l.051.019a7 7 0 0 0 1.163.271a7 7 0 0 0 1.024.085H12c.35 0 .69-.034 1.027-.084l.182-.028q.505-.088.981-.243l.042-.016C17 14.693 19 12.078 19 8.999C19 5.14 15.86 2 12 2S5 5.14 5 8.999M12 4c2.756 0 5 2.242 5 4.999h-2A3.003 3.003 0 0 0 12 6zM7.521 16.795V22L12 20.5l4.479 1.5l.001-5.205a8.93 8.93 0 0 1-8.959 0"/></svg>
</template>

CSS

.icon-award {
  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%22M5%208.999a6.99%206.99%200%200%200%202.879%205.646l.001.001a7%207%200%200%200%201.881.979l.051.019a7%207%200%200%200%201.163.271a7%207%200%200%200%201.024.085H12c.35%200%20.69-.034%201.027-.084l.182-.028q.505-.088.981-.243l.042-.016C17%2014.693%2019%2012.078%2019%208.999C19%205.14%2015.86%202%2012%202S5%205.14%205%208.999M12%204c2.756%200%205%202.242%205%204.999h-2A3.003%203.003%200%200%200%2012%206zM7.521%2016.795V22L12%2020.5l4.479%201.5l.001-5.205a8.93%208.93%200%200%201-8.959%200%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%22M5%208.999a6.99%206.99%200%200%200%202.879%205.646l.001.001a7%207%200%200%200%201.881.979l.051.019a7%207%200%200%200%201.163.271a7%207%200%200%200%201.024.085H12c.35%200%20.69-.034%201.027-.084l.182-.028q.505-.088.981-.243l.042-.016C17%2014.693%2019%2012.078%2019%208.999C19%205.14%2015.86%202%2012%202S5%205.14%205%208.999M12%204c2.756%200%205%202.242%205%204.999h-2A3.003%203.003%200%200%200%2012%206zM7.521%2016.795V22L12%2020.5l4.479%201.5l.001-5.205a8.93%208.93%200%200%201-8.959%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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