Layout Pattern

Funnel / Pyramid

Tapered shape showing progression, conversion, or hierarchy. Visualizes stages, filtering, or organizational levels.

ProcessConversionHierarchy

How to Use It

Funnels show narrowing (conversion stages, qualification pipelines). Pyramids show hierarchy or foundational layers. Label each tier with both a name and a metric when possible. Use color gradients from wide to narrow. Funnels read top-to-bottom; pyramids can go either direction. Annotate drop-off rates between funnel stages to tell the real story.

Content Zones

TitleSlide title
BodyPrimary content

OPF Config

layouts:funnel-pyramid
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — layouts/funnel-pyramid"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "funnel-pyramid",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.