🎨 IPTV Channel Logos Pack 2026
Gratis HD channel logos voor je IPTV setup. Maak je TiviMate / Smarters / Kodi 10× mooier met juiste kanaal logo's. Plus hoe je ze koppelt aan je M3U.
🌟 Beste gratis logo packs
1. 🏆 tv-logo / tv-logos (GitHub)
De grootste community-onderhouden collectie: 10.000+ kanaal logos uit hele wereld, ~250×250 PNG transparante achtergrond.
URL: https://github.com/tv-logo/tv-logos
Direct image URL voorbeelden:
https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/npo-1-nl.png
https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/rtl-4-nl.png
https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/bbc-one-hd-uk.png
- ✅ 10.000+ logos, gestructureerd per land
- ✅ HD PNG met transparante achtergrond
- ✅ Actief onderhouden (bijdragen welkom)
- ✅ Direct linkbaar via raw GitHub URLs
2. picons / SatTV picons
URL: https://picons.eu/
- ✅ Vooral satelliet TV picons, ook voor IPTV bruikbaar
- ✅ Veel formats: 220×132, 400×240, 1080×630
- ✅ Voor Enigma2 / VU+ ook
3. Reddit r/IPTV community packs
Op r/IPTV verschijnen geregeld custom packs door community. Search "logo pack" — vaak grote zip downloads via Mediafire / MEGA.
4. EPG.best / EPG-Pro logos
Bij EPG.best premium en EPG-Pro krijg je vaak logos automatisch bij EPG mee. Geen aparte setup nodig.
🇳🇱 Logos voor Nederlandse kanalen
Direct linkbare URLs voor de meest gebruikte NL kanalen (via tv-logo repo):
| Kanaal | tvg-logo URL |
|---|---|
| NPO 1 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/npo-1-nl.png |
| NPO 2 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/npo-2-nl.png |
| NPO 3 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/npo-3-nl.png |
| RTL 4 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/rtl-4-nl.png |
| RTL 5 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/rtl-5-nl.png |
| RTL 7 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/rtl-7-nl.png |
| RTL 8 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/rtl-8-nl.png |
| SBS6 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/sbs-6-nl.png |
| Net5 | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/net-5-nl.png |
| Veronica | https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/veronica-nl.png |
⚙️ Logos koppelen aan je M3U
Methode 1: Direct in M3U (tvg-logo attribuut)
Bewerk je M3U en voeg tvg-logo toe per kanaal:
#EXTINF:-1 tvg-id="npo1.nl" tvg-logo="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/netherlands/npo-1-nl.png" group-title="NL Publiek",NPO 1
http://server.com/live/USER/PASS/100.ts
Gebruik onze M3U Editor voor batch updates.
Methode 2: Per-kanaal in TiviMate
- In TiviMate: lange druk op kanaal → Edit
- Logo URL: plak de juiste URL
- Save
⚠️ Niet praktisch voor 100+ kanalen — bewerk je M3U direct.
Methode 3: EPG XMLTV met icon URLs
Sommige EPG bronnen bevatten logo URLs in XMLTV. Voorbeeld snippet:
<channel id="npo1.nl">
<display-name>NPO 1</display-name>
<icon src="https://logo.com/npo1.png" />
</channel>
Sommige apps prefereren EPG-icons boven M3U tvg-logo.
🎨 Eigen logos maken
Voor obscure kanalen die niemand heeft:
- Resolutie: 250×250 PNG, transparante achtergrond
- Tools: Photoshop, GIMP (gratis), Figma (gratis), Canva
- Bewaar plek: eigen GitHub repo of imgur
- Direct linken: rechtermuis op image → "copy image URL"
Of: gebruik onze image converter om bestaande logos naar juiste formaat te zetten.
🔄 Logos batch updaten in M3U
Met onze tools kun je dit snel doen:
- Open je M3U in M3U Editor
- Per kanaal: vul tvg-logo veld in
- Of: gebruik find/replace om alle logos te updaten met regex
- Validate met M3U Validator