The HugeIcons vertical scroll point icon visually represents a specific point or marker within a vertical scrolling content area, often used to indicate progress or a highlighted section.
Common uses
- Highlighting current scroll position in a long document.
- Indicating a specific chapter or section in a scrollable book/article.
- Marking a user's progress through a vertical tutorial or onboarding flow.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { VerticalScrollPointIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={VerticalScrollPointIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- scroll markervertical indicatorscroll positionpage marker
FAQ
- What does the vertical scroll point icon represent?
- It signifies a specific location or marker within content that is scrolled vertically. It's useful for navigation or indicating progress.
- How do I use this icon in React?
- Import both HugeiconsIcon and VerticalScrollPointIcon from their respective packages, then render the icon using <HugeiconsIcon icon={VerticalScrollPointIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free usage 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 →