Skip to content

Supported Icons

Figram supports 1,725 cloud service icons out of the box across three major cloud providers.

Provider Pages

ProviderIconsDescription
AWS873Amazon Web Services icons organized by category
Azure636Microsoft Azure service icons organized by category
GCP216Google Cloud Platform icons organized by category

Usage

Use these icons by specifying provider and kind values in your YAML:

nodes:
- id: my-ec2
provider: aws # aws, azure, or gcp
kind: compute.ec2 # Use the kind value from each provider's page
label: "Web Server"

Provider Values

ProviderValue
Amazon Web Servicesaws
Microsoft Azureazure
Google Cloud Platformgcp

Icon Naming Conventions

All providers use hierarchical naming with categories:

category.service_name

AWS Examples

  • compute.ec2 - Amazon EC2
  • database.rds - Amazon RDS
  • networking.vpc - Amazon VPC

Azure Examples

  • compute.virtual_machine - Virtual Machine
  • storage.storage_accounts - Storage Account
  • web.app_services - App Service

GCP Examples

  • compute.compute_engine - Compute Engine
  • databases.cloud_sql - Cloud SQL
  • networking.cloud_dns - Cloud DNS