| title | description | category | subcategory | tags | difficulty | products | author | created | updated | license | related | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Icons Index |
Searchable catalog of all Power Apps icon resources and documentation |
visual-assets |
icons |
|
beginner |
|
PowerAppsDarren |
2024-01-01 |
2026-01-22 |
MIT |
|
A searchable catalog of all icon-related resources in this repository.
Total Documentation Files: 2 Total Icon Resources: 1 Categories: Icon Gallery, Icon Collections
This section contains documentation and resources for working with icons in Power Apps. It includes galleries of built-in icons, collections from various icon packs, and usage patterns for implementing icon-based interfaces.
- Use this section when: Displaying icon galleries, creating icon-based navigation, or managing icon resources in your Power Apps
- Best for: UI designers, developers building icon-heavy interfaces, teams maintaining visual consistency
- Related: SVGs for vector graphics, Colors for theming
| File | Description |
|---|---|
all-icons-in-gallery.md |
Complete gallery displaying all Power Apps built-in icons |
README.md |
Comprehensive guide to icon resources and external icon packs |
The all-icons-in-gallery.md file provides a complete collection of all Power Apps built-in icons displayed in a gallery control. This includes:
- Category-based icon organization
- Searchable icon catalog
- Copy-ready icon names for use in formulas
- Visual preview of each icon
// Display an icon in an Image control
Image: =Icon.IconName
// Gallery showing all icons
galIcons.Items = fxIcons
galIcons.WrapCount = 4
The README.md contains links to numerous external icon resources:
| Resource | Description |
|---|---|
| Fluent System Icons | Microsoft's official icon set |
| Font Awesome | Popular icon library |
| Material Design Icons | Google's material icons |
| Simple Icons | Brand and technology icons |
- SVGs - Scalable vector graphics
- Colors - Color palettes and theming
- UI Controls - Control styling
- UI Patterns - Design patterns
Last Updated: 2026-01-22 Total Files: 2 Maintainers: PowerAppsDarren