Giter VIP home page Giter VIP logo

iconsax's Introduction

900+ icons from Iconsax (by Vuesax)

Whilst there were webfont files available from the site, I couldn't get them to work so I uploaded the icons here onto Github, then wrote a script that lets you add any icon via a single line. I take no ownership of these icons, just the script I wrote to retrieve the file urls, as well as the cheatsheet I made.

iconsax.io | vuesax.com


ICONS LIST:

💘 glenthemes.tumblr.com/icons/iconsax 💘


HOW TO USE:

Make sure you have jQuery somewhere on your page. If you don't have it, put this under <head>:

<script src="//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

Paste the essential scripts (also under <head>):

<script src="//glenthemes.github.io/iconsax/geticons.js"></script>
<link href="//glenthemes.github.io/iconsax/style.css" rel="stylesheet">

To use an icon, paste the following line where you want your icon to be:

<i class="iconsax" icon-name="milk"></i>

Choose an icon from the list, copy the name and paste it between the "" of icon-name="".
(in this case, replace milk).

Use this CSS to set the global appearance of the icons:

:root {
    --Iconsax-Size:20px;
    --Iconsax-Color:#9fb3c7;
}

If you want to change the styling of an icon e.g. under a different div:

.special-class .iconsax {
    --Iconsax-Size:14px;
    --Iconsax-Color:#696969;
}

TROUBLESHOOTING:

discord.gg/RcMKnwz

iconsax's People

Contributors

glenthemes 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.