@tabler/icons

3.31.0 • Public • Published

Tabler Icons

Tabler Icons

A set of 5880 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.

Browse all icons at tabler-icons.io →

Latest Release License

Sponsors

If you want to support my project and help me grow it, you can become a sponsor on GitHub or just donate on PayPal :)

Tabler sponsors

Installation

yarn add @tabler/icons

or

npm install @tabler/icons

or

pnpm install @tabler/icons

or just download from Github.

Usage

All icons are built with SVG, so you can place them as <img>, background-image and inline in HTML code.

HTML image

If you load an icon as an image, you can modify its size using CSS.

<img src="path/to/icon.svg" alt="icon title" />

Inline HTML

You can paste the content of the icon file into your HTML code to display it on the page.

<a href="">
  <svg
    xmlns="http://www.w3.org/2000/svg"
    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"
  >
    ...
  </svg>
  Click me
</a>

Thanks to that, you can change the size, color and the stroke-width of the icons with CSS code.

.icon-tabler {
  color: red;
  width: 32px;
  height: 32px;
  stroke-width: 1.25;
}

Contributing

For more info on how to contribute please see the contribution guidelines.

Caught a mistake or want to contribute to the documentation? Edit this page on Github

License

Tabler Icons is licensed under the MIT License.

Sponsor Tabler

Sponsor Tabler

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.0-beta.20beta
3.31.0201,287latest

Version History

VersionDownloads (Last 7 Days)Published
3.31.0201,287
3.30.036,369
3.29.016,483
3.28.114,875
3.28.0114
3.27.1851
3.27.00
3.26.09,541
3.25.062
3.24.06,833
3.23.0861
3.22.08,738
3.21.08,099
3.20.01,793
3.19.010,261
3.18.0914
3.17.019,651
3.16.01,736
3.15.0604
3.14.04,497
3.13.088
3.12.04,490
3.11.05,376
3.10.03,510
3.9.0708
3.8.0292
3.7.01,291
3.6.02,988
3.5.06,080
3.4.01,390
3.3.02,902
3.2.015,682
3.1.02,391
3.0.312
3.0.22
3.0.1207
3.0.0146
3.0.0-beta.20
3.0.0-beta0
3.0.0-alpha.15
2.47.056,249
3.0.0-alpha.01
2.46.04,142
2.45.01,189
2.44.01,548
2.43.064
2.42.02,260
2.41.0258
2.40.02,450
2.39.02,704
2.38.0288
2.37.0719
2.36.023
2.35.0169
2.34.01,283
2.33.0402
2.32.01,336
2.31.0209
2.30.02,564
2.29.0195
2.28.093
2.27.019
2.26.0257
2.25.0470
2.24.0138
2.23.0423
2.22.01,008
2.21.090
2.20.0461
2.19.0322
2.18.0208
2.17.01,453
2.16.0858
2.15.04,515
2.14.0162
2.13.285
2.13.114
2.13.025
2.12.0227
2.11.0444
2.10.0832
2.9.082
2.8.014
2.7.0109
2.6.011
2.5.08
2.4.0462
2.3.03
2.2.053
2.1.226
2.1.110
2.1.045
2.0.05
2.0.0-beta.20
2.0.0-beta0
2.0.0-alpha30
2.0.0-alpha20
2.0.0-alpha1
1.119.032,056
1.118.0149
1.117.0307
1.116.1162
1.116.04
1.115.0232
1.114.0180
1.113.0155
1.112.01,058
1.111.0178
1.110.025
1.109.020
1.108.018
1.107.0909
1.106.036
1.105.025
1.104.011
1.103.025
1.102.030
1.101.089
1.100.030
1.99.072
1.98.01
1.97.017
1.96.0250
1.95.1638
1.95.085
1.94.08
1.93.031
1.92.040
1.91.164
1.91.039
1.90.02
1.89.01
1.88.01
1.87.021
1.86.028
1.85.02
1.84.081
1.83.19
1.83.03
1.82.02,657
1.81.024
1.80.02
1.79.011
1.78.1686
1.78.03
1.77.04
1.76.017
1.75.01
1.74.035
1.73.011
1.72.0400
1.71.02
1.70.034
1.69.02
1.68.0183
1.67.14
1.67.012
1.66.03
1.65.09
1.64.03
1.63.03
1.62.02
1.61.07
1.60.015
1.59.04
1.58.084
1.57.02
1.56.018
1.55.01
1.54.037
1.53.077
1.52.02
1.51.024
1.50.022
1.49.011
1.48.013
1.47.02
1.46.012
1.45.012
1.44.05
1.43.07
1.42.012
1.41.2280
1.41.12
1.41.02
1.40.22
1.40.12
1.40.04
1.39.1165
1.39.03
1.38.12
1.38.02
1.37.01
1.36.02
1.35.092

Package Sidebar

Install

npm i @tabler/icons

Weekly Downloads

414,531

Version

3.31.0

License

MIT

Unpacked Size

10.1 MB

Total Files

10346

Last publish

Collaborators

  • codecalm