← All tools

icon-set-creator

Popularity 65 Updated Development & Build

Android & iOS icon generator for React Native

npmauto-collected

Installation

npm
npm install -g icon-set-creator

Install with npm.

[1]: https://www.npmjs.com/package/icon-set-creator

<header <p align="center" <img src="assets/iphone.png" alt="logo" width="400" </p <h1 align="center" Icon Set Creator </h1 <p align="center" Android & iOS icon generator for React Native </p <p align="center" <a href="https://www.npmjs.com/package/icon-set-creator" target="blank"<img src="https://img.shields.io/npm/v/icon-set-creator?color=7DE1D1&label=" alt="NPM version"</a <a href="https://www.npmjs.com/package/icon-set-creator" target="blank"<img alt="NPM Downloads" src="https://img.shields.io/npm/dm/icon-set-creator?color=6AC704&label="</a <a href="https://github.com/martiliones/icon-set-creator" target="blank"<img src="https://img.shields.io/github/license/martiliones/icon-set-creator.svg?label=&message=themes&color=FFB706" alt="License"</a <img src="https://img.shields.io/codecov/c/github/martiliones/icon-set-creator?color=FF4F4D&logoColor=FF4F4D" alt="Code Coverage" <br <a href="https://github.com/martiliones/icon-set-creator" target="blank"<img alt="GitHub stars" src="https://img.shields.io/github/stars/martiliones/icon-set-creator?style=social"</a </p </header

  • 🌈 <bEasy to install</b — does not require additional software
  • ⚡️ <bFast</b — image manipulation powered by sharp
  • 🛠 <bConfigurable</b — using cli options or config file
  • 📱 <biOS and Android support</b — create icons for both platforms with one command
  • 🌟 <bAdaptive Icons</b — support for color and image backgrounds
  • 🟢 <bRound Icons</b — automatically generated for Android

<h2⚡️ Quick Start</h2

You can run the icon generator with the npx command (available in Node.js 8.2.0 and later).

$ npx icon-set-creator create ./path/to/icon.png

For earlier Node versions, see 🚀 Installation section below.

<h2🚀 Installation</h2

Node Version Requirement Icon set creator requires Node.js version 14.0 or above (v16+ recommended). You can manage multiple versions of Node on the same machine with n, nvm or nvm-windows .

<h3Global</h3

To install the new package globally, use one of the following commands. You need administrator privileges to execute these unless npm was installed on your system through a Node.js version manager (e.g. n or nvm).

$ npm install -g icon-set-creator
# OR
$ yarn global add icon-set-creator

After installation, you will have access to the iconset binary in your command line. You can verify that it is properly installed by simply running iconset, which should present you with a help message listing all available commands.

You can check you have the right version with this command:

$ iconset --version

<h3Local for a project</h3

If you want to install the [icon-set-creator][1] locally, use one of the following commands:

$ npm install icon-set-creator -D
# OR
$ yarn add icon-set-creator -D