Currently, there are two icon sets in the `icons` directory - "Classic" (which expands on the [Redbooth](https://github.com/redbooth/free-file-icons) designs and "Vivid" (which borrows inspiration from [Erlen Masson](https://www.sketchappsources.com/svg-resource/1856-vector-file-type-icons-sketch-freebie-resource.html)).
To uae, simply link to one or both of the CSS files in the `css` directory.
From there, you can use CSS classes to display the icons:
```
<spanclass="fiv-cla fiv-icon-ppt"></span>
<spanclass="fiv-cla fiv-icon-xls"></span>
<spanclass="fiv-viv fiv-icon-pdf"></span>
<spanclass="fiv-viv fiv-icon-wav"></span>
```
Notice that the classes contain wither `flv-cla` for the Classic set or `flv-viv` for the Vivid set.
If you want to override the size of the icons, you can do so with CSS:
```
<style>
.fiv-cla, .fiv-viv { font-size: 3em; }
</style>
```
## Goals
Before I create an initial release and add these libraries to Packagist and Bower, I want to:
* Finish up missing icons in both sets.
### Future Items
* Create a demo page for all sets
* Add the libraries to a CDN
* Add additional libraries, such as square icons, et al
* Replace icons licensed under [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/). If you find them useful, [donations](https://paypal.me/danielhendricks) are appreciated to assist in this matter.
* For now, the OpenOffice images will have generic icons, pending approval from the Apache Foundation to use their logo.
All original and derivative content is licensed under [The MIT License](https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE) with the following notable exceptions:
* Icons made by [Freepik](https://www.flaticon.com/authors/freepik/) (listed below) are licensed under the [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/) license.
* The Apache OpenOffice "orb" logo is licensed under the [Apache License 2.0](https://openoffice.apache.org/license.html) and is copyright [The Apache Software Foundation](https://www.apache.org/)
If there is an error or omission related to copyrighted work contained in this repository, please [let me know](https://github.com/dmhendricks/file-icon-vectors/issues/) and I will rectify.
Many icons were used and modified in the creation of these sets from [The Noun Project](https://thenounproject.com/) via [Pro Membership](https://thenounproject.com/dmhendricks/).
* [BitTorrent icon](http://www.icons101.com/icon/id_73504/setid_2388/Minimalist_Black_Icons__WIP_by_noshery/bittorrent) made by [noshery](http://www.icons101.com/artist/id_2388/noshery)