Supported Icons
Figram supports 1,725 cloud service icons out of the box across three major cloud providers.
Provider Pages
| Provider | Icons | Description |
|---|---|---|
| AWS | 873 | Amazon Web Services icons organized by category |
| Azure | 636 | Microsoft Azure service icons organized by category |
| GCP | 216 | Google 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
| Provider | Value |
|---|---|
| Amazon Web Services | aws |
| Microsoft Azure | azure |
| Google Cloud Platform | gcp |
Icon Naming Conventions
All providers use hierarchical naming with categories:
category.service_nameAWS Examples
compute.ec2- Amazon EC2database.rds- Amazon RDSnetworking.vpc- Amazon VPC
Azure Examples
compute.virtual_machine- Virtual Machinestorage.storage_accounts- Storage Accountweb.app_services- App Service
GCP Examples
compute.compute_engine- Compute Enginedatabases.cloud_sql- Cloud SQLnetworking.cloud_dns- Cloud DNS