Three boxes wired top to bottom, for project structure, work breakdown and plans. On a 24×24 grid in stroke, duotone and fill, 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="M4 3L9 3C9.5523 3 10 3.4477 10 4L10 7C10 7.5523 9.5523 8 9 8L4 8C3.4477 8 3 7.5523 3 7L3 4C3 3.4477 3.4477 3 4 3ZM15 3L20 3C20.5523 3 21 3.4477 21 4L21 7C21 7.5523 20.5523 8 20 8L15 8C14.4477 8 14 7.5523 14 7L14 4C14 3.4477 14.4477 3 15 3ZM9.5 16L14.5 16C15.0523 16 15.5 16.4477 15.5 17L15.5 20C15.5 20.5523 15.0523 21 14.5 21L9.5 21C8.9477 21 8.5 20.5523 8.5 20L8.5 17C8.5 16.4477 8.9477 16 9.5 16ZM10 5.5L14 5.5M6.5 8L6.5 11C6.5 11.5523 6.9477 12 7.5 12L11 12C11.5523 12 12 12.4477 12 13L12 16" fill="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- project
- work breakdown
- structure
- plan
- tree of tasks
Related icons
The rest of the diagram family first, then the Diagrams shelf.
FAQ
Answered from diagram-project's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the diagram-project icon for?
- Three boxes wired top to bottom, for project structure, work breakdown and plans. It is filed under Diagrams in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as project, work breakdown, structure, plan and tree of tasks, and the browser's search matches all of those.
- What styles does the diagram-project 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 diagram-project?
- No. diagram-project is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with diagram-project?
- diagram-predecessor, diagram-subtask and diagram-successor, all shown below. The diagram family is listed first, then the rest of the Diagrams shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import diagram-project in React?
- <DiagramProject /> 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 <DiagramProject size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the diagram-project SVG?
- icons/stroke/diagram-project.svg, icons/duotone/diagram-project.svg and icons/fill/diagram-project.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 diagram-project added to the set?
- Added 10 Sept 2026. It ships in v0.7.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.