Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drum-n-bass/fusion

Fusion is an open source collection of handcrafted well balanced line-based vector icons made for your next web3 project.
https://github.com/drum-n-bass/fusion

crypto icons iconset minimal react spritesheets svg vector vue3 web3

Last synced: 9 days ago
JSON representation

Fusion is an open source collection of handcrafted well balanced line-based vector icons made for your next web3 project.

Awesome Lists containing this project

README

        

Demo
----
Demo [here](https://fusion.li).

Single Use Method : copy/paste icon's code into your html
----

Open icon-file, copy code to html.
Notice : You can use the regular color attribute.

```html





```

Vue3 / React Method : inline-svg
----

Get your favorite inline svg loader like inline-svg

```js

```

Oldshool No-Build Low-Http-Request way:
----

Download [`fusion-coins.svg`](sprites/fusion-coins.svg) / [`fusion-interface.svg`](sprites/fusion-interface.svg) / [`fusion-web3.svg`](sprites/fusion-web3.svg) to your project.

Use the spritesheet files, that contains the icons you need, and icons name after the #

```html

}
```

Note, there is a [`genSprites.js`](/genSprites.js) written in Node JS, to generate these spritesheets from the icons folder. You will not need this file inside your project.

Fusion for Figma
----

There is also a Figma file for our designer friends.

[`online`](https://www.figma.com/file/SQPTWYnxQv3188UUmKBPIv/fusion)

License
----
See [LICENSE](LICENSE)