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
- Host: GitHub
- URL: https://github.com/kripod/podicons
- Owner: kripod
- License: mit
- Created: 2021-01-10T16:57:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T00:28:06.000Z (over 5 years ago)
- Last Synced: 2025-03-18T12:12:09.109Z (over 1 year ago)
- Topics: icons, lightweight, outline, svg
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```