Gathering detailed insights and metrics for @bitcoin-design/bitcoin-icons-svg
Gathering detailed insights and metrics for @bitcoin-design/bitcoin-icons-svg
Gathering detailed insights and metrics for @bitcoin-design/bitcoin-icons-svg
Gathering detailed insights and metrics for @bitcoin-design/bitcoin-icons-svg
Icons made for Bitcoin applications, free to use.
npm install @bitcoin-design/bitcoin-icons-svg
Typescript
Module System
Node Version
NPM Version
JavaScript (63.03%)
TypeScript (36.97%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
115 Stars
112 Commits
23 Forks
9 Watchers
8 Branches
5 Contributors
Updated on Jun 01, 2025
Latest Version
0.1.10
Package Id
@bitcoin-design/bitcoin-icons-svg@0.1.10
Unpacked Size
356.38 kB
Size
53.49 kB
File Count
1,012
NPM Version
8.1.0
Node Version
16.13.0
Published on
Oct 17, 2023
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
No dependencies detected.
Bitcoin Icons is an open-source/open-design set of icons made for Bitcoin centric applications. Included are general icons most applications need like arrows and a home icon, and maybe more importantly Bitcoin-specific icons like a wallet, keys, miner and Bitcoin symbols.
First, install @bitcoin-design/bitcoin-icons-svg
from npm:
1npm install @bitcoin-design/bitcoin-icons-svg
Now each icon can be imported individually
1import { BitcoinIcon } from '@bitcoin-design/bitcoin-icons-svg/filled' 2 3console.log(BitcoinIcon) 4// ==> 5// { 6// name: 'bitcoin', 7// svg: '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">...</svg>' 8// };
The outline icons can be imported from @bitcoin-design/bitcoin-icons-svg/outline
, and the filled icons can be imported from @bitcoin-design/bitcoin-icons-svg/filled
.
Icons use an upper camel case naming convention and are always suffixed with the word Icon
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 4/13 approved changesets -- score normalized to 3
Reason
8 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
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