1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-11-15 17:07:06 +00:00
Go to file
2017-09-27 15:51:34 -05:00
css Added folder icons 2017-09-27 15:51:34 -05:00
icons Added folder icons 2017-09-27 15:51:34 -05:00
sass Added folder icons 2017-09-27 15:51:34 -05:00
.gitignore Added CSS file comment header 2017-09-23 14:14:39 -05:00
bower.json Modified authors 2017-09-27 11:06:28 -05:00
composer.json Modified authors 2017-09-27 10:32:58 -05:00
LICENSE Updated license 2017-09-16 00:26:09 -05:00
README.md Added folder icons 2017-09-27 15:51:34 -05:00

Author Donate License: MIT Total Downloads Bower 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:

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>

Goals

  • Add additional Adobe Suite, Microsoft Office extensions

Future Items

  • Create a demo page for all sets
  • Add the libraries to a 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