An open API service indexing awesome lists of open source software.

https://github.com/devrabiul/flaticon-uicons

UIcons 2.6.0 - Flaticon Icon Set Integration
https://github.com/devrabiul/flaticon-uicons

Last synced: 10 months ago
JSON representation

UIcons 2.6.0 - Flaticon Icon Set Integration

Awesome Lists containing this project

README

          

# UIcons 2.6.0 - Flaticon Icon Set Integration

This project is a simple HTML demo page to showcase and use the **UIcons 2.6.0** icon set by Flaticon.

## ๐Ÿ“ฆ What's Included

- Example usage of UIcons in a clean HTML structure.
- Responsive layout using basic CSS.
- Integration instructions for adding UIcons to your own project.

## ๐Ÿš€ Getting Started

Follow these steps to use UIcons in your own HTML project:

### 1. Copy Assets

Copy the following into your project:

```
/webfonts
/assets/libs/flaticons/uicons/css/all.css
```

> These can be found inside the UIcons package downloaded from [Flaticon](https://www.flaticon.com/uicons/interface-icons).

---

### 2. Link the Stylesheet

In the `` section of your HTML, add:

```html

```

---

### 3. Use the Icons

You can use the icons like this:

```html




```

> The class name format is: `fi fi-[style prefix]-[icon name]`

## ๐Ÿงช Example Output

The demo displays a few sample icons and basic usage instructions.

## ๐Ÿ“– Learn More

Visit the official UIcons site for full documentation and icon search:
[https://www.flaticon.com/uicons/interface-icons](https://www.flaticon.com/uicons/interface-icons)