The Lucide turntable icon depicts a record player, commonly used in UI to represent music, audio playback, DJing, or retro themes.
Common uses
- Music player controls
- DJ software interface
- Retro-themed settings
Use it in React
Install
npm i lucide-reactImport & render
import { Turntable } from 'lucide-react';
<Turntable size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- record playergramophonestereophonographvinyllpdiscplattercutmusicanalogretrodj deckdisc jockeyscratchspinning
FAQ
- What does the turntable icon represent?
- It represents a record player, also known as a turntable, used for playing vinyl records.
- How do I use this icon in React?
- You can import and use it like this: import { Turntable } from 'lucide-react'. Then render it as <Turntable />.
- What is the license for this icon?
- The Lucide icon library, including the turntable icon, is available under the ISC license.