The Lucide grip icon depicts a series of dots, commonly used in UI to indicate an element can be grabbed, moved, or reordered.
Common uses
- Drag-and-drop list reordering
- Resizing handles for windows or elements
- Expanding/collapsing sections
Use it in React
Install
npm i lucide-reactImport & render
import { Grip } from 'lucide-react';
<Grip size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- grabdotshandlemovedraggrip
FAQ
- What is the grip icon used for?
- It signifies an interactive element that can be moved, dragged, or reordered by the user.
- How do I use the grip icon in React?
- Import it from 'lucide-react' and use it as a component: import { Grip } from 'lucide-react'.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.