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

Name
award-solid
Set
Flowbite Icons
Style
Solid
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"><g fill="currentColor"><path d="M11 9a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/><path fill-rule="evenodd" d="M9.896 3.051a2.68 2.68 0 0 1 4.208 0c.147.186.38.282.615.255a2.68 2.68 0 0 1 2.976 2.975a.68.68 0 0 0 .254.615a2.68 2.68 0 0 1 0 4.208a.68.68 0 0 0-.254.615a2.68 2.68 0 0 1-2.976 2.976a.68.68 0 0 0-.615.254a2.682 2.682 0 0 1-4.208 0a.68.68 0 0 0-.614-.255a2.68 2.68 0 0 1-2.976-2.975a.68.68 0 0 0-.255-.615a2.68 2.68 0 0 1 0-4.208a.68.68 0 0 0 .255-.615a2.68 2.68 0 0 1 2.976-2.975a.68.68 0 0 0 .614-.255M12 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clip-rule="evenodd"/><path d="M5.395 15.055L4.07 19a1 1 0 0 0 1.264 1.267l1.95-.65l1.144 1.707A1 1 0 0 0 10.2 21.1l1.12-3.18a4.64 4.64 0 0 1-2.515-1.208a4.67 4.67 0 0 1-3.411-1.656Zm7.269 2.867l1.12 3.177a1 1 0 0 0 1.773.224l1.144-1.707l1.95.65A1 1 0 0 0 19.915 19l-1.32-3.93a4.67 4.67 0 0 1-3.4 1.642a4.64 4.64 0 0 1-2.53 1.21Z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteAwardSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 9a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/><path fillRule="evenodd" d="M9.896 3.051a2.68 2.68 0 0 1 4.208 0c.147.186.38.282.615.255a2.68 2.68 0 0 1 2.976 2.975a.68.68 0 0 0 .254.615a2.68 2.68 0 0 1 0 4.208a.68.68 0 0 0-.254.615a2.68 2.68 0 0 1-2.976 2.976a.68.68 0 0 0-.615.254a2.682 2.682 0 0 1-4.208 0a.68.68 0 0 0-.614-.255a2.68 2.68 0 0 1-2.976-2.975a.68.68 0 0 0-.255-.615a2.68 2.68 0 0 1 0-4.208a.68.68 0 0 0 .255-.615a2.68 2.68 0 0 1 2.976-2.975a.68.68 0 0 0 .614-.255M12 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clipRule="evenodd"/><path d="M5.395 15.055L4.07 19a1 1 0 0 0 1.264 1.267l1.95-.65l1.144 1.707A1 1 0 0 0 10.2 21.1l1.12-3.18a4.64 4.64 0 0 1-2.515-1.208a4.67 4.67 0 0 1-3.411-1.656Zm7.269 2.867l1.12 3.177a1 1 0 0 0 1.773.224l1.144-1.707l1.95.65A1 1 0 0 0 19.915 19l-1.32-3.93a4.67 4.67 0 0 1-3.4 1.642a4.64 4.64 0 0 1-2.53 1.21Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 9a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/><path fill-rule="evenodd" d="M9.896 3.051a2.68 2.68 0 0 1 4.208 0c.147.186.38.282.615.255a2.68 2.68 0 0 1 2.976 2.975a.68.68 0 0 0 .254.615a2.68 2.68 0 0 1 0 4.208a.68.68 0 0 0-.254.615a2.68 2.68 0 0 1-2.976 2.976a.68.68 0 0 0-.615.254a2.682 2.682 0 0 1-4.208 0a.68.68 0 0 0-.614-.255a2.68 2.68 0 0 1-2.976-2.975a.68.68 0 0 0-.255-.615a2.68 2.68 0 0 1 0-4.208a.68.68 0 0 0 .255-.615a2.68 2.68 0 0 1 2.976-2.975a.68.68 0 0 0 .614-.255M12 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clip-rule="evenodd"/><path d="M5.395 15.055L4.07 19a1 1 0 0 0 1.264 1.267l1.95-.65l1.144 1.707A1 1 0 0 0 10.2 21.1l1.12-3.18a4.64 4.64 0 0 1-2.515-1.208a4.67 4.67 0 0 1-3.411-1.656Zm7.269 2.867l1.12 3.177a1 1 0 0 0 1.773.224l1.144-1.707l1.95.65A1 1 0 0 0 19.915 19l-1.32-3.93a4.67 4.67 0 0 1-3.4 1.642a4.64 4.64 0 0 1-2.53 1.21Z"/></g></svg>
</template>

CSS

.icon-award-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%209a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.896%203.051a2.68%202.68%200%200%201%204.208%200c.147.186.38.282.615.255a2.68%202.68%200%200%201%202.976%202.975a.68.68%200%200%200%20.254.615a2.68%202.68%200%200%201%200%204.208a.68.68%200%200%200-.254.615a2.68%202.68%200%200%201-2.976%202.976a.68.68%200%200%200-.615.254a2.682%202.682%200%200%201-4.208%200a.68.68%200%200%200-.614-.255a2.68%202.68%200%200%201-2.976-2.975a.68.68%200%200%200-.255-.615a2.68%202.68%200%200%201%200-4.208a.68.68%200%200%200%20.255-.615a2.68%202.68%200%200%201%202.976-2.975a.68.68%200%200%200%20.614-.255M12%206a3%203%200%201%200%200%206a3%203%200%200%200%200-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.395%2015.055L4.07%2019a1%201%200%200%200%201.264%201.267l1.95-.65l1.144%201.707A1%201%200%200%200%2010.2%2021.1l1.12-3.18a4.64%204.64%200%200%201-2.515-1.208a4.67%204.67%200%200%201-3.411-1.656Zm7.269%202.867l1.12%203.177a1%201%200%200%200%201.773.224l1.144-1.707l1.95.65A1%201%200%200%200%2019.915%2019l-1.32-3.93a4.67%204.67%200%200%201-3.4%201.642a4.64%204.64%200%200%201-2.53%201.21Z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%209a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.896%203.051a2.68%202.68%200%200%201%204.208%200c.147.186.38.282.615.255a2.68%202.68%200%200%201%202.976%202.975a.68.68%200%200%200%20.254.615a2.68%202.68%200%200%201%200%204.208a.68.68%200%200%200-.254.615a2.68%202.68%200%200%201-2.976%202.976a.68.68%200%200%200-.615.254a2.682%202.682%200%200%201-4.208%200a.68.68%200%200%200-.614-.255a2.68%202.68%200%200%201-2.976-2.975a.68.68%200%200%200-.255-.615a2.68%202.68%200%200%201%200-4.208a.68.68%200%200%200%20.255-.615a2.68%202.68%200%200%201%202.976-2.975a.68.68%200%200%200%20.614-.255M12%206a3%203%200%201%200%200%206a3%203%200%200%200%200-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.395%2015.055L4.07%2019a1%201%200%200%200%201.264%201.267l1.95-.65l1.144%201.707A1%201%200%200%200%2010.2%2021.1l1.12-3.18a4.64%204.64%200%200%201-2.515-1.208a4.67%204.67%200%200%201-3.411-1.656Zm7.269%202.867l1.12%203.177a1%201%200%200%200%201.773.224l1.144-1.707l1.95.65A1%201%200%200%200%2019.915%2019l-1.32-3.93a4.67%204.67%200%200%201-3.4%201.642a4.64%204.64%200%200%201-2.53%201.21Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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