1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-06-26 15:14:06 +00:00
Go to file
2018-06-29 16:40:56 -05:00
demo [Square Outline] Changed CSS color 2018-06-26 17:35:20 -05:00
dist [Square Outline] Modified JSON, JSX colors 2018-06-29 16:40:56 -05:00
src/scss [Square Outline] Changed CSS color 2018-06-26 17:35:20 -05:00
.gitignore Added initial Square Outline icons 2018-06-19 05:07:24 -05:00
bower.json Prep for 0.8.1 2018-06-12 09:27:02 -05:00
composer.json Removed version 2018-01-28 15:40:19 -06:00
gulpfile.js [Square Outline] Added initial CSS 2018-06-23 10:08:43 -05:00
LICENSE Updated license 2017-09-16 00:26:09 -05:00
package.json Prep for 0.8.1 2018-06-12 09:27:02 -05:00
README.md Modified Sass, misc; added PY, PYC, lock/cert icons 2018-06-24 12:19:37 -05:00

Author Release License StackShare GitHub Downloads NPM NPM Downloads Twitter

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.
  • I pay to license many of the icons used in these sets. Donations are appreciated.
  • 💡 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! My time is limited, but I will get to it eventually.
  • If you use this library to create something cool, tell me about it!

Icon Sets

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

NB! The Square Outline collection is not yet available via npm, Bower or CDN.

📌 Demo: View Icon Sets

Installation

NPM

npm install file-icon-vectors

Bower

bower install file-icon-vectors

Composer

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:

<link rel="stylesheet" href="dist/file-icon-classic.min.css" />
<link rel="stylesheet" href="dist/file-icon-vivid.min.css" />

CDN: unpkg

Recommended for performance.

<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors/dist/file-icon-classic.min.css" />
<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors/dist/file-icon-vivid.min.css" />

CDN: jsDelivr

Supports both HTTP and HTTPS.

<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/dmhendricks/file-icon-vectors/dist/file-icon-classic.min.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/dmhendricks/file-icon-vectors/dist/file-icon-vivid.min.css" />

CDN: RawGit

<link rel="stylesheet" href="https://cdn.rawgit.com/dmhendricks/file-icon-vectors/0.8.1/dist/file-icon-classic.min.css" />
<link rel="stylesheet" href="https://cdn.rawgit.com/dmhendricks/file-icon-vectors/0.8.1/dist/file-icon-vivid.min.css" />

Example Usage

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>
<span class="fiv-sqo fiv-icon-doc"></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, .fiv-sqo { 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>

Special Thanks

Even though I'm paying for them, thanks also to Adobe, The Noun Project and FlatIcon for providing great tools and services. 👍 😄

Analytics

All icons used in the creation of this library were licensed MIT or purchased royalty-free, with exceptions noted below. All logos are copyright their respective owners and used with permission.

If you feel that you have a copyright issue, please feel free to post it.

Attribution

Screenshot - Vivid Collection

Vivid Icon Collection