Layout Pattern

Icon Grid

Grid of icon+label pairs for features, capabilities, or categories. Scannable and visually clean.

FeaturesVisualScannable

How to Use It

Icon grids replace bullet lists with something far more engaging. Use a 2x3 or 3x3 grid. Each cell: one icon, one label (2-5 words), and optionally one line of supporting text. Choose a consistent icon style (outline or filled, not mixed). This layout works exceptionally well for feature overviews, capability maps, or category breakdowns.

Content Zones

TitleSlide title
BodyPrimary content

OPF Config

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

Preview this config live at pptx.dev/playground.