All Projects → Iconscout → Unicons

Iconscout / Unicons

Licence: apache-2.0
1000+ Pixel-perfect vector icons and Iconfont for your next project.

Projects that are alternatives of or similar to Unicons

Webfont
Awesome generator of webfont
Stars: ✭ 170 (-81.34%)
Mutual labels:  font, icons, svg-icons, webfont
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (-21.62%)
Mutual labels:  font, icons, svg-icons, webfont
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (-92.97%)
Mutual labels:  font, icons, webfonts, webfont
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+99.01%)
Mutual labels:  font, icons, svg-icons, webfont
Font Awesome
The iconic SVG, font, and CSS toolkit
Stars: ✭ 66,937 (+7247.64%)
Mutual labels:  font, icons, svg-icons, webfont
Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (-83.64%)
Mutual labels:  font, icons, svg-icons, webfont
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (-89.13%)
Mutual labels:  icons, svg-icons, webfont
Devopicons
Heavily-optimised version of the Devicons icon-font.
Stars: ✭ 104 (-88.58%)
Mutual labels:  icons, webfonts, webfont
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (-80.46%)
Mutual labels:  icons, svg-icons, webfonts
font-gis
Icon font and SVG for use with GIS and spatial analysis tools
Stars: ✭ 121 (-86.72%)
Mutual labels:  font, svg-icons, webfont
Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (-58.95%)
Mutual labels:  font, webfonts, webfont
cryptofont
Cryptocurrency icon webfont and SVG
Stars: ✭ 149 (-83.64%)
Mutual labels:  font, icons, webfont
svg-fixer
Converts SVG Strokes To Fill.
Stars: ✭ 59 (-93.52%)
Mutual labels:  font, svg-icons, webfont
microns
The universal icon set for user interfaces.
Stars: ✭ 58 (-93.63%)
Mutual labels:  font, icons, webfont
cryptocurrency-icons-font
A webfont for cryptocurrency symbols
Stars: ✭ 21 (-97.69%)
Mutual labels:  icons, webfonts, webfont
Qtawesome
QtAwesome - Font Awesome support for Qt applications
Stars: ✭ 430 (-52.8%)
Mutual labels:  font, icons
Jam
Jam icons is a set of SVG icons designed for web projects, illustrations, print projects, etc. Licensed under MIT
Stars: ✭ 398 (-56.31%)
Mutual labels:  icons, svg-icons
Ant Design Icons
⭐ Ant Design SVG Icons
Stars: ✭ 484 (-46.87%)
Mutual labels:  icons, svg-icons
Evil Icons
Simple and clean SVG icon pack with the code to support Rails, Sprockets, Node.js, Gulp, Grunt and CDN
Stars: ✭ 4,944 (+442.7%)
Mutual labels:  icons, svg-icons
Icons Flat Osx
Free Flat icons For OSX
Stars: ✭ 366 (-59.82%)
Mutual labels:  icons, svg-icons

Unicons

1000+ Pixel-perfect vector icons and Iconfont for your next project. These icons are designed by Iconscout.

Getting Started

Using as a font

It's easy to use Unicons on your website by just inserting following css. You can also download this repo and use the css from css folder.

<link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.1/css/unicons.css">

And use the icons in your body as below.

<i class="uil uil-comments"></i>

Using as npm package

You can easily install Unicons using npm.

npm install --save @iconscout/unicons

Using as an SVG

If you're a designer then it's always great to have SVG files. You can download SVGs from Official Unicons Website or download Icondrop to access these icons right into Sketch, Adobe Xd, Adobe Illustrator, and many more.

Using in Flutter Framework

There's a Flutter package created by Pedro Lemos, avaliable in pub.dev, which can be easily used in your project.

Just add the dependency in your pubspec.yaml file as following:

dependencies:
  unicons: ^1.0.0+2

Then, run the command above:

flutter pub get

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Now, in your Dart code, import the package:

import 'package:unicons/unicons.dart';

Use with JS Frameworks

We've created components for popular libraries like React, VueJS, React Native. You can head over to official GitHub Repo to know more.

Line Style

Solid Style

Monochrome Style

More ways (Community supported)

Roadmap

  • [x] Make React Components
  • [x] Adding Brand Icons
  • [x] Designing Solid Style
  • [ ] Designing Thin-line Style
  • [ ] Support for CSS Animations
  • [ ] Make SVG Sprite in which user can control different attributes such as stroke, fill, width, height and more.

Contributing

We will be happy to have community support for Unicons. Feel free to fork and create pull requests. We have given a small roadmap above so that you can help us build these features.

Icon Requests

We've created a thread at Iconscout Community where you can request for new icons. And we'll be happy to design them in upcoming weeks.

License

Unicons are Open Source icons and licensed under Apache 2.0. You're free to use these icons in your personal and commercial project. We would love to see the attribution in your app's about screen, but it's not mandatory.

Unicons by <a href="https://iconscout.com/">Iconscout</a>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].