React Native Vector Icons: Customizable icon library
Vector icon fonts rendered as native React Native components.
Learn more about react-native-vector-icons
React Native Vector Icons is a cross-platform icon library that renders vector-based icon fonts as native React Native components. The library bundles popular icon font collections and converts their glyphs into scalable native views that can be styled through standard React Native props for size, color, and other visual properties. It provides a component-based interface where icon names are mapped to their corresponding glyphs in the underlying font files, with the rendering engine translating these into platform-specific vector graphics on both iOS and Android. The implementation supports dynamic styling and theming by accepting standard style props, enabling icons to inherit colors and dimensions without requiring pre-generated image assets at multiple resolutions.
Multiple Icon Sets
Bundles 8 actively maintained icon families plus legacy sets, totaling over 15,000 icons across different design systems. Supports FontAwesome, Material Design, Ionicons, and others through a unified API without switching libraries.
Granular Package Installation
Each icon set ships as a separate npm package, allowing developers to install only required fonts. Reduces bundle size by excluding unused icon families from the final application build.
PNG Export Capability
Renders icons as static PNG image sources in addition to vector components. Enables compatibility with contexts where vector rendering fails or performance requires rasterized assets.
import { FontAwesome5 } from "@react-native-vector-icons/fontawesome5";
<FontAwesome5 name="comments" size={30} color="#900" />; // Defaults to regular
<FontAwesome5 name="comments" size={30} color="#900" iconType="solid" />
<FontAwesome5 name="comments" size={30} color="#900" iconType="light" />generator-react-native-vector-icons@12.4.0
- –upgrade FontAwesome to version 7 with new package strucutre (#1857)
- –John Ferlito @johnf
@react-native-vector-icons/zocial@12.4.0
- –upgrade FontAwesome to version 7 with new package strucutre (#1857)
- –Updated @react-native-vector-icons/common to 12.4.0
- –John Ferlito @johnf
@react-native-vector-icons/octicons@20.4.0
- –upgrade FontAwesome to version 7 with new package strucutre (#1857)
- –upgrade octicons to 19.19.0 (#1853)
- –Updated @react-native-vector-icons/common to 12.4.0
- –John Ferlito @johnf
See how people are using react-native-vector-icons
Related Repositories
Discover similar tools and frameworks used by developers
Stats
macOS menu bar app displaying CPU, GPU, memory, disk, network, and battery stats.
Telegram Desktop
Official Telegram desktop client for Windows, macOS, and Linux using the MTProto secure protocol.
WSABuilds
Precompiled Windows Subsystem for Android packages with Google Play Store and root access via Magisk/KernelSU.
Seal
Android video/audio downloader using yt-dlp with Kotlin and Jetpack Compose.
react-native-video
Native iOS/Android video playback with streaming and DRM.