heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.

  • Owner: tailwindlabs/heroicons
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Heroicons

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

224 icons per style currently, more to come in the future.

Preview and search at Heroicons.com

Outline style

24x24 icons drawn with a stroke.

Solid style

Smaller 20x20 icons drawn with fills.

Usage

To use these icons, simply copy the source for the icon you need from heroicons.com and inline it directly into your HTML:

<svg class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  <path
    stroke-linecap="round"
    stroke-linejoin="round"
    stroke-width="2"
    d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"
  />
</svg>

Both icon styles are preconfigured to be stylable by setting the color CSS property, either manually or using utility classes like text-gray-500 in a framework like Tailwind CSS.

We also publish the icons to npm as heroicons, but we don't consider the directory structure stable yet and it could change in any release, so use the npm package at your own risk right now.

Overview

Name With Ownertailwindlabs/heroicons
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
Release Count42
Last Release Namev2.1.3 (Posted on 2024-03-22 16:09:41)
First Release Namev0.2.0 (Posted on 2020-05-18 09:55:12)
Created At2020-02-24 14:16:00
Pushed At2024-03-22 20:09:47
Last Commit At2024-03-22 16:09:11
Stargazers Count20.7k
Watchers Count164
Fork Count1.3k
Commits Count216
Has Issues Enabled
Issues Count397
Issue Open Count0
Pull Requests Count59
Pull Requests Open Count0
Pull Requests Close Count74
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top