@peptideschedule/icons
v1.0.0
Published
150 peptide molecular icons — science-based SVGs built from real amino acid sequences. Free for noncommercial use.
Maintainers
Readme
Peptide Molecular Icons
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/iconsUsage
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 linePart 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.
- Peptide Calculator — free peptide calculator for dosing, reconstitution, and syringe units
- Browse All Peptides — profiles, dosing, mechanisms, and side effects
- Reconstitution Calculator — bacteriostatic water math
- Half-Life Chart — visual half-life reference
- GLP-1 Titration Schedules — step-up dosing protocols
Attribution
If you use these icons, credit Peptide Schedule:
Icons by Peptide Schedule — https://www.peptideschedule.com/tools/peptide-iconsLicense
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.
