The Lucide dock icon visually represents a row of application icons, commonly used in operating systems to provide quick access to frequently used programs.
Common uses
- Application launcher bar
- Quick access toolbar
- System tray shortcut
Use it in React
Install
npm i lucide-reactImport & render
import { Dock } from 'lucide-react';
<Dock size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- desktopapplicationslaunchhomemenu barbottomlinemacososxdockapplication barlaunchpadtaskbarmenubar
FAQ
- What does the dock icon represent?
- It represents a dock, which is a graphical user interface element used for launching applications and switching between them.
- How do I use the dock icon in React?
- You can import and use it directly in your React components like this: import { Dock } from 'lucide-react'.
- What is the license for the Lucide dock icon?
- The Lucide icon library, including the dock icon, is available under the ISC license.