The HugeIcons garbage truck icon depicts a vehicle used for waste collection, commonly employed in UIs to represent actions related to deleting, clearing, or managing trash and recycling.
Common uses
- Delete button
- Clear cache action
- Recycling bin indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GarbageTruckIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GarbageTruckIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- trash truckwaste managementbin truckrefuse truck
FAQ
- What is this icon for?
- This icon represents a garbage truck and is typically used for actions involving deletion, clearing, or waste management.
- How do I use the GarbageTruckIcon in React?
- Import both HugeiconsIcon and GarbageTruckIcon, then render it using <HugeiconsIcon icon={GarbageTruckIcon} />.
- What is the license for this icon?
- The HugeIcons garbage truck icon is available under the MIT license.
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 →