diff --git a/README.md b/README.md index 389dbcde3..639057f95 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,21 @@ A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a `2px` stroke. -``` -npm install tabler-icons --save -``` +**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** ## Preview ![](./.github/icons.svg) +## Installation + +``` +npm install tabler-icons --save +``` + +or just [download from Github](https://github.com/tabler/tabler-icons/releases). + ## Usage All icons are built with SVG, so you can place them as ``, `background-image` and inline in HTML code. @@ -30,7 +36,7 @@ You can paste the content of the icon file into your HTML code to display it on ```html