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.
- Host: GitHub
- URL: https://github.com/karl-horning/scalable-logo-library
- Owner: Karl-Horning
- License: mit
- Created: 2025-01-07T12:12:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-28T20:40:27.000Z (11 months ago)
- Last Synced: 2025-07-28T22:27:42.778Z (11 months ago)
- Topics: assets, branding, design-assets, developer-tools, edtech, educational-technology, icons, logos, reusable-assets, svg, university-logos
- Homepage:
- Size: 3.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)