This will give you the content that you then paste into a local whatever.html file.
The Azure portal has a block of SVG definitions, and any instances where the portal uses service icons it uses SVGs that just point to the definition
By copying the SVG definitions and the relevant styling elements, we can embed the icons using the exact code that Azure uses to render them.
Open that file in your browser to view the demo. It will cycle through random resource providers and show the corresponding icons. The generated code includes a mapping from resource type to the SVG identifier used by Azure that we replicated.
2
Answers
Go to "All services", the three lines on the left nav.
Open the browser console.
Run
This will give you the content that you then paste into a local
whatever.html
file.The Azure portal has a block of SVG definitions, and any instances where the portal uses service icons it uses SVGs that just point to the definition
By copying the SVG definitions and the relevant styling elements, we can embed the icons using the exact code that Azure uses to render them.
Open that file in your browser to view the demo. It will cycle through random resource providers and show the corresponding icons. The generated code includes a mapping from resource type to the SVG identifier used by Azure that we replicated.
Assuming you don’t want to download, you can manually extract these icons directly from the Azure Architecture center which offers these icon downloads as SVGs – https://learn.microsoft.com/en-us/azure/architecture/icons/