award-outline from Flowbite Icons by Themesberg · Outline · General · MIT Free for personal and commercial use.

Name
award-outline
Set
Flowbite Icons
Style
Outline
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the award icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7.171 12.906l-2.153 6.411l2.672-.89l1.568 2.34l1.825-5.183m5.73-2.678l2.154 6.411l-2.673-.89l-1.568 2.34l-1.825-5.183M9.165 4.3c.58.068 1.153-.17 1.515-.628a1.68 1.68 0 0 1 2.64 0a1.68 1.68 0 0 0 1.515.628a1.68 1.68 0 0 1 1.866 1.866c-.068.58.17 1.154.628 1.516a1.68 1.68 0 0 1 0 2.639a1.68 1.68 0 0 0-.628 1.515a1.68 1.68 0 0 1-1.866 1.866a1.68 1.68 0 0 0-1.516.628a1.68 1.68 0 0 1-2.639 0a1.68 1.68 0 0 0-1.515-.628a1.68 1.68 0 0 1-1.867-1.866a1.68 1.68 0 0 0-.627-1.515a1.68 1.68 0 0 1 0-2.64c.458-.361.696-.935.627-1.515A1.68 1.68 0 0 1 9.165 4.3M14 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteAwardOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m7.171 12.906l-2.153 6.411l2.672-.89l1.568 2.34l1.825-5.183m5.73-2.678l2.154 6.411l-2.673-.89l-1.568 2.34l-1.825-5.183M9.165 4.3c.58.068 1.153-.17 1.515-.628a1.68 1.68 0 0 1 2.64 0a1.68 1.68 0 0 0 1.515.628a1.68 1.68 0 0 1 1.866 1.866c-.068.58.17 1.154.628 1.516a1.68 1.68 0 0 1 0 2.639a1.68 1.68 0 0 0-.628 1.515a1.68 1.68 0 0 1-1.866 1.866a1.68 1.68 0 0 0-1.516.628a1.68 1.68 0 0 1-2.639 0a1.68 1.68 0 0 0-1.515-.628a1.68 1.68 0 0 1-1.867-1.866a1.68 1.68 0 0 0-.627-1.515a1.68 1.68 0 0 1 0-2.64c.458-.361.696-.935.627-1.515A1.68 1.68 0 0 1 9.165 4.3M14 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7.171 12.906l-2.153 6.411l2.672-.89l1.568 2.34l1.825-5.183m5.73-2.678l2.154 6.411l-2.673-.89l-1.568 2.34l-1.825-5.183M9.165 4.3c.58.068 1.153-.17 1.515-.628a1.68 1.68 0 0 1 2.64 0a1.68 1.68 0 0 0 1.515.628a1.68 1.68 0 0 1 1.866 1.866c-.068.58.17 1.154.628 1.516a1.68 1.68 0 0 1 0 2.639a1.68 1.68 0 0 0-.628 1.515a1.68 1.68 0 0 1-1.866 1.866a1.68 1.68 0 0 0-1.516.628a1.68 1.68 0 0 1-2.639 0a1.68 1.68 0 0 0-1.515-.628a1.68 1.68 0 0 1-1.867-1.866a1.68 1.68 0 0 0-.627-1.515a1.68 1.68 0 0 1 0-2.64c.458-.361.696-.935.627-1.515A1.68 1.68 0 0 1 9.165 4.3M14 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
</template>

CSS

.icon-award-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m7.171%2012.906l-2.153%206.411l2.672-.89l1.568%202.34l1.825-5.183m5.73-2.678l2.154%206.411l-2.673-.89l-1.568%202.34l-1.825-5.183M9.165%204.3c.58.068%201.153-.17%201.515-.628a1.68%201.68%200%200%201%202.64%200a1.68%201.68%200%200%200%201.515.628a1.68%201.68%200%200%201%201.866%201.866c-.068.58.17%201.154.628%201.516a1.68%201.68%200%200%201%200%202.639a1.68%201.68%200%200%200-.628%201.515a1.68%201.68%200%200%201-1.866%201.866a1.68%201.68%200%200%200-1.516.628a1.68%201.68%200%200%201-2.639%200a1.68%201.68%200%200%200-1.515-.628a1.68%201.68%200%200%201-1.867-1.866a1.68%201.68%200%200%200-.627-1.515a1.68%201.68%200%200%201%200-2.64c.458-.361.696-.935.627-1.515A1.68%201.68%200%200%201%209.165%204.3M14%209a2%202%200%201%201-4%200a2%202%200%200%201%204%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m7.171%2012.906l-2.153%206.411l2.672-.89l1.568%202.34l1.825-5.183m5.73-2.678l2.154%206.411l-2.673-.89l-1.568%202.34l-1.825-5.183M9.165%204.3c.58.068%201.153-.17%201.515-.628a1.68%201.68%200%200%201%202.64%200a1.68%201.68%200%200%200%201.515.628a1.68%201.68%200%200%201%201.866%201.866c-.068.58.17%201.154.628%201.516a1.68%201.68%200%200%201%200%202.639a1.68%201.68%200%200%200-.628%201.515a1.68%201.68%200%200%201-1.866%201.866a1.68%201.68%200%200%200-1.516.628a1.68%201.68%200%200%201-2.639%200a1.68%201.68%200%200%200-1.515-.628a1.68%201.68%200%200%201-1.867-1.866a1.68%201.68%200%200%200-.627-1.515a1.68%201.68%200%200%201%200-2.64c.458-.361.696-.935.627-1.515A1.68%201.68%200%200%201%209.165%204.3M14%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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