Skip to content

Qwik

AWS Architecture Icons as typed Qwik components (ESM only) — 805 icons in 5 sets.

Terminal window
pnpm add @aws-icons/qwik
import {AmazonEc2} from '@aws-icons/qwik/architecture-service';
// or per-icon (no barrel): import AmazonEc2 from '@aws-icons/qwik/resource/amazon-ec2-instance';
<AmazonEc2 width={32} /> // decorative: aria-hidden
<AmazonEc2 title="Amazon EC2" /> // accessible: role="img" + aria-label

Sets: @aws-icons/qwik/architecture-service, /architecture-group, /category, /resource, /resource-dark. Icon names are the PascalCased slug (amazon-ec2 → AmazonEc2).

AWS Architecture Icons are © Amazon Web Services, Inc., provided under the AWS icon terms.