npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@peptideschedule/icons

v1.0.0

Published

150 peptide molecular icons — science-based SVGs built from real amino acid sequences. Free for noncommercial use.

Readme

Peptide Molecular Icons

License: CC BY-NC 4.0

Science-based visual fingerprints for 150 peptides. Each icon encodes amino acid residue count, chemical class, and relative mass into a compact SVG.

Browse & Download Icons | Peptide Calculator | Browse All Peptides


Preview

Dark mode (top) and Light mode (bottom) — 150 icons total. View all icons


What This Is

150 peptide molecular icons built from real amino acid sequences. Each bubble represents one amino acid residue. Bubble size maps to residue mass. Bubble color maps to one of five biochemical classes: hydrophobic, polar, positive charge, negative charge, and special.

  • 102 icons from verified amino acid sequences
  • 27 simplified icons (non-standard residues mapped to closest standard match)
  • 21 compound icons (non-peptide molecules like MK-677, NAD+, L-Carnitine)

Install

npm install @peptideschedule/icons

Usage

HTML

<img src="node_modules/@peptideschedule/icons/icons/dark/bpc-157.svg" width="48" alt="BPC-157 molecular icon" />

React

import bpc157 from '@peptideschedule/icons/icons/dark/bpc-157.svg';

function PeptideIcon() {
  return <img src={bpc157} width={48} alt="BPC-157 molecular icon" />;
}

Direct Download

Download individual SVGs or the full set from the interactive gallery.

What the Icons Encode

| Visual Property | Maps To | |----------------|---------| | Each bubble | One amino acid residue | | Bubble size | Relative residue mass (Trp = largest, Gly = smallest) | | Bubble color | Biochemical class (hydrophobic, polar, positive, negative, special) | | Bubble count | Total residue count in the peptide chain | | Ring layout | Cyclic peptide structure |

What the Icons Don't Show

  • Stereochemistry (D/L amino acids look the same)
  • Post-translational modifications, PEGylation, fatty acid chains
  • 3D folding or receptor binding
  • Biological activity or potency claims

Dark vs Light

File Structure

peptide-icons/
  icons/
    dark/           # 150 dark-background SVGs
    light/          # 150 light-background SVGs
  icons.json        # Manifest with metadata for all 150 icons
  LICENSE           # CC BY-NC 4.0
  ATTRIBUTION.txt   # Copy-paste credit line

Part of Peptide Schedule

This icon set is part of Peptide Schedule — the most extensive curated peptide resource with free calculators, protocol tracking, and scheduling tools for 150+ peptides.

Attribution

If you use these icons, credit Peptide Schedule:

Icons by Peptide Schedule — https://www.peptideschedule.com/tools/peptide-icons

License

CC BY-NC 4.0 — Free for personal, educational, editorial, and other noncommercial use with attribution.

Commercial use (apps, SaaS, ads, client work, paid courses, products) requires a separate license.

Get a commercial license