Skip to content

React Native

AWS Architecture Icons as typed React Native components built on react-native-svg — 3,145 icons in 5 sets.

Terminal window
pnpm add @aws-icons/react-native
import {Rocket} from "@aws-icons/react-native/flat";
<Rocket width={32} height={32} />
<Rocket title="Rocket launch" /> // accessible label

Requires the react-native-svg peer. Default size 24, override via props.