dmhendricks/file-icon-vectors
Composer 安装命令:
composer require dmhendricks/file-icon-vectors
包简介
A collection of file type icons in SVG format.
README 文档
README
File Icon Images
A collection of file type/extension SVG icons, available free for use in your applications.
- Please post feedback or issues.
- I pay to license several 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 these icons to create something cool, tell me about it!
📌 Demo: View Icons
Icon Sets
Currently, there are three icon sets in the dist/icons directory:
- Classic - An expansion of the Redboot free-file-icons designs.
- Vivid - Inspired by Erlen Masson
- Square Outline (in progress) - Modified from and inspired by Cotne Nazarashvili
Next release:
- Over 500 new icons
- A new set for dark backgrounds (preview)
- CDNJS hosting
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
npm install file-icon-vectors
Bower
bower install file-icon-vectors
🚨 NB! Because I didn't use semver, the current release is not available from Bower. It will be corrected with the next release.
Composer
composer require dmhendricks/file-icon-vectors
(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:
<link rel="stylesheet" href="dist/file-icon-classic.min.css" /> <link rel="stylesheet" href="dist/file-icon-square-o.min.css" /> <link rel="stylesheet" href="dist/file-icon-vivid.min.css" /> <!-- Alternatively, you can load all sets: --> <link rel="stylesheet" href="dist/file-icon-vectors.min.css" />
CDN: jsDelivr
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/file-icon-vectors@1.0.0/dist/file-icon-classic.min.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/file-icon-vectors@1.0.0/dist/file-icon-square-o.min.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/file-icon-vectors@1.0.0/dist/file-icon-vivid.min.css" /> <!-- Alternatively, you can load all sets: --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/file-icon-vectors@1.0.0/dist/file-icon-vectors.min.css" />
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:
<link rel="stylesheet" href="//cdn.jsdelivr.net/combine/npm/file-icon-vectors@1.0.0/dist/file-icon-vivid.min.css,npm/file-icon-vectors@1.0.0/dist/file-icon-square-o.min.css" />
This will become more beneficial with future releases that contain supplementary packs, web fonts, etc.
CDN: unpkg
<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors@1.0.0/dist/file-icon-classic.min.css" /> <link rel="stylesheet" href="https://unpkg.com/file-icon-vectors@1.0.0/dist/file-icon-square-o.min.css" /> <link rel="stylesheet" href="https://unpkg.com/file-icon-vectors@1.0.0/dist/file-icon-vivid.min.css" /> <!-- Alternatively, you can load all sets: --> <link rel="stylesheet" href="https://unpkg.com/file-icon-vectors@1.0.0/dist/file-icon-vectors.min.css" />
CDN: GitHack
Supports branches as endpoints (such as master).
<link rel="stylesheet" href="https://rawcdn.githack.com/dmhendricks/file-icon-vectors/master/dist/file-icon-classic.min.css" /> <link rel="stylesheet" href="https://rawcdn.githack.com/dmhendricks/file-icon-vectors/master/dist/file-icon-square-o.min.css" /> <link rel="stylesheet" href="https://rawcdn.githack.com/dmhendricks/file-icon-vectors/master/dist/file-icon-vivid.min.css" /> <!-- Alternatively, you can load all sets: --> <link rel="stylesheet" href="https://rawcdn.githack.com/dmhendricks/file-icon-vectors/master/dist/file-icon-vectors.min.css" />
WordPress
If you're using WordPress, you can load the icons by adding the following line to your theme's functions.php file:
wp_enqueue_style( 'file-icon-vectors', 'https://cdn.jsdelivr.net/npm/file-icon-vectors@1.0.0/file-icon-vectors.min.css', null, null );
Usage
Each set has its own CSS prefix:
cla- Classicviv- Vividsqo- Square Outline
The format for CSS classes is fiv-[prefix]-[extension]:
<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>
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>
Alternatively, 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>
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.
🚨 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
- jsDelivr, GitHack, and unpkg
- The File Extensions Database and Share Icon
- SVG Optimizer, imagemin and SVGOMG
- Gulp and Sass
- Markdown Editor by James Taylor
Even though I'm paying for them, thanks also to Adobe, The Noun Project, FlatIcon, Icons8 and iconscout for providing great tools and services. 👍 😄
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
- Android icon provided by Google via flaticon.com
- Apple, Debian, Internet Explorer icons provided by Simple Icons
- Adobe Flash icon provided by vscode-icons
- QuickTime, Chrome and Firefox icons provided by Pixel Perfect via flaticon.com
- .NET, CoffeeScript, Git, RedHat icons provided by Devicon
- Nintendo Switch icon provided by flaticon.com
- BitTorrent icon provided by noshery from icons101.com
- GIMP, PowerShell icons provided by Icons8 LLC
- Sass, Globe icons provided by oNline Web Fonts
- Classic set Folder Icon made by Snip Master from Iconfinder
- GNU icon from Be..anyone at Wikimedia Commons
- Classic Windows icon from Wdwdbot at Wikimedia Commons
- Maven icon provided by OnlineWebFonts
Screenshot
dmhendricks/file-icon-vectors 适用场景与选型建议
dmhendricks/file-icon-vectors 是一款 基于 CSS 开发的 Composer 扩展包,目前已累计 78.27k 次下载、GitHub Stars 达 374, 最近一次更新时间为 2017 年 09 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「file」 「css」 「svg」 「icon」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 dmhendricks/file-icon-vectors 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 dmhendricks/file-icon-vectors 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 dmhendricks/file-icon-vectors 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Twig extension to insert css as inline styles with a tag
Caching and compression for Twig assets (JavaScript and CSS).
The file manager intended for using Laravel with CKEditor / TinyMCE / Colorbox
PHP class to add Font Awesome 5+'s SVG icons inline without Javascript.
Utility functions to inline SVGs in PHP Projects
Generates QR Codes
统计信息
- 总下载量: 78.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 374
- 点击次数: 24
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-27