2020-03-10 23:09:22 +01:00
# Tabler Icons
2020-03-01 16:06:35 +01:00
2020-03-10 22:48:47 +01:00
A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects.
2020-03-01 19:02:17 +01:00
2020-03-10 22:12:47 +01:00
![Tabler icons ](icons.svg )
2020-03-05 23:48:52 +01:00
2020-03-10 23:09:22 +01:00
### Install with npm
2020-03-10 23:00:25 +01:00
```
npm install tabler-icons --save
```
2020-03-05 23:48:52 +01:00
### Multiple strokes
2020-03-10 23:00:25 +01:00
All icons in this repository are drawn with the value `stroke` property, so if you change its value you can get different variants of icon, that will fit into your project.
2020-03-10 23:09:22 +01:00
```svg
< svg xmlns = "http://www.w3.org/2000/svg"
class="icon tabler-icon tabler-icon-disabled"
width="24" height="24" viewBox="0 0 24 24"
stroke-width="1.25" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
2020-03-10 23:00:25 +01:00
...
< / svg >
```
2020-03-10 22:12:47 +01:00
![Tabler icons ](icons-stroke.svg )
2020-03-10 23:09:22 +01:00
## License
Tabler Icons is licensed under the [MIT License ](https://github.com/tabler/tabler-icons/blob/master/LICENSE ).