Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

readme.md 3.6 KiB

5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. 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.
  2. All files are run through [SVGO](https://github.com/svg/svgo) to clean them up and optimize them
  3. **Icons refreshed/updated: June 28th 2019**
  4. - Added "Microsoft Azure Cloud and AI Symbol / Icon Set - SVG" as "official"
  5. - Azure Docs collection refreshed with a few new services
  6. - Azure Patterns Collection has nearly 200 new icons
  7. - Azure ML icons and App Config added to 'Other'
  8. - Several logos added to logo set
  9. # Ownership & Copyright
  10. I do not attribute ownership to any of these icons & images. No copyright infringement is intended.
  11. All files have been sourced and scraped from the public internet and various Microsoft sites. They are collected here under fair use.
  12. # Icon Galleries
  13. To view the icons, thumbnail gallery pages for each of the main sets is provided. The gallery pages also allow you to search the icons, view them on a range of light & dark backgrounds and also download the icon in SVG or PNG format.
  14. Note. These galleries only work when viewing this repo from GitHub pages here https://code.benco.io/icon-collection/
  15. ## Core Azure Sets
  16. #### [Azure Patterns Collection](azure-patterns)
  17. Probably the best place to start, 900+ icons including all Azure services, this has been scraped from https://azure.microsoft.com/en-gb/patterns/styles/glyphs-icons/ This is made public, as part of the "Sundog" Azure.com design system
  18. #### [Azure Docs](azure-docs)
  19. Scraped from main Azure docs site, all major Azure services are in here plus a couple of other useful icons. In many places this overlaps with the above set, but is a bit more focused on core Azure services making it easier to find what you are looking for.
  20. #### [Microsoft 'Official' Set](official)
  21. This is the official "Microsoft Azure Cloud and AI Symbol / Icon Set - SVG" dated 15/05/2019 fetched from [here](https://www.microsoft.com/en-gb/download/details.aspx?id=41937). This has many overlaps with the other sets, but also contains many unique icons. It's included here in entirety for completeness
  22. ## Other Sets
  23. #### [Logos & Brands](logos)
  24. Various product, company & programing language logos, hand picked & fetched from various sources online. Theses may or may not be directly Azure related
  25. #### [Other Icons](other)
  26. Many other Azure & Microsoft icons sourced from various places; Azure.com pages, Azure Docs git repo, Azure portal etc. Most of these are hand picked or moved here manually, these shouldn't overlap with the other sets, but may do
  27. ## Links to Other Collections
  28. These are not part of this icon set, but linked to here as a useful external resources
  29. ##### [Kubernetes Icons ⇗](https://github.com/kubernetes/community/tree/master/icons)
  30. The official Kubernetes icons for all the resource types; pods, nodes, namespaces, etc etc. Available as PNG, SVG and in labeled and unlabeled forms
  31. ##### [CNCF Logos ⇗](https://github.com/cncf/artwork)
  32. Logos and icons for CNCF and CNCF projects
  33. ##### [Simpleicons.org ⇗](https://simpleicons.org/)
  34. Free SVG mono-coloured icons for popular brands
  35. ##### [Font Awesome ⇗](https://fontawesome.com/icons?d=gallery&m=free)
  36. Huge set of over 5,000 icons, free set of over 1,500 which can be downloaded as SVG
  37. ---
  38. # Scraping & Other Tools
  39. 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.