# Icon Wiki — Free icon libraries, all in one place.

Free Icon & Emoji Browser

**Try Icon Wiki at [iconwiki.aoo.kr](https://iconwiki.aoo.kr)**

Over 78,000 icons and emoji from 21 libraries.

## Key features

- Find icons by name, keyword, or category.
- Narrow the current result set with a separate filter field.
- Filter by library, license, match type, and skin tone.
- Compare styles side by side.
- Check each icon's source and license.

### Narrow your search

Search for `face`, then enter `smile` in **Filter results** to narrow that result set. Press `Tab` to move between the two fields.

<img src="./docs/search-demo.gif?raw=1" alt="Filtering search results by adding smile to face" width="1280" loading="eager">

### Discover related icons

Turn on **AI expansion** to include related search terms.

<img src="./docs/ai-expansion-demo.gif?raw=1" alt="Searching for kangaroo and expanding the results with AI" width="1280" loading="eager">

### Search in your language

Enter `캥거루` (Korean for “kangaroo”) to find matching icons.

<img src="./docs/korean-search-demo.gif?raw=1" alt="Searching Icon Wiki for kangaroo in Korean" width="1280" loading="eager">

AI expansion and multilingual search are supported only in desktop Google Chrome with its built-in AI available. Standard search works in other browsers without AI expansion.

## Included libraries

| Library | Version | License | Items |
| --- | ---: | --- | ---: |
| Unicode Emoji | 17.0 | [Unicode-3.0](./data/sources/UNICODE-LICENSE.txt) | 3,953 |
| Noto Color Emoji | 2.051 | [Apache-2.0](./data/sources/NOTO-EMOJI-SVG-LICENSE.txt) | 3,691 |
| Noto Emoji | 3.006 | [OFL-1.1](./data/sources/NOTO-EMOJI-FONT-LICENSE.txt) | 3,953 |
| Microsoft Fluent Emoji Color | — | [MIT](./data/sources/FLUENT-EMOJI-LICENSE.txt) | 3,145 |
| Microsoft Fluent Emoji Flat | — | [MIT](./data/sources/FLUENT-EMOJI-LICENSE.txt) | 3,145 |
| Microsoft Fluent Emoji High Contrast | — | [MIT](./data/sources/FLUENT-EMOJI-LICENSE.txt) | 3,145 |
| Twemoji | 17.0.3 | [CC-BY-4.0](./data/sources/TWEMOJI-GRAPHICS-LICENSE.txt) | 3,953 |
| Tossface | 1.6.1 | [Custom](./data/sources/TOSSFACE-LICENSE.txt) | 3,664 |
| Blobmoji | 15.0 | [Apache-2.0](./data/sources/BLOBMOJI-LICENSE.txt) | 3,678 |
| Google Material Symbols Outlined | — | [Apache-2.0](./data/sources/MATERIAL-SYMBOLS-LICENSE.txt) | 3,912 |
| Pictogrammers Material Design Icons | 7.4.47 | [Apache-2.0](./data/sources/MATERIAL-DESIGN-ICONS-LICENSE.txt) | 7,447 |
| OpenMoji Color | 17.0.0 | [CC-BY-SA-4.0](./data/sources/OPENMOJI-LICENSE.txt) | 4,495 |
| Tabler Icons | 3.47.0 | [MIT](./data/sources/TABLER-LICENSE.txt) | 5,148 |
| Lucide | 0.577.0 | [ISC](./data/sources/LUCIDE-LICENSE.txt) | 1,703 |
| Phosphor Icons | 2.1.1 | [MIT](./data/sources/PHOSPHOR-LICENSE.txt) | 9,072 |
| Heroicons | 2.2.0 | [MIT](./data/sources/HEROICONS-LICENSE.txt) | 648 |
| Font Awesome Free | 7.3.1 | [CC-BY-4.0](./data/sources/FONT-AWESOME-FREE-LICENSE.txt) | 2,883 |
| Bootstrap Icons | 1.13.1 | [MIT](./data/sources/BOOTSTRAP-ICONS-LICENSE.txt) | 2,078 |
| Microsoft Fluent UI System Icons | 1.1.341 | [MIT](./data/sources/FLUENT-SYSTEM-ICONS-LICENSE.txt) | 5,468 |
| Iconoir | 7.12.1 | [MIT](./data/sources/ICONOIR-LICENSE.txt) | 1,671 |
| Ionicons | 8.1.0 | [MIT](./data/sources/IONICONS-LICENSE.txt) | 1,357 |
| **Total** |  |  | **78,209** |

## Run locally

```bash
npm start
```

Open [localhost:4174](http://127.0.0.1:4174).

Rebuild the icon catalogs:

```bash
npm run data
```

## License

Icon Wiki's code is licensed under the [MIT License](./LICENSE). Icons and emoji retain their original licenses, listed above and in [Third-Party Notices](./THIRD_PARTY_NOTICES.md).
