The HugeIcons digg icon visually represents a thumbs-up or approval, commonly used to indicate agreement, liking, or a positive vote in user interfaces.
Common uses
- Like/Upvote button
- Approve/Confirm action
- Positive feedback indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DiggIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DiggIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- thumbs uplikeupvoteapproval
FAQ
- What does the digg icon represent?
- The digg icon represents a thumbs-up, symbolizing approval, liking, or a positive vote.
- How do I use the DiggIcon in React?
- Import both HugeiconsIcon and DiggIcon, then render <HugeiconsIcon icon={DiggIcon} />.
- What is the license for the digg icon?
- The digg icon is provided under the MIT license.
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 →