diff --git a/README.md b/README.md index ed34ecc3e..7f667d3df 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ A set of over 550 free MIT-licensed high-quality SVG icons for you to use in you **If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)** +We prepared for you a site where you can configure stroke, color and size online: [tablericons.com](https://tablericons.com) + ## Preview ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/icons.png) - ## Installation ``` @@ -26,21 +27,28 @@ All icons are built with SVG, so you can place them as ``, `background-imag If you load an icon as an image, you can modify its size using CSS. ```html -icon title +icon title ``` ### Inline HTML -You can paste the content of the icon file into your HTML code to display it on the page. +You can paste the content of the icon file into your HTML code to display it on the page. ```html - - ... + + ... Click me @@ -63,7 +71,7 @@ Add an icon to be displayed on your page with the following markup (`activity` i ```html - + ```