Insert presentation-ready icons without leaving PowerPoint.
Search the live IconSearch catalog, adjust size, color, and placement, then insert a sanitized SVG or transparent PNG fallback onto the current slide.
A focused IconSearch experience for Microsoft PowerPoint.
The interface keeps discovery, inspection, and the final handoff close together while using the same live catalog as the website.
Fast mixed-library search
Results begin with a useful cross-library query and hydrate visible SVG previews progressively for smooth task-pane scrolling.
Slide-ready styling
Choose a point size, exact hex color, quick swatch, and supported placement before inserting the icon.
Broad host compatibility
Modern PowerPoint hosts receive sanitized SVG while older supported hosts receive a high-quality transparent PNG.
Minimal data access
The add-in uses the public icon API, embeds no secret keys, and requests only the document permission required for insertion.
From local setup to a real icon.
Install dependencies and trust the local HTTPS certificate
Start and sideload the XML manifest in PowerPoint
Search and style an icon in the task pane
Insert the selected icon onto the current slide
cd powerpoint-addin
npm install
npx office-addin-dev-certs install
npm startReady for local PowerPoint sideloading and host tests.
The task pane, sanitizer, SVG and PNG insertion paths, HTTPS tooling, and add-in-only XML manifest are implemented. Production hosting, cross-host QA, listing assets, and Microsoft Marketplace review remain before public availability.