The HugeIcons tally five icon depicts a group of five vertical tally marks, commonly used to represent a count of five or a completed set of five items.
Common uses
- Indicating a quantity of 5 in a list or form.
- Showing progress where each mark represents a step.
- Representing a score or rating of 5.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TallyFiveIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TallyFiveIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- five tally markscount fivescore fivegroup of five
FAQ
- What does the TallyFiveIcon represent?
- The TallyFiveIcon represents a count of five, often shown as five tally marks. It's useful for indicating quantities or completed sets.
- How do I use TallyFiveIcon in React?
- To use it in React, import both HugeiconsIcon and TallyFiveIcon, then render <HugeiconsIcon icon={TallyFiveIcon} />.
- What is the license for this icon?
- The TallyFiveIcon is available under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →