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

Name
award
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-award

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.999c0 1.902.765 3.627 2 4.89V21a.998.998 0 0 0 1.447.895L12 20.118l3.553 1.776a.99.99 0 0 0 .972-.043c.295-.183.475-.504.475-.851v-7.11a6.98 6.98 0 0 0 2-4.891C19 5.14 15.86 2 12 2S5 5.14 5 8.999m7.447 9.106a1 1 0 0 0-.895 0L9 19.382v-4.067c.911.434 1.926.685 3 .685s2.089-.25 3-.685v4.066zM12 4c2.756 0 5 2.242 5 4.999A5.006 5.006 0 0 1 12 14c-2.757 0-5-2.243-5-5.001A5.005 5.005 0 0 1 12 4"/></svg>

React

import type { SVGProps } from "react";

export function BxAward(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.999c0 1.902.765 3.627 2 4.89V21a.998.998 0 0 0 1.447.895L12 20.118l3.553 1.776a.99.99 0 0 0 .972-.043c.295-.183.475-.504.475-.851v-7.11a6.98 6.98 0 0 0 2-4.891C19 5.14 15.86 2 12 2S5 5.14 5 8.999m7.447 9.106a1 1 0 0 0-.895 0L9 19.382v-4.067c.911.434 1.926.685 3 .685s2.089-.25 3-.685v4.066zM12 4c2.756 0 5 2.242 5 4.999A5.006 5.006 0 0 1 12 14c-2.757 0-5-2.243-5-5.001A5.005 5.005 0 0 1 12 4"/></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.999c0 1.902.765 3.627 2 4.89V21a.998.998 0 0 0 1.447.895L12 20.118l3.553 1.776a.99.99 0 0 0 .972-.043c.295-.183.475-.504.475-.851v-7.11a6.98 6.98 0 0 0 2-4.891C19 5.14 15.86 2 12 2S5 5.14 5 8.999m7.447 9.106a1 1 0 0 0-.895 0L9 19.382v-4.067c.911.434 1.926.685 3 .685s2.089-.25 3-.685v4.066zM12 4c2.756 0 5 2.242 5 4.999A5.006 5.006 0 0 1 12 14c-2.757 0-5-2.243-5-5.001A5.005 5.005 0 0 1 12 4"/></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.999c0%201.902.765%203.627%202%204.89V21a.998.998%200%200%200%201.447.895L12%2020.118l3.553%201.776a.99.99%200%200%200%20.972-.043c.295-.183.475-.504.475-.851v-7.11a6.98%206.98%200%200%200%202-4.891C19%205.14%2015.86%202%2012%202S5%205.14%205%208.999m7.447%209.106a1%201%200%200%200-.895%200L9%2019.382v-4.067c.911.434%201.926.685%203%20.685s2.089-.25%203-.685v4.066zM12%204c2.756%200%205%202.242%205%204.999A5.006%205.006%200%200%201%2012%2014c-2.757%200-5-2.243-5-5.001A5.005%205.005%200%200%201%2012%204%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.999c0%201.902.765%203.627%202%204.89V21a.998.998%200%200%200%201.447.895L12%2020.118l3.553%201.776a.99.99%200%200%200%20.972-.043c.295-.183.475-.504.475-.851v-7.11a6.98%206.98%200%200%200%202-4.891C19%205.14%2015.86%202%2012%202S5%205.14%205%208.999m7.447%209.106a1%201%200%200%200-.895%200L9%2019.382v-4.067c.911.434%201.926.685%203%20.685s2.089-.25%203-.685v4.066zM12%204c2.756%200%205%202.242%205%204.999A5.006%205.006%200%200%201%2012%2014c-2.757%200-5-2.243-5-5.001A5.005%205.005%200%200%201%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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