Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 5 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 5 gadiem
pirms 4 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
pirms 5 gadiem
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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: March 22nd 2020**
  4. - HUGE UPDATE! 😁
  5. - New 'Cloud Design Studio' icon set added with all offical Azure icons in new style
  6. - All Azure Docs icons refreshed with the new Azure branding / style
  7. - All Azure Patterns icons refreshed with the new Azure branding / style
  8. - Azure Patterns icons now have names!
  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 Docs](azure-docs)
  17. Scraped from main Azure docs site, all major Azure services are in here plus a couple of other useful icons. The main place to start if what you require is an icon for a top level Azure service
  18. #### ['Official' Azure Icons Set](azure-icons)
  19. This is the official "Microsoft Azure Icon Repository" set from the Microsoft Cloud Design Studio, the best place to look if you're after an Azure service or other icon from the Azure Portal. There will be an overlap with the Azure Docs set, but there's nearly four times the number of icons here.
  20. #### [Azure Patterns Collection](azure-patterns)
  21. Very large set of 1200+ icons including many Azure services, but mostly focused on other concepts, actions and gyphs. 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
  22. #### [Microsoft 'Cloud and AI' Set (Outdated)](cloud-old)
  23. This is the old 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). It is extremely outdated, and has many overlaps with the other sets, but also contains many unique icons. It's included here in entirety for completeness
  24. ## Other Sets
  25. #### [Logos & Brands](logos)
  26. Various product, company & programing language logos, hand picked & fetched from various sources online. Theses may or may not be directly Azure related
  27. #### [Other Icons](other)
  28. 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
  29. ## Links to Other Collections
  30. These are not part of this icon set, but linked to here as a useful external resources
  31. ##### [Kubernetes Icons ⇗](https://github.com/kubernetes/community/tree/master/icons)
  32. The official Kubernetes icons for all the resource types; pods, nodes, namespaces, etc etc. Available as PNG, SVG and in labeled and unlabeled forms
  33. ##### [CNCF Logos ⇗](https://github.com/cncf/artwork)
  34. Logos and icons for CNCF and CNCF projects
  35. ##### [Simpleicons.org ⇗](https://simpleicons.org/)
  36. Free SVG mono-coloured icons for popular brands
  37. ##### [Font Awesome ⇗](https://fontawesome.com/icons?d=gallery&m=free)
  38. Huge set of over 5,000 icons, free set of over 1,500 which can be downloaded as SVG
  39. ---
  40. # Scraping & Other Tools
  41. 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.