Step 1: Select two or more overlapping shapes
Boolean operations work on two or more shapes that overlap. Select with the Transform tool (T), Shift+click to add to the selection. Z-order matters for Subtract: the bottom-most shape is the one that survives, and every shape above it is cut away in a single operation. With three shapes selected, two of them are cutters.
Once a selection is eligible, the five boolean buttons also appear in the toolbar. They are hidden the rest of the time, so the menu and the shortcuts are the reliable route.
Step 2: Union - merge into one
Use Shape > Boolean Operations > Union (Ctrl+Alt+U). The shapes merge into a single path with the outline of their combined silhouette. Useful for building chunky logos out of overlapping primitives.
Step 3: Subtract - cut a hole
Place the cutout shape on top, select both, and use Subtract (Ctrl+Alt+S). The top shape is removed from the bottom, leaving a path with a hole. This is how you build keyhole shapes, doughnut rings, and stencil cutouts.
Step 4: Intersect - keep only the overlap
Select two shapes and use Intersect (Ctrl+Alt+I). The result is a single path that covers only the area both shapes shared. Useful for cropping geometry to a specific region.
Step 5: Exclude and Divide
Exclude (Ctrl+Alt+X) keeps everything except the overlap - the inverse of Intersect. Divide (Ctrl+Alt+D) computes every distinct region and returns them as one compound path, with each region as a subpath under an evenodd fill rule. To pull those regions apart into separate shapes, run Shape > Split Path (Ctrl+Alt+P) on the result.
Step 6: Boolean on text
Text can go straight into a boolean operation - SVGSketch outlines it on the way in, so there is no need to convert it first. Converting with Shape > Convert to Path (Ctrl+Shift+O) is still worth doing when you want to see and adjust the outlines before combining them.
Uploaded and Google fonts are outlined exactly, straight from the font file. A system font such as Arial or Segoe UI is not readable that way, so SVGSketch offers two routes instead: enable Local Fonts and it reads the installed file exactly, or let it trace what the browser draws - very close, though not the exact curves the designer drew.
Step 7: Know what the result keeps
Boolean math runs on polygons, so curves are flattened before the operation and the result is a polyline. Union two circles and you get a many-sided path that looks like the circles, not two arcs. For artwork that has to stay curved, model the shape directly rather than deriving it from a boolean.
The result takes its fill, stroke, stroke width, gradient and filters from the bottom-most shape in the selection. Dash patterns, endpoint markers, blend mode and element opacity are not carried over. Open paths and lines are skipped entirely, and an image contributes its bounding box rather than its transparency.