- Download the latest release (
Slides-Icons-Installer.zip) - Unzip the downloaded file
- Right-click
Install-Icons.commandand select Open⚠️ If you see "unidentified developer" warning, click Open again The script will automatically copymanifest.xmlto the correct location for PowerPoint. - Restart PowerPoint
- Go to Insert → My Add-ins → Developer Add-ins (or Shared Folder)
- Click Slides Icons to open the panel
- Download
manifest.xmlfrom Releases - Place it in a shared network folder
- In PowerPoint: Insert → My Add-ins → Shared Folder → Add the folder path
- global Search - NEW! Toggle "Global" search to find icons across ALL 108 libraries simultaneously.
- 108 Icon Libraries - Bootstrap, FontAwesome, Material Design, Tabler, Phosphor, and now including Health Icons!
- 94,000+ Icons - Comprehensive coverage for any presentation need
- Collapsible Sidebar - Toggle libraries panel for more icon grid space
- Load More - Browse all icons with incremental loading (50 at a time)
- Custom Colors - Apply any color to icons with live preview
- Background Support - Add background colors to icon cards
- Multiple Sizes - Export at 24px, 48px, 64px, 96px, or 128px
- Fast Search - Instantly filter icons by name
- Offline-Ready - All icons embedded locally, no CDN dependencies
| Category | Libraries |
|---|---|
| General | Bootstrap, Feather, Lucide, Tabler, Heroicons, Iconoir |
| Material | Material Design Icons (7000+), Material Symbols |
| Brands | Simple Icons, Logos, Dev Icons |
| Medical | Health Icons (New!) - Specialized medical and health-related icons |
| Specialized | Crypto (coins), Flag (countries), Weather, Maps |
| Multi-color | Crypto, Flag, Logos, Ant Design Mobile |
Click to expand development setup
- Node.js 18+
- npm
# Install dependencies
npm install
# Extract icons from open-icons package (~1 min)
npm run extract-icons
# Build the add-in
npm run build
# Start local dev server
npm startmkdir -p ~/Library/Containers/com.microsoft.Powerpoint/Data/Documents/wef
cp manifest.xml ~/Library/Containers/com.microsoft.Powerpoint/Data/Documents/wef/Slides-Icons/
├── src/
│ ├── taskpane/ # Main UI (HTML, CSS, JS)
│ └── manifests/ # Extracted icon JSON files (107 libraries)
├── scripts/
│ ├── extract-open-icons.js # Icon extraction script
│ └── build.js # Build script
├── images/ # Screenshots and assets
├── dist/ # Built output (deployed to GitHub Pages)
├── manifest.xml # Development manifest (localhost)
└── manifest-prod.xml # Production manifest (GitHub Pages)
- Icons: Powered by Open-Icons by Cenfun
- All icons are licensed under their respective open-source licenses (MIT, Apache, etc.)
MIT License - Free for personal and commercial use.