Code Monkey home page Code Monkey logo

fusion's Introduction

Demo

Demo here.

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.

<div style="color: #112E49; stroke-width: 1.1;">
 <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none" stroke="currentColor">
 <circle cx="32" cy="32" r="24"/><line x1="20" y1="32" x2="44" y2="32"/><line x1="32" y1="20" x2="32" y2="44"/></svg>
</div>

Vue3 / React Method : inline-svg

Get your favorite inline svg loader like inline-svg

<inline-svg src="<path>/<Icon>.svg" stroke="black" stroke-width="1"/>

Oldshool No-Build Low-Http-Request way:

Download fusion-coins.svg / fusion-interface.svg / fusion-web3.svg to your project.

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

<svg style="color: #112E49; stroke-width: 1.1; aspect-ratio: 1/1;">
 <use xlink:href="sprites/fusion-interface.svg#alarm"></use>
</svg>
}

Note, there is a 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

License

See LICENSE

fusion's People

Contributors

gdixon avatar scco avatar wizardsorb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.