An open API service indexing awesome lists of open source software.

https://github.com/karl-horning/scalable-logo-library

A structured library of scalable logo assets (SVG, PNG, AI, PSD) for educational and tech-related projects.
https://github.com/karl-horning/scalable-logo-library

assets branding design-assets developer-tools edtech educational-technology icons logos reusable-assets svg university-logos

Last synced: 4 months ago
JSON representation

A structured library of scalable logo assets (SVG, PNG, AI, PSD) for educational and tech-related projects.

Awesome Lists containing this project

README

          

# Scalable Logo Library

## Table of Contents

- [Scalable Logo Library](#scalable-logo-library)
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Project Structure](#project-structure)
- [Usage](#usage)
- [Suggested Integration](#suggested-integration)
- [Preferred Format](#preferred-format)
- [Disclaimer](#disclaimer)
- [Licence](#licence)
- [Author](#author)

---

## Overview

A growing collection of high-quality logo assets, primarily in SVG format, for reuse across personal and educational tech projects. Logos are categorised by purpose or technology area and prioritise scalability and performance.

---

## Project Structure

```bash
src/
├── ai/ # Adobe Illustrator (.ai)
├── png/ # Raster images (.png)
├── psd/ # Photoshop files (.psd)
└── svg/ # Scalable Vector Graphics (.svg)
├── development/ # Developer tools & frameworks
├── educational-tools/ # Learning tech tools
├── lms/ # Learning Management Systems
├── sites/ # Web platforms and social logos
├── software/ # Productivity & design software
└── universities/ # University and HE branding
```

---

## Usage

These assets can be used in:

- Learning technology presentations
- Documentation or internal guides
- Portfolios or personal websites
- UI mockups and prototypes

Please ensure you respect any brand usage guidelines associated with third-party logos.

---

## Suggested Integration

You can clone the repo or add it as a submodule in other projects:

```bash
git submodule add https://github.com/Karl-Horning/scalable-logo-library.git assets/logos
```

Update import paths depending on your project's structure.

---

## Preferred Format

Use **SVG** files whenever possible for:

- Crisp rendering at any size
- Smaller file sizes (compared to PNG)
- Easy styling with CSS

---

## Disclaimer

All third-party logos are the property of their respective owners. This repository is maintained for personal and educational use only.

If you represent a brand and would like an asset removed or updated, please [open an issue](https://github.com/Karl-Horning/scalable-logo-library/issues).

---

## Licence

MIT © 2025 Karl Horning

---

## Author

Made with ❤️ by [Karl Horning](https://github.com/Karl-Horning)