Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

file-icon-vectors

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-icon-vectors

A collection of file type SVG icons, licensed MIT and available for free use in your applications.

  • 0.8.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19K
decreased by-10.68%
Maintainers
1
Weekly downloads
 
Created
Source

Author Release License Total Downloads Donate Twitter

File Vector Icons

A collection of file type SVG icons, licensed MIT and available for free use for your applications.

  • If you have feedback, bugs or requests, please feel free to post them.
  • I pay to license many of the icons used in these sets. Donations are appreciated.

Icon Sets

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

Demo: View Icon Sets :eyes:

Installation

NPM
npm install file-icon-vectors
Bower
bower install file-icon-vectors
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="dist/file-icon-classic.min.css" />
<link rel="stylesheet" href="dist/file-icon-vivid.min.css" />

Alternatively, you can link to a CDN:

<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" />

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 in classic set
  • Add additional library sets
  • Improve Gulp automation tasks

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

Screenshot

Icons Preview

Keywords

FAQs

Package last updated on 12 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc