[![Author](https://img.shields.io/badge/author-Daniel%20M.%20Hendricks-lightgrey.svg?colorB=9900cc )](https://www.danhendricks.com?utm_source=github.com&utm_medium=campaign&utm_content=button&utm_campaign=file-icon-vectors) [![Release](https://img.shields.io/github/release/dmhendricks/file-icon-vectors.svg)](https://github.com/dmhendricks/file-icon-vectors/releases) [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](https://raw.githubusercontent.com/dmhendricks/file-icon-vectors/master/LICENSE) [![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/dmhendricks/file-icon-vectors) [![GitHub Downloads](https://img.shields.io/packagist/dt/dmhendricks/file-icon-vectors.svg?label=GitHub%20downloads)](https://github.com/dmhendricks/file-icon-vectors/releases) [![NPM](https://img.shields.io/npm/v/file-icon-vectors.svg)](https://www.npmjs.com/package/file-icon-vectors) [![NPM Downloads](https://img.shields.io/npm/dt/file-icon-vectors.svg?label=npm%20downloads)](https://www.npmjs.com/package/file-icon-vectors) [![Twitter](https://img.shields.io/twitter/url/https/github.com/dmhendricks/file-icon-vectors.svg?style=social)](https://twitter.com/danielhendricks) # File Vector Icons A collection of file type/extension SVG icons, licensed MIT and available free for use in your applications. * Please post [feedback or issues](https://github.com/dmhendricks/file-icon-vectors/issues). * I pay to license many of the icons used in these sets. **[Donations](https://paypal.me/danielhendricks) are appreciated**. * :bulb: If you have an idea, such as new icon requests, additional collections/designs, and/or are willing to contribute a library/design, please [let me know](https://github.com/dmhendricks/file-icon-vectors/issues)! My time is limited, but I will get to it eventually. * :star: If you use this library to create something cool, [tell me](https://twitter.com/danielhendricks) about it! ## Icon Sets Currently, there are two icon sets in the `dist/icons` directory: * **Classic** - An expansion of the Redboot [free-file-icons](https://github.com/redbooth/free-file-icons) designs. * **Vivid** - Inspired by [Erlen Masson](https://www.sketchappsources.com/svg-resource/1856-vector-file-type-icons-sketch-freebie-resource.html) * **Square Outline** (in progress) - Modified from and inspired by [Cotne Nazarashvili](https://github.com/thecotne/square-file-icons) ### :pushpin: Demo: [View Icon Sets](https://danhendricks.com/demo/github/dmhendricks/file-icon-vectors/demo/) ## Installation #### NPM ```bash npm install file-icon-vectors ``` #### Bower ```bash bower install file-icon-vectors ``` #### Composer ```bash composer require dmhendricks/file-icon-vectors ``` ## Linking Stylesheets To display a file icon, simply link to one or both of the icon set CSS files in the `css` directory: ```html ``` #### CDN: unpkg Recommended for performance. ```html ``` #### CDN: jsDelivr Supports both HTTP and HTTPS. ```html ``` #### CDN: RawGit ```html ``` ## Example Usage From there, you can use CSS classes to display the icons: ```html ``` Notice that the classes contain either `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: ```html ``` If you prefer, you may also use `.fiv-size-md`, `.fiv-size-lg` and `.fiv-size-xl` to modify the icon sizes: ```html ``` ## Special Thanks - [unpkg](https://unpkg.com/) and [jsDelivr](https://www.jsdelivr.com/) - [Markdown Editor](https://jbt.github.io/markdown-editor/) by James Taylor - [SVG optimiser](http://petercollingridge.appspot.com/svg-optimiser) by Peter Collingridge - [SVGito](http://sketchmaster.com/svg-optimizer/) by [Sketch Master](http://sketchmaster.com/) - [Gulp](https://gulpjs.com/) and [Sass](https://sass-lang.com/) ## Legal Stuff All icons used in the creation of this library were licensed MIT or purchased royalty-free, with exceptions noted below. If you feel that you have a copyright issue, please feel free to [post it](https://github.com/dmhendricks/file-icon-vectors/issues). ### Attribution * [Android icon](https://www.flaticon.com/free-icon/android-logo_61120) made by [Google](https://www.flaticon.com/authors/google) via [flaticon.com](https://www.flaticon.com/) * [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) from [icons101.com](http://www.icons101.com/) * [GIMP Icon](https://icons8.com/icon/39867/gimp#filled) provided by [Icons8 LLC](https://icons8.com/) * Vivid set [Folder Icon](https://www.iconfinder.com/icons/173016/close_folder_icon) made by [Snip Master](https://www.iconfinder.com/snipicons) from [Iconfinder](https://www.iconfinder.com) ## Screenshot - Vivid Collection ![Vivid Icon Collection](https://cdn.danhendricks.com/demo/github/dmhendricks/file-icon-vectors/demo/screenshot.png "Vivid Icon Collection")