Gathering detailed insights and metrics for @sammarks/iconoir-react-native
Gathering detailed insights and metrics for @sammarks/iconoir-react-native
Gathering detailed insights and metrics for @sammarks/iconoir-react-native
Gathering detailed insights and metrics for @sammarks/iconoir-react-native
An open source icons library with 1600+ icons, supporting React, React Native, Flutter, Vue, Figma, and Framer.
npm install @sammarks/iconoir-react-native
Typescript
Module System
Node Version
NPM Version
TypeScript (60.78%)
JavaScript (11.51%)
C++ (10.14%)
CMake (8.38%)
CSS (6.4%)
HTML (0.82%)
C (0.64%)
Dart (0.6%)
Swift (0.52%)
Vue (0.15%)
Kotlin (0.06%)
Objective-C (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4,119 Stars
573 Commits
180 Forks
24 Watchers
3 Branches
19 Contributors
Updated on Jul 15, 2025
Latest Version
3.0.0
Package Id
@sammarks/iconoir-react-native@3.0.0
Unpacked Size
2.55 MB
Size
162.59 kB
File Count
2,019
NPM Version
6.14.16
Node Version
14.19.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
6
Iconoir is an open source library with 900+ SVG Icons. No premium icons, no email sign-up, no newsletters. You can browse the full suite of icons at iconoir.com.
iconoir-react-native
is an open source package that exports these icons as React Native components (react-native-svg
) that can be used in all of your React Native projects.
Based on Iconoir Icons v4.4.0
.
yarn add iconoir-react-native react-native-svg
or
npm i iconoir-react-native react-native-svg
1import React from 'react'; 2import { View } from 'react-native'; 3import { Iconoir } from 'iconoir-react-native'; 4 5const App = () => { 6 return ( 7 <View> 8 <Iconoir /> 9 </View> 10 ); 11}; 12 13export default App;
Icons can take any react-native-svg
properties as optional props, e.g.
1<Iconoir color="red" height={36} width={36} />
Default values for the most common props are given below:
Prop name | Default value |
---|---|
color | "currentColor" |
width | "1.5em" |
height | "1.5em" |
strokeWidth | 1.5 |
fill | "none" |
For the most part, the React components are named as PascalCase variations of their reference names (i.e. add-circle-outline
becomes AddCircleOutline
). However, some names have been altered slightly either because they start with numerical digits, which would lead to invalid React component names, or because they are organisations which use PascalCase in their brand names, such as GitHub
. The altered names are as follows:
Iconoir Name | React Native Component |
---|---|
1st-medal | Medal1St |
4k-display | Display4K |
4x4-cell | Cell4X4 |
360-view | View360 |
github | GitHub |
github-outline | GitHubOutline |
gitlab-full | GitLabFull |
linkedin | LinkedIn |
tiktok | TikTok |
youtube | YouTube |
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
2 existing vulnerabilities detected
Details
Reason
6 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 7
Reason
Found 0/27 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More