The Lucide drum icon depicts a bass drum with a cymbal, commonly used in UI to represent music, audio controls, or sound-related settings.
Common uses
- Music player controls
- Audio settings panel
- Event or performance listings
Use it in React
Install
npm i lucide-reactImport & render
import { Drum } from 'lucide-react';
<Drum size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- drummerkitsticksinstrumentbeatbangbassbacking trackbandplayperformanceconcertmarchmusicaudiosound
FAQ
- What does the drum icon represent?
- It represents a bass drum and cymbal, symbolizing music, rhythm, and sound.
- How do I use the drum icon in React?
- You can import and use it like this: import { Drum } from 'lucide-react' and then render <Drum />.
- What is the license for the Lucide drum icon?
- The Lucide icon library, including the drum icon, is available under the ISC license.