TolyanDimov / devfont

✒️ Beautiful and elegant open source icon set for UI designers and developers.

Home Page:https://devfont.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devfont

Website npm npm License

Devfont is a premium, simply and beautiful set of 900+ open source icons for designers and developers. Each icon is designed on a 24x24 grid with an emphasis on readability, consistency, simplicity, flexibility and perfect pixels. Of course, all the icons are free for both personal and commercial use.

Search, preview and download at devfont.com

# Install using NPM
npm install devfont

# Install using Yarn
yarn add devfont

Quick start

Simply copy and paste the following code snippet into a blank html file to begin prototyping with Devfont.

<!DOCTYPE html>
<html lang="en">
  <script src="https://unpkg.com/devfont"></script>
  <body>

    <!-- example icon -->
    <i data-devfont="circle"></i>

    <script>
      devfont.replace()
    </script>
  </body>
</html>

Contributing

For more info on how to contribute please see the contribution guidelines.

Caught a mistake or want to contribute to the documentation? Edit this page on Github

Design

See all icons on Figma.

License

Devfont is licensed under the MIT License.

About

✒️ Beautiful and elegant open source icon set for UI designers and developers.

https://devfont.com

License:MIT License


Languages

Language:JavaScript 95.0%Language:Shell 5.0%