The grid-squares-x icon, drawn on a 24×24 grid in stroke, duotone and fill. Free under MIT: copy the SVG, the JSX or the React component.
<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="M3 16C3 14.8954 3.8954 14 5 14L8 14C9.1046 14 10 14.8954 10 16L10 19C10 20.1046 9.1046 21 8 21L5 21C3.8954 21 3 20.1046 3 19L3 16ZM3 5C3 3.8954 3.8954 3 5 3L8 3C9.1046 3 10 3.8954 10 5L10 8C10 9.1046 9.1046 10 8 10L5 10C3.8954 10 3 9.1046 3 8L3 5ZM14 5C14 3.8954 14.8954 3 16 3L19 3C20.1046 3 21 3.8954 21 5L21 8C21 9.1046 20.1046 10 19 10L16 10C14.8954 10 14 9.1046 14 8L14 5ZM15 15L20 20M20 15L15 20"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- grid
- layout
- tiles
- cells
- table
- gallery
- matrix
- columns
- rows
- remove
- delete
- cancel
- failed
- group
- select
- selection
- multiple
- batch
- items
- all
Related icons
The rest of the grid family first, then the Layout shelf.
FAQ
Answered from grid-squares-x's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the grid-squares-x icon for?
- It is filed under Layout in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as grid, layout, tiles, cells, table, gallery, matrix, columns, rows, remove, delete, cancel, failed, group, select, selection, multiple, batch, items and all, and the browser's search matches all of those.
- What styles does the grid-squares-x icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of grid-squares-x?
- No. grid-squares-x is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with grid-squares-x?
- grid-2x2, grid-2x3, grid-3x2, grid-3x3, grid-circles and grid-circles-check, and 12 more, all shown below. The grid family is listed first, then the rest of the Layout shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import grid-squares-x in React?
- <GridSquaresX /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <GridSquaresX size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the grid-squares-x SVG?
- icons/stroke/grid-squares-x.svg, icons/duotone/grid-squares-x.svg and icons/fill/grid-squares-x.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 grid-squares-x added to the set?
- Added 27 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.