1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-11 08:34:10 +02:00

Merge pull request #29 from ckissi/add_tableicons_link

Added tablericons.com link to readme.
This commit is contained in:
Paweł Kuna
2020-07-10 20:34:04 +02:00
committed by GitHub

View File

@@ -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) :)** **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 ## Preview
![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/icons.png) ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/icons.png)
## Installation ## Installation
``` ```
@@ -35,11 +36,18 @@ You can paste the content of the icon file into your HTML code to display it on
```html ```html
<a href=""> <a href="">
<svg xmlns="http://www.w3.org/2000/svg" <svg
xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-disabled" class="icon icon-tabler icon-tabler-disabled"
width="24" height="24" viewBox="0 0 24 24" width="24"
stroke-width="1.25" stroke="currentColor" fill="none" height="24"
stroke-linecap="round" stroke-linejoin="round"> viewBox="0 0 24 24"
stroke-width="1.25"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
... ...
</svg> </svg>
Click me Click me