PHPackages                             evelution87/heroicons - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. evelution87/heroicons

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

evelution87/heroicons
=====================

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

v2.1.5(1y ago)069MITJavaScript

Since Jul 28Pushed 1y agoCompare

[ Source](https://github.com/evelution87/heroicons)[ Packagist](https://packagist.org/packages/evelution87/heroicons)[ Docs](https://github.com/evelution87/heroicons)[ RSS](/packages/evelution87-heroicons/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (6)Used By (0)

 [    ![Heroicons](https://raw.githubusercontent.com/tailwindlabs/heroicons/HEAD/.github/logo-light.svg)  ](https://heroicons.com)

 Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.
Available as basic SVG icons and via first-party [React](#react) and [Vue](#vue) libraries.

 [**Browse at Heroicons.com →**](https://heroicons.com)

 [![Latest Release](https://camo.githubusercontent.com/ae79e93f4dfbda3d642be6fd88e8de6290dc9c809a501588200039c6b23f1c2a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f6865726f69636f6e73)](https://github.com/tailwindlabs/heroicons/releases) [![License](https://camo.githubusercontent.com/c5ee180708bc554f39467e48e12dc14658c54fc54770c064cd97a746301b1dd2/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f6865726f69636f6e732e737667)](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE)

Basic Usage
-----------

[](#basic-usage)

The quickest way to use these icons is to simply copy the source for the icon you need from [heroicons.com](https://heroicons.com) and inline it directly into your HTML:

```

```

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](https://tailwindcss.com).

React
-----

[](#react)

First, install `@heroicons/react` from npm:

```
npm install @heroicons/react
```

Now each icon can be imported individually as a React component:

```
import { BeakerIcon } from '@heroicons/react/24/solid'

function MyComponent() {
  return (

      ...

  )
}
```

The 24x24 outline icons can be imported from `@heroicons/react/24/outline`, the 24x24 solid icons can be imported from `@heroicons/react/24/solid`, the 20x20 solid icons can be imported from `@heroicons/react/20/solid`, and 16x16 solid icons can be imported from `@heroicons/react/16/solid`.

Icons use an upper camel case naming convention and are always suffixed with the word `Icon`.

[Browse the full list of icon names on UNPKG →](https://unpkg.com/browse/@heroicons/react/24/outline/)

Vue
---

[](#vue)

First, install `@heroicons/vue` from npm:

```
npm install @heroicons/vue
```

Now each icon can be imported individually as a Vue component:

```

    ...

import { BeakerIcon } from '@heroicons/vue/24/solid'

```

The 24x24 outline icons can be imported from `@heroicons/vue/24/outline`, the 24x24 solid icons can be imported from `@heroicons/vue/24/solid`, the 20x20 solid icons can be imported from `@heroicons/vue/20/solid`, and the 16x16 solid icons can be imported from `@heroicons/vue/16/solid`.

Icons use an upper camel case naming convention and are always suffixed with the word `Icon`.

[Browse the full list of icon names on UNPKG →](https://unpkg.com/browse/@heroicons/vue/24/outline/)

Contributing
------------

[](#contributing)

While we absolutely appreciate anyone's willingness to try and improve the project, we're currently only interested in contributions that fix bugs, for example things like incorrect TypeScript types, or fixing an icon that's been exported with a fill instead of a stroke, etc.

**We're not accepting contributions for new icons or adding support for other frameworks like Svelte or SolidJS**. Instead we encourage you to release your own icons in your own library, and create your own packages for any other frameworks you'd like to see supported.

License
-------

[](#license)

This library is MIT licensed.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor3

3 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~191 days

Total

5

Last Release

615d ago

Major Versions

1.0.6 → v2.0.02022-09-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/79ab67471d54f2a6c0329d02f641d17f2bea897a219bdf7055ee76bbf3f7f7c4?d=identicon)[evelution87](/maintainers/evelution87)

---

Top Contributors

[![RobinMalfait](https://avatars.githubusercontent.com/u/1834413?v=4)](https://github.com/RobinMalfait "RobinMalfait (59 commits)")[![adamwathan](https://avatars.githubusercontent.com/u/4323180?v=4)](https://github.com/adamwathan "adamwathan (45 commits)")[![thecrypticace](https://avatars.githubusercontent.com/u/614993?v=4)](https://github.com/thecrypticace "thecrypticace (40 commits)")[![bradlc](https://avatars.githubusercontent.com/u/2615508?v=4)](https://github.com/bradlc "bradlc (23 commits)")[![sschoger](https://avatars.githubusercontent.com/u/2652515?v=4)](https://github.com/sschoger "sschoger (14 commits)")[![reinink](https://avatars.githubusercontent.com/u/882133?v=4)](https://github.com/reinink "reinink (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![evelution87](https://avatars.githubusercontent.com/u/9331956?v=4)](https://github.com/evelution87 "evelution87 (2 commits)")[![simonswiss](https://avatars.githubusercontent.com/u/485747?v=4)](https://github.com/simonswiss "simonswiss (2 commits)")[![neupauer](https://avatars.githubusercontent.com/u/6411116?v=4)](https://github.com/neupauer "neupauer (1 commits)")[![NSpehler](https://avatars.githubusercontent.com/u/379186?v=4)](https://github.com/NSpehler "NSpehler (1 commits)")[![podpage](https://avatars.githubusercontent.com/u/5922884?v=4)](https://github.com/podpage "podpage (1 commits)")[![randycoulman](https://avatars.githubusercontent.com/u/1406203?v=4)](https://github.com/randycoulman "randycoulman (1 commits)")[![sachinraja](https://avatars.githubusercontent.com/u/58836760?v=4)](https://github.com/sachinraja "sachinraja (1 commits)")[![saibotk](https://avatars.githubusercontent.com/u/10776964?v=4)](https://github.com/saibotk "saibotk (1 commits)")[![stefanprobst](https://avatars.githubusercontent.com/u/20753323?v=4)](https://github.com/stefanprobst "stefanprobst (1 commits)")[![TiBianMod](https://avatars.githubusercontent.com/u/6713842?v=4)](https://github.com/TiBianMod "TiBianMod (1 commits)")[![vkaelin](https://avatars.githubusercontent.com/u/33511688?v=4)](https://github.com/vkaelin "vkaelin (1 commits)")[![VottusCode](https://avatars.githubusercontent.com/u/53915302?v=4)](https://github.com/VottusCode "VottusCode (1 commits)")[![zmwangx](https://avatars.githubusercontent.com/u/4149852?v=4)](https://github.com/zmwangx "zmwangx (1 commits)")

---

Tags

Heroiconsevelution87

### Embed Badge

![Health badge](/badges/evelution87-heroicons/health.svg)

```
[![Health](https://phpackages.com/badges/evelution87-heroicons/health.svg)](https://phpackages.com/packages/evelution87-heroicons)
```

###  Alternatives

[tomatophp/filament-icons

Picker &amp; Table Column &amp; Icons Provider for FilamentPHP

3598.2k13](/packages/tomatophp-filament-icons)[wallacemartinss/filament-icon-picker

A beautiful icon picker component for Filament v5 using blade-ui-kit/blade-icons

467.1k17](/packages/wallacemartinss-filament-icon-picker)[alexazartsev/heroicon

A Laravel Nova field for managing icons.

10122.4k](/packages/alexazartsev-heroicon)[snicco/better-wp-hooks

1118.6k2](/packages/snicco-better-wp-hooks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
