A medal, for achievements, badges, certifications and top-ranked results. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 9C19 12.86599 15.86599 16 12 16C8.13401 16 5 12.86599 5 9C5 5.13401 8.13401 2 12 2C15.86599 2 19 5.13401 19 9ZM16.1787 14.61591L17.8979 19.9266C18.3406 21.1954 17.2603 22.4559 16.2597 21.838L12.5365 19.5391C12.1988 19.3305 11.8012 19.3305 11.4635 19.5391L7.7403 21.838C6.7397 22.4559 5.6594 21.1954 6.1021 19.9266L7.8213 14.61591"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- medal
- prize
- ribbon
- badge
- achievement
- recognition
- honour
- honor
- winner
Related icons
The rest of the award family first, then the Sport shelf.
FAQ
Answered from award's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the award icon for?
- A medal, for achievements, badges, certifications and top-ranked results. It is filed under Sport in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as medal, prize, ribbon, badge, achievement, recognition, honour, honor and winner, and the browser's search matches all of those.
- What styles does the award icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of award?
- No. award is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with award?
- podium, podium-1, podium-2, podium-3 and trophy, all shown below. They are the Sport shelf: nothing else in the set is named after award.
- How do I import award in React?
- <Award /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Award size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the award SVG?
- icons/stroke/award.svg, icons/duotone/award.svg and icons/fill/award.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was award added to the set?
- Added 23 Aug 2026. It ships in v0.1.1, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.