Insert polished icons directly into Google Slides.
Search across the live IconSearch catalog, refine by library and style, set color, point size, and placement, then insert a transparent PNG onto the current slide.
A focused IconSearch experience for Google Slides.
The interface keeps discovery, inspection, and the final handoff close together while using the same live catalog as the website.
Designed for the Slides sidebar
A compact two-column browser keeps search, filters, selection, and styling readable inside Google's fixed 300 px Editor add-on pane.
Slide-ready styling
Choose a point size, exact hex color, quick swatch, and center, corner, or content placement before insertion.
Sanitized transparent output
Remote SVG is cleaned in the browser and rendered to a transparent high-resolution PNG that Google Slides accepts natively.
Minimal presentation access
The add-on uses only current-presentation and container-UI scopes, sends no document content to IconSearch, and embeds no secret keys.
From local setup to a real icon.
Build and push the clasp-ready Apps Script files
Create an Editor add-on test deployment for Google Slides
Search and style an icon in the sidebar
Insert the selected PNG onto the current slide
cd google-slides-addon
npm install
npm run verify
npm run login
npm run pushReady for an Apps Script Editor add-on test deployment.
The 300 px sidebar, sanitizer, PNG conversion, bounded Apps Script insertion path, least-privilege manifest, clasp build, tests, and secret checks pass locally. A standard Cloud project, real Slides host QA, OAuth consent configuration, listing assets, and Google Workspace Marketplace review remain before public availability.