An open API service indexing awesome lists of open source software.

https://github.com/kripod/podicons

Handwritten SVG icons with compressibility in mind
https://github.com/kripod/podicons

icons lightweight outline svg

Last synced: 5 months ago
JSON representation

Handwritten SVG icons with compressibility in mind

Awesome Lists containing this project

README

          

# 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_](./outline/square.svg) with no elements outside
2. [14×14px _circle_](./outline/circle.svg) with no elements outside
3. [8×8px _square-small_](./outline/square-small.svg)
4. [10×10px _circle-small_](./outline/circle-small.svg)

### Format

- Colors are inherited via `currentColor`
- Attributes should be sorted as defined in the [latest SVG standard](https://www.w3.org/TR/SVG2/)
- Results shall be minified using [SVGO](https://github.com/svg/svgo):
```bash
npx svgo --config=.svgo.yml --input=outline/icon.svg
```

### Starter templates

#### Outline

```svg

```