award from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
award
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

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 16 16"><g fill="currentColor"><path d="M9.669.864L8 0L6.331.864l-1.858.282l-.842 1.68l-1.337 1.32L2.6 6l-.306 1.854l1.337 1.32l.842 1.68l1.858.282L8 12l1.669-.864l1.858-.282l.842-1.68l1.337-1.32L13.4 6l.306-1.854l-1.337-1.32l-.842-1.68zm1.196 1.193l.684 1.365l1.086 1.072L12.387 6l.248 1.506l-1.086 1.072l-.684 1.365l-1.51.229L8 10.874l-1.355-.702l-1.51-.229l-.684-1.365l-1.086-1.072L3.614 6l-.25-1.506l1.087-1.072l.684-1.365l1.51-.229L8 1.126l1.356.702z"/><path d="M4 11.794V16l4-1l4 1v-4.206l-2.018.306L8 13.126L6.018 12.1z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiAward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.669.864L8 0L6.331.864l-1.858.282l-.842 1.68l-1.337 1.32L2.6 6l-.306 1.854l1.337 1.32l.842 1.68l1.858.282L8 12l1.669-.864l1.858-.282l.842-1.68l1.337-1.32L13.4 6l.306-1.854l-1.337-1.32l-.842-1.68zm1.196 1.193l.684 1.365l1.086 1.072L12.387 6l.248 1.506l-1.086 1.072l-.684 1.365l-1.51.229L8 10.874l-1.355-.702l-1.51-.229l-.684-1.365l-1.086-1.072L3.614 6l-.25-1.506l1.087-1.072l.684-1.365l1.51-.229L8 1.126l1.356.702z"/><path d="M4 11.794V16l4-1l4 1v-4.206l-2.018.306L8 13.126L6.018 12.1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.669.864L8 0L6.331.864l-1.858.282l-.842 1.68l-1.337 1.32L2.6 6l-.306 1.854l1.337 1.32l.842 1.68l1.858.282L8 12l1.669-.864l1.858-.282l.842-1.68l1.337-1.32L13.4 6l.306-1.854l-1.337-1.32l-.842-1.68zm1.196 1.193l.684 1.365l1.086 1.072L12.387 6l.248 1.506l-1.086 1.072l-.684 1.365l-1.51.229L8 10.874l-1.355-.702l-1.51-.229l-.684-1.365l-1.086-1.072L3.614 6l-.25-1.506l1.087-1.072l.684-1.365l1.51-.229L8 1.126l1.356.702z"/><path d="M4 11.794V16l4-1l4 1v-4.206l-2.018.306L8 13.126L6.018 12.1z"/></g></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.669.864L8%200L6.331.864l-1.858.282l-.842%201.68l-1.337%201.32L2.6%206l-.306%201.854l1.337%201.32l.842%201.68l1.858.282L8%2012l1.669-.864l1.858-.282l.842-1.68l1.337-1.32L13.4%206l.306-1.854l-1.337-1.32l-.842-1.68zm1.196%201.193l.684%201.365l1.086%201.072L12.387%206l.248%201.506l-1.086%201.072l-.684%201.365l-1.51.229L8%2010.874l-1.355-.702l-1.51-.229l-.684-1.365l-1.086-1.072L3.614%206l-.25-1.506l1.087-1.072l.684-1.365l1.51-.229L8%201.126l1.356.702z%22%2F%3E%3Cpath%20d%3D%22M4%2011.794V16l4-1l4%201v-4.206l-2.018.306L8%2013.126L6.018%2012.1z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.669.864L8%200L6.331.864l-1.858.282l-.842%201.68l-1.337%201.32L2.6%206l-.306%201.854l1.337%201.32l.842%201.68l1.858.282L8%2012l1.669-.864l1.858-.282l.842-1.68l1.337-1.32L13.4%206l.306-1.854l-1.337-1.32l-.842-1.68zm1.196%201.193l.684%201.365l1.086%201.072L12.387%206l.248%201.506l-1.086%201.072l-.684%201.365l-1.51.229L8%2010.874l-1.355-.702l-1.51-.229l-.684-1.365l-1.086-1.072L3.614%206l-.25-1.506l1.087-1.072l.684-1.365l1.51-.229L8%201.126l1.356.702z%22%2F%3E%3Cpath%20d%3D%22M4%2011.794V16l4-1l4%201v-4.206l-2.018.306L8%2013.126L6.018%2012.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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