0.5.0 • Published 3 years ago

podicons v0.5.0

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

podicons

Handwritten SVG icons with compressibility in mind

Metrics 📊

  • 20×20px bounding box
  • 16×16px live area
  • 2px stroke weight
  • 1px corner radius

Base shapes in order of preference

Strokes are always considered to be outside shapes for measurements.

  1. 12×12px square with no elements outside
  2. 14×14px circle with no elements outside
  3. 8×8px square-small
  4. 10×10px circle-small

Format

  • Colors are inherited via currentColor
  • Attributes should be sorted as defined in the latest SVG standard
  • Results shall be minified using SVGO:
    npx svgo --config=.svgo.yml --input=outline/icon.svg

Starter templates

Outline

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2"></svg>
0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago