Skip to content

zap-protocol/logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ZAP Protocol Brand Assets

Official logo files and brand guidelines for ZAP Protocol.

Logo Files

SVG (Vector)

File Description Use Case
svg/icon.svg Square icon with rounded corners Favicons, app icons
svg/icon-circle.svg Circular icon Social profiles
svg/icon-vector.svg Vector lightning bolt (no emoji) Print, high-res
svg/wordmark.svg Icon + "ZAP" text (light) Dark backgrounds
svg/wordmark-dark.svg Icon + "ZAP" text (dark) Light backgrounds
svg/lockup.svg Full lockup with tagline Headers, hero sections
svg/og-image.svg Social sharing image OpenGraph, Twitter cards

PNG (Raster)

Coming soon. Generate from SVGs at desired resolution.

Brand Colors

Color Hex RGB Usage
ZAP Blue #2563eb 37, 99, 235 Primary brand color
ZAP Blue Light #3b82f6 59, 130, 246 Accents, hover states
Background Dark #0a0a0a 10, 10, 10 Dark mode background
Text Light #ffffff 255, 255, 255 Light text
Text Muted #888888 136, 136, 136 Secondary text

Logo Usage

Do

  • Use the provided logo files without modification
  • Maintain clear space around the logo (minimum 20% of logo height)
  • Use on backgrounds with sufficient contrast

Don't

  • Stretch or distort the logo
  • Change the colors
  • Add effects (shadows, gradients, etc.)
  • Rotate (except the lightning bolt which is intentionally rotated -15°)

Icon Specifications

The ZAP icon features:

  • Lightning bolt rotated -15° to form a "Z" shape
  • Rounded square background (20% corner radius)
  • Electric blue (#2563eb) background color

Typography

The ZAP wordmark uses system fonts for web compatibility:

  • system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
  • Bold weight for "ZAP" text

File Formats

  • SVG: Preferred for web, scales infinitely
  • PNG: For applications that don't support SVG
  • ICO: For browser favicons (generate from SVG)

Generating PNGs

# Using Inkscape
inkscape -w 512 -h 512 svg/icon.svg -o png/icon-512.png

# Using ImageMagick (with rsvg)
convert -background none -density 300 svg/icon.svg -resize 512x512 png/icon-512.png

License

These brand assets are provided for use in accordance with ZAP Protocol brand guidelines. For questions about usage, contact the ZAP Protocol team.


ZAP Protocol — Infinitely faster. Zero-copy Application Protocol for the age of AI & crypto.

About

ZAP Protocol brand assets - logos, icons, and brand guidelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors