Download the PHP package dmhendricks/file-icon-vectors without Composer

On this page you can find all versions of the php package dmhendricks/file-icon-vectors. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package file-icon-vectors

Author License Release Icon Count GitHub Downloads jsDelivr Hits Twitter BrowserStack

File Icon Images

A collection of file type/extension SVG icons, available free for use in your applications.

:pushpin: Demo: View Icons

Icon Sets

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

Next release:

Once that is released, I'd like to focus on a webfont, ideally where you can create your own file icons with stacking, just like Font Awesome.

Installation

NPM

Bower

:rotating_light: NB! Because I didn't use semver, the current release is not available from Bower. It will be corrected with the next release.

Composer

(I know, it doesn't below on Packagist, but 15% of my downloads are coming from there, so some people must prefer it.)

Quick Start

To display a file icon, simply link to one or all of the icon set CSS files in the css directory:

CDN: jsDelivr

Combining Files

jsDelivr allows you to combine multiple files. Below is an example of linking both the Vivid and Square Outline sets with one URI:

This will become more beneficial with future releases that contain supplementary packs, web fonts, etc.

CDN: unpkg

CDN: GitHack

Supports branches as endpoints (such as master).

WordPress

If you're using WordPress, you can load the icons by adding the following line to your theme's functions.php file:

Usage

Each set has its own CSS prefix:

The format for CSS classes is fiv-[prefix]-[extension]:

If you want to override the size of the icons, you can do so with CSS:

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

Catalog JSON

Each icon set has a catalog.json file that includes all icons included in the library. You can optionally use this to check for files that exist, and where missing, set an alternate icon.

For example, fileicons.org reads this file to dynamically create the icon lists for both release and development versions.

Generic icons include blank.svg, folder.svg, image.svg.

:rotating_light: BREAKING CHANGE: I will be removing the generic folder.svg from each collection in favor of the upcoming "Extra" set. Follow this repo if you'd like to be notified when that happens.

Special Thanks

Even though I'm paying for them, thanks also to Adobe, The Noun Project, FlatIcon, Icons8 and iconscout for providing great tools and services. :+1: :smile:

Analytics

Legal Stuff

All icons used in the creation of this library were licensed MIT, Creative Commons (attribution) or purchased royalty-free. Any exceptions noted below. All logos are copyright their respective owners.

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

Attribution

Screenshot

Icon Samples


All versions of file-icon-vectors with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dmhendricks/file-icon-vectors contains the following files

Loading the files please wait ....