Skip to content

jessefalzone/ico-to-svg

Repository files navigation

ico-to-svg

A tool to convert .ico icons to .svg. I built this to batch process icons for research and learning purposes.

Sample input (.ico)

Network icon Agent icon

Sample output (.svg)

Network svg Agent svg

Installation

For now, clone the repo:

git clone [email protected]:jessefalzone/ico-to-svg.git && \
cd ico-to-svg && \
npm i

Then symlink the bin:

npm link

Check if it worked:

i2s --help

Usage

Usage: i2s [options] <icons...>

Converts .ico icons to SVGs.

Arguments:
  icons                  One or more icons or paths

Options:
  -o, --output [output]  Output directory (default: "./svg")
  -h, --help             display help for command

Heavily inspired by the efforts of React95 and pixel-perfect-svg.

About

Convert .ico icons to .svg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published