All Projects → pr1mer-tech → lunar-icons

pr1mer-tech / lunar-icons

Licence: MIT license
A set of beautiful handcrafted SVG icons.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to lunar-icons

Akar Icons
A perfectly rounded icon library made for designers, developers, and pretty much everyone.
Stars: ✭ 184 (+922.22%)
Mutual labels:  svg-icons
Font Awesome
The iconic SVG, font, and CSS toolkit
Stars: ✭ 66,937 (+371772.22%)
Mutual labels:  svg-icons
flexicon
SVG icon collection.
Stars: ✭ 23 (+27.78%)
Mutual labels:  svg-icons
Supertinyicons
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
Stars: ✭ 13,177 (+73105.56%)
Mutual labels:  svg-icons
Svg Credit Card Payment Icons
SVG Credit Card & Payment Icons: 6 Styles, 80 Icons
Stars: ✭ 227 (+1161.11%)
Mutual labels:  svg-icons
sass-inline-svg
Inline url-encoded SVG with Sass. Optional variable string replacement included!
Stars: ✭ 21 (+16.67%)
Mutual labels:  svg-icons
File Icon Vectors
A collection of file type icons in SVG format
Stars: ✭ 171 (+850%)
Mutual labels:  svg-icons
vue-svg-icon-loader
Turn SVG files into VueJS Components
Stars: ✭ 24 (+33.33%)
Mutual labels:  svg-icons
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+1227.78%)
Mutual labels:  svg-icons
blade-bootstrap-icons
A package to easily make use of Bootstrap Icons in your Laravel Blade views
Stars: ✭ 46 (+155.56%)
Mutual labels:  svg-icons
Vue Eva Icons
Is a pack of more than 480 beautiful open source Eva icons as Vue components
Stars: ✭ 189 (+950%)
Mutual labels:  svg-icons
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (+14950%)
Mutual labels:  svg-icons
react-svg-icon-generator
Generate React Icon Component from SVG icons to show, resize and recolor them.
Stars: ✭ 65 (+261.11%)
Mutual labels:  svg-icons
Weather Underground Icons
Weather Underground Icons ( PNG & SVG )
Stars: ✭ 186 (+933.33%)
Mutual labels:  svg-icons
md-svg-vue
Material design icons by Google for Vue.js & Nuxt.js (server side support & inline svg with path)
Stars: ✭ 14 (-22.22%)
Mutual labels:  svg-icons
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (+888.89%)
Mutual labels:  svg-icons
vue-feather-icon
No description or website provided.
Stars: ✭ 109 (+505.56%)
Mutual labels:  svg-icons
bookmarks
Bookmarks that I ❤️
Stars: ✭ 151 (+738.89%)
Mutual labels:  svg-icons
svgpack
A tool for generating and managing SVG Sprites.
Stars: ✭ 28 (+55.56%)
Mutual labels:  svg-icons
vue-tabler-icons
Fully customizable free SVG icons made as Vue components.
Stars: ✭ 142 (+688.89%)
Mutual labels:  svg-icons

Lunar Icons

GitHub release Github All Releases License David Travis Built with Gulp

A set of beautiful handcrafted SVG icons.

Features

Getting Started

Lunar Icons is a set of SVG icons that can be used in your html page. You can download them from this repo, and use them either inline, inside an <img/> tag, or any other way you would use SVG files.

To make the process of using these icons a bit easier, we wrote some JS that will automatically replace them for you.

Get script

You can either download lunar-icons.js or lunar-icons.min.js from the ./dist/ folder in this repository, or you can include them via a CDN.

<script src="../path/to/lunar-icons.min.js"></script>
<!-- Or if you decide to use a CDN -->
<script src="https://unpkg.com/lunar-icons"></script>

Use icon

Lunar Icons is built using custom web components since v2.0.0. To add an icon to your site, use the following code, replacing icon="sheild" with whatever icon you would like to use.

<lunar-icons icon="sheild"></lunar-icons>

Like this project?

Please feel free to give the lunar-icons repo a star, and if you want to help support my work, please consider donating.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2018 @lucasgruwez All Rights Reserved.

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].