awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 dépôts

Awesome GitHub RepositoriesIcon Collections

Libraries or utilities that aggregate and manage multiple sets of graphical icons for UI use.

Distinguishing note: Specifically addresses the integration and simultaneous usage of multiple distinct icon sets.

Explore 9 awesome GitHub repositories matching user interface & experience · Icon Collections. Refine with filters or upvote what's useful.

Awesome Icon Collections GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vuetifyjs/vuetifyAvatar de vuetifyjs

    vuetifyjs/vuetify

    41,003Voir sur GitHub↗

    This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib

    The library combines several different icon collections simultaneously to meet diverse design requirements within a single application.

    TypeScriptjavascriptmaterialmaterial-components
    Voir sur GitHub↗41,003
  • simple-icons/simple-iconsAvatar de simple-icons

    simple-icons/simple-icons

    24,495Voir sur GitHub↗

    Simple Icons is a comprehensive repository of standardized brand logos provided in scalable vector format. It serves as a programmatic data source that offers direct access to official brand vector paths and color codes, enabling developers to integrate consistent visual assets into software projects and user interfaces. The project functions as a web-ready asset provider that supports multiple delivery methods, including direct file imports, remote image embedding, and font-based rendering. By centralizing the storage of icon geometry as raw vector path strings, it ensures consistent renderi

    Provides a comprehensive repository of standardized brand logos in scalable vector format.

    JavaScriptbrandbrand-assetsbrand-colors
    Voir sur GitHub↗24,495
  • antfu-collective/iconesAvatar de antfu-collective

    antfu-collective/icones

    7,386Voir sur GitHub↗

    Icones is a client-side icon browser and management tool that lets you search, preview, and download icons from the Iconify ecosystem. It provides instant fuzzy search across thousands of icons from multiple collections, all performed locally in the browser without server round-trips. The tool enables you to filter icons by category, bookmark individual icons or entire collections for later use, and download icons as SVG files. A distinctive capability is the ability to pack selected icons into a custom icon font file, generated on the client side using WebAssembly-based font compilation. Ic

    Serves as an icon browsing tool for searching, previewing, and downloading icons from Iconify collections.

    Vueicon-collectionsiconsiconsets
    Voir sur GitHub↗7,386
  • antfu/iconesAvatar de antfu

    antfu/icones

    7,379Voir sur GitHub↗

    Icones is a suite of tools for exploring icon ecosystems, performing offline searches, and exporting assets in font or SVG formats. It serves as a web interface for searching, browsing, and downloading icons from various libraries powered by the Iconify framework. The project features an offline icon search engine that utilizes local fuzzy search to find graphic assets without a constant network connection. It also includes a custom icon font generator to bundle selected icons into a single font file and an SVG icon downloader for extracting individual graphics or copy-pasting usage scripts.

    Provides utilities to organize, filter by category, and bookmark sets of icons for faster retrieval.

    Vue
    Voir sur GitHub↗7,379
  • nuxt/uiAvatar de nuxt

    nuxt/ui

    6,675Voir sur GitHub↗

    Nuxt UI is a comprehensive Vue component library built for the Nuxt ecosystem, providing over 125 production-ready, WAI-ARIA compliant components for building modern web applications. The library offers a complete design system with Tailwind CSS theming, supporting dark mode, custom color palettes, semantic color aliases, and runtime theme switching through CSS design tokens. It includes built-in internationalization for over 50 languages, server-side rendering compatibility, and a Figma kit that mirrors the code components for design-to-development consistency. The library distinguishes itse

    Displays icons from the Iconify library by passing collection and name to a dedicated component.

    Vuecomponentsnuxtnuxt-module
    Voir sur GitHub↗6,675
  • hect0x7/jmcomic-crawler-pythonAvatar de hect0x7

    hect0x7/JMComic-Crawler-Python

    6,371Voir sur GitHub↗

    JMComic-Crawler-Python is a high-performance asynchronous web scraper and API client designed to programmatically retrieve images and metadata from a comic hosting service. It functions as a media archiving tool for batch downloading albums and chapters, automating the process of saving content to a local filesystem. The project is distinguished by its ability to reverse server-side pixel obfuscation, using a decryption tool to reconstruct sliced and shuffled images. To maintain stable connectivity, it utilizes a network bypass utility featuring dynamic domain rotation and proxy routing to ci

    Accesses user accounts to list favorite folders and fetch stored album collections.

    Python18comicasynciocrawler
    Voir sur GitHub↗6,371
  • antfu/unplugin-iconsAvatar de antfu

    antfu/unplugin-icons

    4,876Voir sur GitHub↗

    unplugin-icons est un fournisseur universel de composants d'icônes et un optimiseur d'assets au moment de la compilation qui transforme diverses bibliothèques SVG en une interface unifiée multi-framework. Il fonctionne comme un pipeline d'icônes SVG, convertissant des milliers d'icônes provenant de divers jeux en composants à la demande ou en chaînes brutes pour une utilisation à travers différents frameworks frontend. L'outil fournit une bibliothèque d'icônes multi-framework qui optimise la taille des bundles en incluant exclusivement les icônes spécifiques référencées dans le code source. Il simplifie davantage le workflow de développement grâce à l'importation automatique d'icônes et à l'utilisation d'alias pour mapper les noms de collections longs à des identifiants plus courts. Le système gère les composants SVG en permettant le chargement de jeux d'icônes personnalisés et l'application de transformations globales. Il inclut également des capacités de configuration visuelle pour personnaliser la taille et la couleur des icônes via des paramètres globaux ou des paramètres de requête.

    Maps long icon collection names to short identifiers to simplify imports within a project.

    TypeScript
    Voir sur GitHub↗4,876
  • unplugin/unplugin-iconsAvatar de unplugin

    unplugin/unplugin-icons

    4,774Voir sur GitHub↗

    unplugin-icons is a build-time plugin that integrates with modern bundlers to import icons from popular icon sets automatically. It detects icon usage in source code and tree-shakes the final bundle to include only the icons actually referenced, reducing unnecessary payload. The plugin also provides a mechanism for loading custom SVG icon collections from local files or remote sources, making them accessible through the same import syntax as built-in sets. The plugin is framework-agnostic and offers a conventional path resolution scheme for referencing icons by collection and name across diff

    Provides a single API to access icons from multiple popular icon sets like Material and Font Awesome.

    TypeScripticonifyiconsjsx
    Voir sur GitHub↗4,774
  • iconify/icon-setsAvatar de iconify

    iconify/icon-sets

    938Voir sur GitHub↗

    Icon-sets is a repository and toolkit for aggregating, optimizing, and managing open-source vector icon collections. It functions as an SVG icon collection manager, vector icon library, and processing utility that organizes design assets into standardized JSON data structures and graphic files. The project provides comprehensive capabilities for icon import, export, processing, and rendering. Imported vector graphics undergo schema-driven validation, security sanitization, and format standardization alongside geometric transformations such as scaling, rotation, and flipping. Alias-based data

    Icon management tool processes structured icon collections and extracts individual icon data for rendering and manipulation.

    TypeScript
    Voir sur GitHub↗938
  1. Home
  2. User Interface & Experience
  3. Icon Collections

Explorer les sous-tags

  • Alias ReuseIcon management tool maps alternate names and transformations to parent icons to eliminate duplicate data within collections. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses specifically on mapping alternate alias names to parent icons for data deduplication within collections.
  • Collection AggregatorsIcon management tool combines multiple open source vector icon collections into a single unified format to simplify asset integration. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses specifically on the aggregation and unification of multiple third-party icon collections into a single format.
  • Collection AliasingMapping long icon collection names to shorter identifiers for simplified imports. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses on the naming aliases of the collections rather than the assets themselves.
  • Collection BookmarkersSaves entire icon sets for quick retrieval and reuse across browsing sessions. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses on bookmarking entire collections for later access, not aggregating or managing multiple icon sets.
  • Collection ExportersIcon management tool serializes processed icon data into standard vector files, structured JSON bundles, or distributable packages. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses specifically on the export serialization pipeline for icon collections into multiple output formats.
  • Collection SubsettingFilters large icon collections down to specific subsets and prunes redundant metadata. **Distinct from Icon Collections:** Distinct from general collection management by focusing specifically on size reduction and subset filtering.
  • Custom SourceLoads user-defined SVG files from local or remote sources as a named icon collection with the same import syntax. **Distinct from Icon Collections:** Specifically about loading user's own SVGs as a collection, not just managing existing icon sets.
  • Data Structure ExportersIcon management tool generates structured data representing an icon collection and writes the output directly to a file for storage. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses on exporting structured collection data directly into files for storage and transport.
  • Icon Browsers1 sous-tagTools that let users search, preview, and download icons from icon collections with instant fuzzy matching. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses on the browsing and search interface for icons, not the aggregation or management of icon sets.
  • Set ParsersIcon management tool processes structured icon collections and extracts individual icon data for rendering and manipulation. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses on programmatic parsing and extraction of individual icon data from structured sets.
  • Set Structuring UtilitiesIcon management tool groups vector icons under a shared prefix and collection structure to organize and manage design assets. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses on grouping and prefix structuring of vector assets rather than general library aggregation.
  • Set ValidatorsIcon management tool inspects icon collection data structures, checks integrity against schemas, and attempts automatic error correction. **Distinct from Icon Collections:** Distinct from Icon Collections: focuses specifically on schema integrity checks and automated error correction for icon sets.
  • User-Defined Collection Loaders1 sous-tagA plugin that loads user-defined SVG icons from files or URLs and makes them available via the same import API. **Distinct from Icon Collections:** Specifically a plugin that loads user-provided SVGs as a custom collection, not just managing existing icon sets.