Mermaid Chart Icons

Azure Icons


Adding an icon

    There are two ways to add icons to your Mermaid Chart diagrams:
  • Referencing the icon code in the Mermaid syntax.
  • Using the visual editor's icon picker.

Icon code

To use an Azure icon in your Mermaid Chart diagram, you can reference it by its code. The code for each icon is in the format icon: "azure:icon_code", where icon_code is the specific code for the Azure icon you want to use.

For example, to use the "Abs-member" icon, you would write: icon: "azure:abs-member".

flowchart
    n1["example"]
    n1@{ icon: "azure:abs-member"}

Visual editor

If you're using the visual editor, you can select the icon option from the toolbar. Click on the default icon to bring up the icon picker, where you can search for and select Azure icons.

Image

Azure icon picker in Mermaid Chart visual editor

Icons List

Mermaid currently supports 0 Azure icons. View the full list of supported Azure icons below.

Icon Icon Name Icon Code
© Mermaid Chart 2026