The HugeIcons honor icon depicts a ribbon or medal, commonly used to represent achievements, awards, recognition, or a mark of distinction in user interfaces.
Common uses
- Displaying awarded badges
- Highlighting top-rated items
- Indicating VIP status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HonorIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HonorIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- awardmedalbadgeribbon
FAQ
- What does the honor icon represent?
- It symbolizes recognition, achievement, or an award, often depicted as a ribbon or medal.
- How do I use the HonorIcon in React?
- Import both HugeiconsIcon and HonorIcon, then render <HugeiconsIcon icon={HonorIcon} />.
- What is the license for this icon?
- The HugeIcons honor icon is available under the MIT license.