Go to file
Daniel Hendricks ed5c3461fa Fixed Bower syntax issue 2018-01-28 16:17:18 -06:00
css Added Visio icons 2018-01-28 15:36:27 -06:00
demo Added Visio icons 2018-01-28 15:36:27 -06:00
icons Added Visio icons 2018-01-28 15:36:27 -06:00
sass Added Visio icons 2018-01-28 15:36:27 -06:00
.gitignore Added demo files 2017-09-28 08:52:22 -05:00
LICENSE Updated license 2017-09-16 00:26:09 -05:00
README.md Added release badge 2018-01-28 15:47:08 -06:00
bower.json Fixed Bower syntax issue 2018-01-28 16:17:18 -06:00
composer.json Removed version 2018-01-28 15:40:19 -06:00

README.md

Author Release License Total Downloads Bower CloudVerve, LLC Donate Twitter

File Vector Icons

A collection of file type vector (SVG) icons.

This project is currently a work-in-progress.

Icon Sets

Currently, there are two icon sets in the icons directory:

Demo: View Icon Sets

Installation

To install via Composer:

composer require dmhendricks/file-icon-vectors

Usage

To display a file icon, simply link to one or both of the icon set 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 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:

<style>
   .fiv-cla, .fiv-viv { font-size: 3em; }
</style>

If you prefer, you may also use .fiv-size-md, .fiv-size-lg and .fiv-size-xl to modify the icon sizes:

<span class="fiv-viv fiv-icon-pdf fiv-size-lg"></span>

TODO

  • Fix inconsistent sizing issues in classic set
  • Add additional Adobe Suite, Microsoft Office icons
  • Add to Bower, NPM, CDN
  • Add additional libraries, such as square icons, et al

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.

Attribution