React Native
AWS Architecture Icons as typed React Native components built on react-native-svg — 805 icons in 5 sets.
Install
Section titled “Install”pnpm add @aws-icons/react-nativeimport {AmazonEc2} from '@aws-icons/react-native/architecture-service';// or per-icon (no barrel): import AmazonEc2 from '@aws-icons/react-native/resource/amazon-ec2-instance';
<AmazonEc2 width={32} height={32} /><AmazonEc2 title="Amazon EC2" /> // accessible labelSets: @aws-icons/react-native/architecture-service, /architecture-group, /category, /resource, /resource-dark.
Requires the react-native-svg peer. Default size 24, override via props.
Icon names are the PascalCased slug (amazon-ec2 → AmazonEc2).
AWS Architecture Icons are © Amazon Web Services, Inc., provided under the AWS icon terms.