1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-09-28 20:49:01 +00:00
file-icon-vectors/README.md

86 lines
4.5 KiB
Markdown
Raw Normal View History

2017-09-16 06:53:18 +00:00
[![Author](https://img.shields.io/badge/author-Daniel%20M.%20Hendricks-blue.svg)](https://www.danhendricks.com)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/danielhendricks)
2017-09-16 07:31:56 +00:00
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2017-09-23 06:19:24 +00:00
[![Total Downloads](https://img.shields.io/packagist/dt/dmhendricks/file-icon-vectors.svg)](https://packagist.org/packages/dmhendricks/file-icon-vectors)
[![Bower](https://img.shields.io/bower/v/file-icon-vectors.svg)](https://github.com/dmhendricks/file-icon-vectors)
2017-09-17 17:19:39 +00:00
[![Twitter](https://img.shields.io/twitter/url/https/github.com/dmhendricks/file-icon-vectors.svg?style=social)](https://twitter.com/danielhendricks)
2017-09-16 06:53:18 +00:00
2017-09-07 00:49:11 +00:00
# File Vector Icons
2017-09-23 07:18:06 +00:00
A collection of file type vector (SVG) icons.
2017-09-16 06:53:18 +00:00
**This project is currently a work-in-progress.**
2017-09-07 00:49:11 +00:00
2017-09-17 17:19:39 +00:00
If you have [feedback, bugs or requests](https://github.com/dmhendricks/file-icon-vectors/issues), please feel free to post them.
2017-09-23 07:18:06 +00:00
## Usage
2017-09-07 00:49:11 +00:00
2017-09-23 07:18:06 +00:00
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.
```
<link rel="stylesheet" href="css/file-icon-classic.css" />
<link rel="stylesheet" href="css/file-icon-vivid.css" />
```
From there, you can use CSS classes to display the icons:
```
<span class="fiv-cla fiv-icon-ppt"></span>
<span class="fiv-cla fiv-icon-xls"></span>
<span class="fiv-viv fiv-icon-pdf"></span>
<span class="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.
2017-09-16 05:26:09 +00:00
## Licensing & Copyright
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.
2017-09-23 01:45:58 +00:00
* 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.
2017-09-16 05:26:09 +00:00
## Attribution
2017-09-22 20:44:16 +00:00
#### The Noun Project
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/).
2017-09-22 20:44:16 +00:00
2017-09-23 01:45:58 +00:00
#### Flaticon - [flaticon.com](https://www.flaticon.com/)
2017-09-17 17:19:39 +00:00
2017-09-23 01:45:58 +00:00
* [Android icon](https://www.flaticon.com/free-icon/android-logo_61120) made by [Google](https://www.flaticon.com/authors/google)
* [Lock icon](https://www.flaticon.com/free-icon/lock_483408) made by [Those Icons](https://www.flaticon.com/authors/those-icons)
* [DTD icon](https://www.flaticon.com/free-icon/dtd-file-format-extension_29547) made by [Freepik](https://www.flaticon.com/authors/freepik)
* [Publisher icon](https://www.flaticon.com/free-icon/microsoft-publisher_2118) made by [Freepik](https://www.flaticon.com/authors/freepik)
* [Firefox icon](https://www.flaticon.com/free-icon/firefox-logotype_1602) made by [Freepik](https://www.flaticon.com/authors/freepik)
2017-09-23 01:45:58 +00:00
#### Icons 101 - [icons101.com](http://www.icons101.com/)
2017-09-17 19:05:05 +00:00
2017-09-23 01:45:58 +00:00
* [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)