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 →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article