Two rows of dots, the drag handle for reordering rows and moving a panel. On a 24×24 grid in stroke, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 9C6 9.5523 5.5523 10 5 10C4.4477 10 4 9.5523 4 9C4 8.4477 4.4477 8 5 8C5.5523 8 6 8.4477 6 9ZM6 15C6 15.5523 5.5523 16 5 16C4.4477 16 4 15.5523 4 15C4 14.4477 4.4477 14 5 14C5.5523 14 6 14.4477 6 15ZM13 9C13 9.5523 12.5523 10 12 10C11.4477 10 11 9.5523 11 9C11 8.4477 11.4477 8 12 8C12.5523 8 13 8.4477 13 9ZM13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15C11 14.4477 11.4477 14 12 14C12.5523 14 13 14.4477 13 15ZM20 9C20 9.5523 19.5523 10 19 10C18.4477 10 18 9.5523 18 9C18 8.4477 18.4477 8 19 8C19.5523 8 20 8.4477 20 9ZM20 15C20 15.5523 19.5523 16 19 16C18.4477 16 18 15.5523 18 15C18 14.4477 18.4477 14 19 14C19.5523 14 20 14.4477 20 15Z"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- drag
- drag handle
- handle
- grab
- reorder
- resize
- dots
Related icons
The rest of the grip family first, then the Controls shelf.
FAQ
Answered from grip-horizontal's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the grip-horizontal icon for?
- Two rows of dots, the drag handle for reordering rows and moving a panel. It is filed under Controls in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as drag, drag handle, handle, grab, reorder, resize and dots, and the browser's search matches all of those.
- What styles does the grip-horizontal icon come in?
- Stroke. There are no duotone or fill drawings of this one: a filled weight needs an enclosed area, either in the glyph itself or from a square or circle container.
- Is there a square or circle version of grip-horizontal?
- No. grip-horizontal is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with grip-horizontal?
- grip-vertical, power, power-off, sliders-2-horizontal, sliders-2-vertical and sliders-horizontal, and 3 more, all shown below. The grip family is listed first, then the rest of the Controls shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import grip-horizontal in React?
- <GripHorizontal /> is the component, and the weight decides the module: stroke from "@keyline-icons/react". It takes the usual SVG props plus a size, so <GripHorizontal size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the grip-horizontal SVG?
- icons/stroke/grip-horizontal.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was grip-horizontal added to the set?
- Added 25 Aug 2026, and last redrawn 25 Aug 2026. It ships in v0.2.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.