Skip to content

feat: Adds iconify icons to mermaid#1180

Open
aanzolaavila wants to merge 1 commit into
jpanther:devfrom
aanzolaavila:aanzola/add-iconify-to-mermaid
Open

feat: Adds iconify icons to mermaid#1180
aanzolaavila wants to merge 1 commit into
jpanther:devfrom
aanzolaavila:aanzola/add-iconify-to-mermaid

Conversation

@aanzolaavila

@aanzolaavila aanzolaavila commented Jul 3, 2026

Copy link
Copy Markdown

Description

Adds support for iconify icons in mermaid.

This is my first PR to this repo, so any suggestion, improvements and such is deeply appreciated. I wrote this a long time ago to get these icons in my mermaid posts so probably would need adjustments to how the maintainer would do it.

Example:

{{< mermaid >}}
---
title: Example Athena Architecture
---
architecture-beta
  group vpc(logos:aws-vpc)[VPC]
  group psubnet[Private Subnet] in vpc

  service athena(logos:aws-athena)[Athena] in vpc
  service server(server)[Server] in vpc
  service storage(logos:aws-s3)[Storage] in vpc
  service database(logos:aws-rds)[RDS Postgres] in psubnet
  service dbconnector(logos:aws-lambda)[Postgres Athena connector] in psubnet
  service externalconnector(logos-aws-lambda)[Custom Athena connector] in vpc

  athena:R -- L:dbconnector

{{< /mermaid >}}
image

@netlify

netlify Bot commented Jul 3, 2026

Copy link
Copy Markdown

Deploy Preview for hugo-congo ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 4144f91
🔍 Latest deploy log https://app.netlify.com/projects/hugo-congo/deploys/6a47fbbed24fa30008619ea1
😎 Deploy Preview https://deploy-preview-1180--hugo-congo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant