Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

readme.md 1.8 KiB

5 anni fa
5 anni fa
5 anni fa
5 anni fa
5 anni fa
5 anni fa
5 anni fa
5 anni fa
5 anni fa
5 anni fa
123456789101112131415161718192021222324252627282930313233343536
  1. # SVG Icon Collection
  2. This is a collection of various technical icons, glyphs, logos and other imagery all in SVG format. The icons are mainly Azure related but there are various other brands and logos plus abstract/generic symbols.
  3. All files are run through [SVGO](https://github.com/svg/svgo) to clean them up and optimize them
  4. Icons refreshed/updated: Jan 2019
  5. # Ownership & Copyright
  6. I do not attribute ownership to any of these icons & images. No copyright infringement is intended.
  7. All files have been sourced and scraped from the public internet and various Microsoft sites. They are collected here under fair use.
  8. # Icon Galleries
  9. To view the icons, gallery pages indexing each of the main sets is provided:
  10. #### [Azure Patterns Collection](azure-patterns)
  11. Probably the best place to start, 700 icons including all Azure services, this has been scraped from https://azure.microsoft.com/en-gb/patterns/styles/glyphs-icons/
  12. #### [Azure Docs](azure-docs)
  13. Scraped from main Azure docs site, all major Azure services are in here plus a couple of other useful icons. In most places this overlaps with the above set
  14. #### [Logos & Brands](logos)
  15. Various product, company & programing language logos, fetched from various sources online
  16. #### [Azure Various](azure-dotcom)
  17. Extra icons taken from pages on the azure.com site, but overlaps removed
  18. #### [Microsoft Learning Site](learning-site)
  19. More conceptual and illustration type images taken from https://docs.microsoft.com/en-us/learn/browse
  20. #### [Other Icons](other)
  21. There's several Azure icons which can't be found anywhere else (e.g. Azure DevOps) and some taken from the Azure portal
  22. # Scraping & Other Tools
  23. Various Node.js and bash scripts used for scraping, converting and generating the gallery pages are contained in the `_tools` folder. These are provided as-is with minimal documentation. Here be dragons.