A fast, searchable database of 6000+ Microsoft FluentUI System Icons with platform-specific identifiers for iOS, Android, React, and Svelte.
Live: fluentui-icons.keenmate.dev
# Install dependencies
make install
# Setup database
make setup-db
# Start dev server
make dev
Visit localhost:4000
# Copy and configure environment
cp .env.example .env
# Build and push to registry
make docker-deploy-registry
# Run migrations
make migrate-prod
GET /api/icons/search?q=pen&size=24&style=regular
MIT