Stacked sheets, for layers, z-order, groups and anything drawn one over another. On a 24×24 grid in stroke, duotone and fill, free under MIT.
LayoutNewv0.5.0Added
16
20
24 px
32
24px
2px
<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="M12.4382 2.1011L21.4382 6.4886C22.1873 6.8538 22.1873 7.9212 21.4382 8.2864L12.4382 12.6739C12.1616 12.8087 11.8384 12.8087 11.5618 12.6739L2.5618 8.2864C1.8127 7.9212 1.8127 6.8538 2.5618 6.4886L11.5618 2.1011C11.8384 1.9663 12.1616 1.9663 12.4382 2.1011ZM2 12.625L11.5618 17.2864C11.8384 17.4212 12.1616 17.4212 12.4382 17.2864L22 12.625M2 17.2375L11.5618 21.8989C11.8384 22.0337 12.1616 22.0337 12.4382 21.8989L22 17.2375" fill="none"/>
</svg>Related icons
The rest of the layers family first, then the Layout shelf.
FAQ
Answered from layers's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the layers icon for?
- Stacked sheets, for layers, z-order, groups and anything drawn one over another. It is filed under Layout in Keyline Icons, drawn on the same 24×24 grid as the rest of the set.
- What styles does the layers 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 layers?
- No. layers is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with layers?
- align-offset-bottom, align-offset-left, align-offset-right, align-offset-top, circle-align-offset-bottom and circle-align-offset-left, and 12 more, all shown below. They are the Layout shelf: nothing else in the set is named after layers.
- How do I import layers in React?
- <Layers /> 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 <Layers size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the layers SVG?
- icons/stroke/layers.svg, icons/duotone/layers.svg and icons/fill/layers.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 layers added to the set?
- Added 8 Sept 2026. It ships in v0.5.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.