Want to add a logo to the collection? Awesome — here's the whole process.
💰 Looking for the gold sponsored card pinned first in the gallery instead? That's a paid spot — open logos.lndev.me/?modal=sponsor.
Drop your file in logos/:
- Naming: lowercase, hyphenated —
my-brand.svg(e.g.google-wallet.svg, notGoogleWallet.svg). - Variants: the icon goes in
my-brand.svg; if you also have a logotype (icon + name), add it asmy-brand-wordmark.svg. - Valid standalone SVG: must parse as XML (declare
xmlns, andxmlns:xlinkif you usexlink:href). No<script>, no raster images (<image>/base64), no external references. - Optimized: run it through SVGO or SVGOMG. Keep it under ~50 KB.
- Check for duplicates: search
logos/(and think about aliases —vscodeis already there asvisual-studio-code).
Open scripts/gen.py, find the CONTRIBUTED LOGOS section and add one line:
add("dev", "my-brand")Category keys: ai lang fw dev cloud db design social pay prod shop media os mkt sec web corp.
If you skip this step the logo lands in 📦 Others — it still works, just less discoverable.
python3 scripts/gen_site.pyThis rebuilds README.md, the categories/*.md tables and index.html from the logos/ folder. (Optional, maintainer-only: python3 scripts/gen_og.py regenerates the social image — needs Pillow + ImageMagick.)
Commit your logo and the regenerated files, then open a PR with:
-
logos/my-brand.svg(kebab-case, optimized, valid XML) - Category declared in
scripts/gen.py -
README.md,categories/*.mdandindex.htmlregenerated - A link to the official brand source (press kit, brand page…)
Only submit logos you have the right to share — official brand assets or marks you own. All logos remain trademarks of their respective owners (see LICENSE); inclusion here doesn't grant usage rights nor imply endorsement.