https://github.com/VectorLogoZone/logosearch
LogoSear.ch and IconSear.ch: search through zillions of SVG logos/icons directly linked to their source repos.
https://github.com/VectorLogoZone/logosearch
branding brands icons image-search image-search-engine logo logos svg svg-files svg-icons svg-images svg-logo svg-logos vector-graphics
Last synced: 9 months ago
JSON representation
LogoSear.ch and IconSear.ch: search through zillions of SVG logos/icons directly linked to their source repos.
- Host: GitHub
- URL: https://github.com/VectorLogoZone/logosearch
- Owner: VectorLogoZone
- License: agpl-3.0
- Created: 2018-11-30T14:49:18.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T03:19:04.000Z (10 months ago)
- Last Synced: 2025-03-27T04:24:31.453Z (10 months ago)
- Topics: branding, brands, icons, image-search, image-search-engine, logo, logos, svg, svg-files, svg-icons, svg-images, svg-logo, svg-logos, vector-graphics
- Language: TypeScript
- Homepage: https://logosear.ch/
- Size: 1.87 MB
- Stars: 114
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LogoSear.ch & IconSear.ch [
](https://iconsear.ch/) [
](https://logosear.ch/)
[](https://logosear.ch/)
[](https://logosear.ch/sources/index.html)
[](https://nodeping.com/reports/checks/1q4eb7g7-qh9u-4q9p-8tfd-5glw1j16n57n)
[](https://iconsear.ch/)
[](https://iconsear.ch/sources/index.html)
[](https://nodeping.com/reports/checks/nfbzxwky-g24l-48wr-842z-kk7ldz1iv881)
This is the source for the [LogoSear.ch](https://logosear.ch/) and [IconSear.ch](https://iconsear.ch/) websites.
## Using
Go to [LogoSear.ch](https://logosear.ch/search.html) or [IconSear.ch](https://iconsear.ch/search.html) and search for something!
Click on an image to go to the original source. You will need to check the source's license before re-using.
## Contributing
If you want to add another git repository with SVG logos, please submit a github issue on [git-svg-icons](https://github.com/VectorLogoZone/git-svg-icons/issues/new) repo.
Non-git sources can also be included, but it requires making an index file in the correct format. Let me know if you are interested & I can work on documenting how to do this.
Code contributions are welcome! Please follow the standard Github [Fork & Pull Request Workflow](https://gist.github.com/Chaser324/ce0505fbed06b947d962).
See the [to do list](TODO.md) for a list of things that are already being planned.
## API
While there is an internal API, it is not meant for public consumption. It is running on a low-end
server and will fall down if subjected to a serious load.
But feel free to run your own copy...
## Running
It is a fairly standard node.js web app:
```bash
yarn install
yarn start
```
See [config.ts](https://github.com/VectorLogoZone/logosearch/blob/main/src/config.ts) for details about configuring the environment variables.
## License
[GNU Affero General Public License v3.0](LICENSE.txt)
The images are the property of their original owners.
## Credits
[](https://getbootstrap.com/ "HTML/CSS Framework")
[](https://www.cloudflare.com/ "CDN")
[](https://fontawesome.com/ "Navbar icons")
[](https://git-scm.com/ "Version control")
[](https://github.com/ "Code hosting and CI")
[](https://www.goatcounter.com/ "Traffic Measurement")
[](https://cloud.google.com/run/ "Hosting")
[](https://github.com/googlefonts/noto-emoji/blob/master/svg/emoji_u1f99a.svg "Logo/Favicon")
[](https://handlebarsjs.com/ "Templating")
[](https://koajs.com/ "Web framework")
[](https://lunrjs.com/ "Full-text search")
[](https://nodejs.org/ "Application Server")
[](https://nodemon.io/ "Development tool")
[](https://nodeping.com?rid=201109281250J5K3P "Uptime monitoring")
[](https://www.getpino.io/ "Logging")
[](https://sass-lang.com/ "CSS tooling")
[](https://www.typescriptlang.org/ "Programming Language")
[](https://yarnpkg.com/en/ "JS Package Management")
- [axios](https://github.com/axios/axios)
- [José Solé](https://jmsole.cl/) - Noticia Text font for IconSear.ch
- [Omnibus Type](https://www.omnibus-type.com/fonts/sansita/) - Sansita font for LogoSear.ch
- [jQuery throttle/debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/)
- [transliteration](https://github.com/dzcpy/transliteration)