Pathfinder & Boolean Operations: Combining and Cutting Shapes

Vector Graphics

Chapter 6 · Pathfinder & Boolean Operations: Combining and Cutting Shapes

Chapter 4's own tip box pointed here directly: the simple rectangles, circles, and polygons from that chapter become genuinely useful once they're combined. Pathfinder's boolean operations build complex, custom-looking shapes out of these simple building blocks, rather than requiring every complex shape to be hand-drawn with the Pen tool from scratch.

What Pathfinder Actually Does: Combining Simple Shapes Into Complex Ones

Boolean operations take two or more overlapping shapes and combine them according to a specific rule — merge them, cut one out of the other, keep only where they overlap, or keep only where they don't. A rounded rectangle with a circular notch cut into one edge, a crescent moon shape, a plus sign made from two overlapping rectangles — all of these are far easier to build from simple overlapping shapes than to draw directly with the Pen tool.

Union: Merging Shapes Into One

Union merges two or more overlapping shapes into a single new shape, combining their outlines into one continuous path and discarding the internal overlap. Two overlapping circles become one rounded, peanut-like shape; a rectangle overlapping a triangle becomes a single house-shaped outline.

Subtract (Minus Front): Cutting One Shape Out of Another

Subtract (often labeled "Minus Front" in Illustrator, since it removes whichever shape is on top from whichever is beneath) cuts the overlapping area of the front shape out of the back shape, like a cookie cutter. A circle placed over the corner of a square and subtracted produces a square with a rounded notch cut out of that corner.

Intersect: Keeping Only the Overlap

Intersect keeps only the area where all the selected shapes overlap, discarding everything else. Two overlapping circles intersected produce only the lens-shaped sliver where both circles cover the same space — a classic technique for a Venn-diagram-style shape or a stylized eye.

Exclude: Keeping Only the Non-Overlap

Exclude does the opposite of Intersect — it keeps everything except the overlapping area, effectively punching a hole wherever the shapes cover each other. Two overlapping circles excluded produce two separate crescent-like shapes where the overlap has been removed from each.

Illustrator's Pathfinder Panel vs. Inkscape's Path Menu

Illustrator groups these operations in its dedicated Pathfinder panel, with each operation represented by an icon button. Inkscape offers the same four core operations through its Path menu's own Boolean Operations submenu, under slightly different names — Union, Difference, Intersection, and Exclusion. The underlying logic is identical in both; only the panel location and exact wording differ.

OperationIllustrator (Pathfinder panel)Inkscape (Path menu)
Merge shapes into oneUniteUnion
Cut front shape out of backMinus FrontDifference
Keep only the overlapIntersectIntersection
Keep only the non-overlapExcludeExclusion
Combined shapes still need organizing
A logo built from several Pathfinder operations often ends up as multiple resulting shapes that need to stay together as the design is refined further. Chapter 7's own layers and grouping material is exactly what keeps a multi-shape composition like this organized as it grows more complex.
Most Pathfinder operations are destructive — the originals are gone
It's tempting to apply Union, Subtract, Intersect, or Exclude freely, assuming the original separate shapes can always be recovered afterward. In both applications, these standard Pathfinder operations replace the original shapes with a single new resulting path — the original separate shapes are gone once the operation is applied, similar to Chapter 4's own warning about converting a live shape into a plain path. Keeping a duplicate of the original shapes before applying a boolean operation is the safest way to preserve the ability to start over if the result isn't right.

Hands-On Exercises

Exercise 1

A designer wants to create a rounded rectangle with a circular notch cut out of one corner, using only the basic shapes from Chapter 4. Using this chapter's own material, explain which Pathfinder operation achieves this and how.

📄 View solution
Exercise 2

After applying Union to combine two circles, a colleague wants to go back and adjust just one of the original circles, but finds they're no longer separately selectable. Using this chapter's own warning box, explain what happened and how to avoid this in the future.

📄 View solution
Exercise 3

Explain, using this chapter's own material, the difference between Intersect and Exclude when applied to the same two overlapping circles.

📄 View solution

Chapter 6 Quick Reference

  • Union merges overlapping shapes into one continuous outline
  • Subtract/Difference cuts the front shape's overlap out of the back shape
  • Intersect/Intersection keeps only the overlapping area; Exclude/Exclusion keeps only the non-overlapping area
  • Illustrator's Pathfinder panel and Inkscape's Path menu offer the same four core operations under slightly different names
  • These operations are usually destructive — duplicate the original shapes first if they might be needed again