# pheralb/svgl

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/pheralb-svgl).**

5,578 stars · 773 forks · TypeScript · mit

## Links

- GitHub: https://github.com/pheralb/svgl
- Homepage: https://svgl.app
- awesome-repositories: https://awesome-repositories.com/repository/pheralb-svgl.md

## Topics

`hacktoberfest` `logos` `open-source` `optimized` `svelte` `sveltekit` `svg` `svg-icons` `svg-images` `tailwindcss`

## Tags

### Part of an Awesome List

- [Brand Logos](https://awesome-repositories.com/f/awesome-lists/media/brand-logos.md) — Provides a searchable collection of brand SVG logos for quick retrieval by name.
- [On-Demand Optimizations](https://awesome-repositories.com/f/awesome-lists/devtools/svg-optimization/on-demand-optimizations.md) — Applies SVGO compression to SVG logos on demand when requested via the API. ([source](https://svgl.app/api))

### Data & Databases

- [Static JSON Stores](https://awesome-repositories.com/f/data-databases/data-engineering-infrastructure/data-persistence-storage/data-storage-architectures/flat-file-data-stores/static-json-stores.md) — Stores the entire SVG collection as a static JSON file served directly to clients.
- [SVG Compressions](https://awesome-repositories.com/f/data-databases/data-compression/on-demand-chunk-compression/svg-compressions.md) — Applies SVGO compression to SVG logos on demand without modifying the stored originals.

### Graphics & Multimedia

- [SVG Icon Libraries](https://awesome-repositories.com/f/graphics-multimedia/svg-icon-libraries.md) — Provides a searchable library of SVG logos organized by category with filtering and pagination.

### User Interface & Experience

- [Automated Logo Fetching](https://awesome-repositories.com/f/user-interface-experience/automated-logo-fetching.md) — Provides a REST API endpoint to retrieve the complete SVG logo collection in a single call. ([source](https://svgl.app/docs/api))
- [Client-Side Search Filtering](https://awesome-repositories.com/f/user-interface-experience/client-side-search-filtering.md) — Filters logos by name or category entirely in the browser using JavaScript.
- [Logos](https://awesome-repositories.com/f/user-interface-experience/ui-architecture/design-utilities/design-assets/logos.md) — Provides a searchable, sortable gallery of SVG logos with links to each product's website. ([source](https://svgl.app/))
- [API Servers](https://awesome-repositories.com/f/user-interface-experience/ui-architecture/design-utilities/design-assets/logos/api-servers.md) — Ships a REST API that serves SVG logos for use in applications and design tools.
- [Paginated Logo Retrievals](https://awesome-repositories.com/f/user-interface-experience/automated-logo-fetching/paginated-logo-retrievals.md) — Implements pagination via query parameters to control SVG logo response size. ([source](https://svgl.app/docs/api))
- [Logo Importers](https://awesome-repositories.com/f/user-interface-experience/icon-fonts/svg-imports/logo-importers.md) — Ships CLI tools and packages for importing SVG logos directly into codebases.
- [Logo Imports](https://awesome-repositories.com/f/user-interface-experience/icon-fonts/svg-imports/logo-imports.md) — Ships CLI tools and editor extensions to import SVG logos directly into codebases. ([source](https://cdn.jsdelivr.net/gh/pheralb/svgl@main/README.md))
- [Galleries](https://awesome-repositories.com/f/user-interface-experience/ui-architecture/design-utilities/design-assets/logos/galleries.md) — Provides a web gallery for browsing and discovering SVG logos with search and sort.

### Web Development

- [REST Static File Servings](https://awesome-repositories.com/f/web-development/web-infrastructure-deployment/web-server-capabilities/static-asset-serving/rest-static-file-servings.md) — Serves SVG logos and metadata through a RESTful API that reads from a static JSON store.
- [Pagination Parameter Handlings](https://awesome-repositories.com/f/web-development/web-standards/search-engine-optimization/seo-management/pagination-link-optimization/query-parameter-whitelisting/pagination-parameter-handlings.md) — Accepts page and limit query parameters to paginate the SVG logo API responses.

### Content Management & Publishing

- [Category Listings](https://awesome-repositories.com/f/content-management-publishing/category-organizations/category-listings.md) — Exposes the list of available brand categories for filtering the SVG logo collection. ([source](https://svgl.app/docs/api))
- [File-Based Indexings](https://awesome-repositories.com/f/content-management-publishing/category-organizations/extension-category-organization/file-based-indexings.md) — Uses a predefined index within the static JSON file to enable instant category-based filtering.

### Development Tools & Productivity

- [Raw SVG Retrievals](https://awesome-repositories.com/f/development-tools-productivity/code-to-svg-visualizers/raw-svg-retrievals.md) — Provides an API endpoint to fetch the raw, unoptimized SVG markup for any logo. ([source](https://svgl.app/docs/api))
- [Category-Based Logo Filters](https://awesome-repositories.com/f/development-tools-productivity/search-query-filters/media-category-filters/category-based-logo-filters.md) — Filters SVG logos by predefined brand categories to narrow API results. ([source](https://svgl.app/docs/api))
