diff options
author | codecalm <codecalm@gmail.com> | 2020-03-20 15:14:36 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-20 15:14:36 +0100 |
commit | 24ebeda8696aeec1f506e26b9ece6437e186f113 (patch) | |
tree | e9cd5700b104dba6f048dd179acad0dc7b7601e4 | |
parent | sketch, illustrator, figma fixes (diff) | |
parent | Merge pull request #2 from FO-nTTaX/patch-1 (diff) | |
download | tabler-icons-24ebeda8696aeec1f506e26b9ece6437e186f113.tar.xz |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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 `<img>`, `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 <a href=""> <svg xmlns="http://www.w3.org/2000/svg" - class="icon tabler-icon tabler-icon-disabled" + class="icon icon-tabler icon-tabler-disabled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.25" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |