The HugeIcons shovel icon depicts a tool used for digging and moving loose material, commonly employed in UI to represent actions related to excavation, gardening, or manual labor.
Common uses
- Digging/Excavation action
- Gardening tools section
- Manual labor or construction task
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShovelIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShovelIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- diggingspadegardening toolexcavation
FAQ
- What does the shovel icon represent?
- The shovel icon represents a tool for digging and moving materials. It's often used in UIs to signify actions related to excavation, gardening, or manual work.
- How do I use the ShovelIcon in React?
- To use the ShovelIcon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component from '@hugeicons/react' like this: <HugeiconsIcon icon={ShovelIcon} />.
- What is the license for this icon?
- The ShovelIcon is provided 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 →