structureexternalvisual

Icon Grid Slide Template

Grid of 4-9 items, each with a Lucide icon, title, and description bullets. Auto-layouts as 2x2, 3x2, 3x3. Use for feature lists or capability maps.

Try in Playground
Icon Grid slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
49
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
cards
Array of cards items

Example brief

Our capabilities: Analytics (bar-chart, real-time BI, predictive models, custom dashboards), Cloud (cloud, multi-cloud infrastructure, auto-scaling, disaster recovery), Security (shield, zero-trust architecture, SOC2 certified, penetration testing), AI/ML (brain, production ML pipelines, NLP, computer vision), DevOps (git-branch, CI/CD automation, infrastructure-as-code), Support (headphones, 24/7 enterprise SLA, dedicated CSM).

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "e15ee022-faae-5eaf-b591-e51dd03e71fa",
    "brief": "Our capabilities: Analytics (bar-chart, real-time BI, predictive models, custom ..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "e15ee022-faae-5eaf-b591-e51dd03e71fa",
  "params": {
    "cards": [
      {
        "title": "Speed",
        "description": "12-second generation vs 48-hour manual",
        "icon": "zap"
      },
      {
        "title": "Quality",
        "description": "Consulting-grade output scored by AI",
        "icon": "award"
      },
      {
        "title": "Cost",
        "description": "90% cheaper than design agencies",
        "icon": "dollar-sign"
      },
      {
        "title": "Scale",
        "description": "API handles 1000+ concurrent requests",
        "icon": "trending-up"
      },
      {
        "title": "Security",
        "description": "SOC2, GDPR, enterprise SSO",
        "icon": "shield"
      },
      {
        "title": "Integration",
        "description": "Works with existing tools via API/MCP",
        "icon": "link"
      }
    ],
    "title": "Six key differentiators drive customer choice",
    "subtitle": "Why Customers Choose SlideForge",
    "footer": "Customer acquisition analysis | Q3 2025",
    "takeaway": "Speed and cost are the top 2 reasons cited in 78% of won deals"
  }
}'

Tags

iconsgridfeaturesservicescapabilitiesvaluesbenefitsofferingsvisualcards

Related templates

Frequently asked questions

How do I render a Icon Grid slide?

Send a POST request to /v1/render with template "e15ee022-faae-5eaf-b591-e51dd03e71fa" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Icon Grid template accept?

The Icon Grid template accepts: cards. Supports 4-9 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Icon Grid slide in under 1 second. $3 free credit, no card required.