News

Tabler Icons: A Set of Over 500 free MIT-licensed SVG Icons

Published
Tabler Icons: A Set of Over 500 free MIT-licensed SVG Icons image

Tabler Icons is a set of over 550 free MIT-licensed high-quality SVG icons for you to use in your web projects. You can add Tabler Icons to your project via an NPM module, or paste the SVG code directly in HTML:

<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>

Alternatively, the project comes with an SVG sprite:

<svg width="24" height="24">
<use xlink:href="path/to/tabler-sprite.svg#tabler-activity"/>
</svg>

Using the stroke-width CSS property, you can get different icon variants based on the stroke width you need:

Learn More

To learn more about this package, get full installation instructions, and view the source code on GitHub at tabler/tabler-icons. Also, check out Tabler UI Kit, a premium open-source dashboard template based on Bootstrap.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article