82 lines
2.4 KiB
Markdown
82 lines
2.4 KiB
Markdown
---
|
|
title: selfh.st/icons
|
|
created: 2026-06-08
|
|
updated: 2026-06-08
|
|
type: app
|
|
tags: [catalogue, icons, app-marathon3-batch-c]
|
|
confidence: high
|
|
contested: false
|
|
sources: [https://selfh.st/apps/?tag=icons&app=selfh-st-icons]
|
|
---
|
|
|
|
# 🎨 selfh.st/icons
|
|
|
|
> La plus grande collection d'icônes d'apps self-hosted gratuites, par la communauté selfh.st.
|
|
|
|
## 📋 Informations Générales
|
|
|
|
| Champ | Valeur |
|
|
| :--- | :--- |
|
|
| **Site web** | [selfh.st/icons](https://selfh.st/icons/) |
|
|
| **GitHub** | [selfhst/selfh.st-icons](https://github.com/selfhst/selfh.st-icons) |
|
|
| **License** | MIT |
|
|
| **Langage** | SVG |
|
|
| **Étoiles GitHub** | 600 ⭐ |
|
|
| **Catégorie** | [[cat-icons|Icons]] |
|
|
|
|
## 📝 Description
|
|
|
|
**selfh.st/icons** est une collection communautaire d'icônes SVG/PNG pour plus de 2000 applications self-hosted, à utiliser dans vos dashboards, README, sites web. Compatible DashboardIcons, Heimdall, Homarr, etc. **Différence vs Iconify/Flaticon** : focus self-hosted, qualité cohérente, noms uniformes, CDN rapide, MIT license. **Pour qui** : créateurs de dashboards, rédacteurs de docs, designers web.
|
|
|
|
## 🚀 Installation
|
|
|
|
### CDN direct (recommandé)
|
|
|
|
```html
|
|
<!-- Format SVG standard -->
|
|
<img src="https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/<app-slug>.png" width="64" />
|
|
|
|
<!-- ou SVG inline -->
|
|
<svg width="64" height="64"><use href="https://cdn.jsdelivr.net/gh/selfhst/icons@main/svg/<app-slug>.svg" /></svg>
|
|
```
|
|
|
|
### Auto-hébergement
|
|
|
|
```yaml
|
|
version: '3.8'
|
|
services:
|
|
selfh-icons:
|
|
image: ghcr.io/selfhst/icons-server:latest
|
|
container_name: selfh-icons
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9000:80"
|
|
volumes:
|
|
- icons-data:/usr/share/nginx/html
|
|
```
|
|
|
|
## 🔄 Alternatives
|
|
|
|
### Open Source
|
|
- **Iconify** — méta-collection massive, plus généraliste
|
|
- **Material Icons** — Google Material Design icons
|
|
- **Simple Icons** — logos de marques (pas seulement self-hosted)
|
|
- **DashboardIcons.com** — app dashboard web
|
|
- **Homarr icons** — collection spécifique Homarr
|
|
|
|
### Propriétaires
|
|
- **Flaticon** — site propriétaire freemium
|
|
- **Iconfinder** — payant
|
|
- **IconScout** — commercial
|
|
- **Streamline Icons** — commercial
|
|
|
|
## 🔐 Sécurité
|
|
- **MIT** : usage commercial/privé autorisé
|
|
- **Attribution** : pas requise mais appréciée
|
|
- **Pas d'auth** : utilisation directe CDN
|
|
|
|
## Pages Liées
|
|
- [[cat-icons]] — Catégorie Icons
|
|
- [[app-homarr]] — non créé
|
|
- [[app-flox]] — Movies
|