artcoholic / akar-icons-fonts

Akar icons library as icon fonts.

Home Page:https://akaricons.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm npm

akar-icons-fonts

A perfectly rounded icon library made for designers, developers, and pretty much everyone. Explore all of our icons at akaricons.com.

akar icons

Quick Start

Copy and paste the following code snippet into a blank html file.

<!DOCTYPE html>
<html>
  <head>
    <script src="https://unpkg.com/akar-icons-fonts"></script>
  </head>
  <body>
    <!-- EXAMPLE ICONS -->
    <i class="ai-cross"></i>
    <i class="ai-circle"></i>
    <i class="ai-heart"></i>
  </body>
</html>

Usage

1. Include

Add the script to your document <head> from the CDN provider:

<script src="https://unpkg.com/akar-icons-fonts"></script>

2. Use

Use the <i/> tag in your document <body> and add the appropriate icon name with ai- prefix in front of it:

<i class="ai-heart"></i>

See the complete list of all our icons at akaricons.com.

Related Projects

Author

Arturo Wibawa (@agwibawa)

License

MIT License, Copyright © 2020-present Arturo Wibawa.

About

Akar icons library as icon fonts.

https://akaricons.com

License:MIT License


Languages

Language:HTML 73.0%Language:CSS 22.0%Language:JavaScript 3.4%Language:Handlebars 1.6%