# [XEIcon](http://xpressengine.github.io/XEIcon/)
[한글 문서 바로가기 →](https://github.com/xpressengine/XEIcon/blob/master/README_kor.md)

[![](https://data.jsdelivr.com/v1/package/npm/@xpressengine/xeicon/badge)](https://www.jsdelivr.com/package/npm/@xpressengine/xeicon)

### The iconic font and CSS toolkit
XEIcon is a full shite of 800+ pictographic icons for easy scalable vector graphics on websites,
created by designer, [Lee Junha](https://github.com/junnaa), and maintained by [XpressEngine](http://www.xpressengine.com).

To get stared, check out [http://xpressengine.github.io/XEIcon](http://xpressengine.github.io/XEIcon)!


## Quick start
- [Download the latest release](https://github.com/xpressengine/XEIcon/archive/master.zip).
- Clone the repo: `git clone https://github.com/xpressengine/XEIcon.git`.
- Install with [Bower](https://bower.io): `bower install xeicon`.
- CDN by [jsDelivr](https://www.jsdelivr.com/package/npm/@xpressengine/xeicon): `<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@xpressengine/xeicon@latest/xeicon.min.css">`

- Install with [Bower](https://bower.io): 
```
$ bower install XEIcon
```

- CDN by [jsDelivr](https://www.jsdelivr.com/package/npm/@xpressengine/xeicon): 
```html
<link href="//cdn.jsdelivr.net/npm/@xpressengine/xeicon@latest/xeicon.min.css" rel="stylesheet">
```

Read the [Get started page](https://xpressengine.github.io/XEIcon/started.html) for information on the contents and examples, and more.


## Changelog
- v1.0 - Basic icons added, optimized for 24px default.
- v1.0.1 - Detail fix.
- v1.0.2 - Added 78 icons.
- [v1.0.3 GitHub milestone](https://github.com/xpressengine/XEIcon/issues?q=milestone%3A%22XEIcon+1.0.3%22)
- [v1.0.4 GitHub milestone](https://github.com/xpressengine/XEIcon/milestones/XEIcon%201.0.4)
- [v2.0.0 Github milestone](https://github.com/xpressengine/XEIcon/milestones/XEIcon%202.1) - Change all icons style.
- [v2.4.0 Github milestone](https://github.com/xpressengine/XEIcon/milestone/5) - Added icons & improved dev environment


## Contributing
Please read through our [contributing guidelines](https://github.com/xpressengine/XEIcon/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.


## Versioning
XEIcon library will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

`<major>.<minor>.<patch>`

for more information on SemVer, please visit https://semver.org/


## Contributors
[@juna](https://github.com/junnaa), [@gunil](https://github.com/gunil), [@LeeYoonGu](https://github.com/LeeYoonGu), [@marob](https://www.facebook.com/marob.99).

## Authors
- Facebook : https://www.facebook.com/juna.junhalee
- GitHub : https://github.com/junnaa

## Copyright
Copyright [Naver Corp](https://www.navercorp.com).

developers@xpressengine.com

## License
- The XEIcon font is licensed under SIL OFL 1.1 :
    - https://scripts.sil.org/OFL
- XEIcon CSS, LESS, and SASS files are licensed under the MIT License :
    - https://opensource.org/licenses/mit-license.html
- The XEIcon documentation is licensed under the CC BY 4.0 License :
    - https://creativecommons.org/licenses/by-sa/4.0
- Full detail : https://xpressengine.github.io/XEIcon/license.html
