The Tabler tallymarks icon depicts a series of vertical lines grouped by a diagonal line, commonly used to represent a count or a running total in user interfaces.
Common uses
- Displaying item counts in a list
- Indicating progress in a multi-step process
- Representing a quantity in a form field
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTallymarks } from '@tabler/icons-react';
<IconTallymarks size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Math
- Keywords
- signnumericalconsistentsystemcountingtallymarkscalculationequationmathematicsnumericmathcounting markshash markscountnumber
FAQ
- What is the tally marks icon used for?
- It's used to visually represent a count or quantity, often in contexts where a simple numerical display is needed.
- How do I use the tally marks icon in React?
- You can import and use it like this: import { IconTallymarks } from '@tabler/icons-react'; <IconTallymarks />
- What is the license for the Tabler tallymarks icon?
- The Tabler icon library, including the tallymarks icon, is available under the MIT license.