Download the PHP package simple-icons/simple-icons without Composer

On this page you can find all versions of the php package simple-icons/simple-icons. 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 simple-icons

Simple Icons

Simple Icons

Over 3100 Free SVG icons for popular brands. See them all on one page at SimpleIcons.org. Contributions, corrections & requests can be made on GitHub.

Build status NPM version Build status
Number of icons currently in the library Number of users active in our Discord server Backers and sponsors on Open Collective

Usage

[!IMPORTANT]\ We ask that all users read our legal disclaimer before using icons from Simple Icons.

General Usage

Icons can be downloaded as SVGs directly from our website - simply click the download button of the icon you want, and the download will start automatically.

CDN Usage

Icons can be served from a CDN such as jsDelivr or Unpkg. Simply use the simple-icons npm package and specify a version in the URL like the following:

Where [ICON SLUG] is replaced by the slug of the icon you want to use, for example:

These examples use the latest major version. This means you won't receive any updates following the next major release. You can use @latest instead to receive updates indefinitely. However, this will result in a 404 error if the icon is removed.

CDN with colors

We also provide a CDN service which allows you to use colors.

Where [COLOR] is optional, and can be replaced by the hex colors or CSS keywords of the icon you want to you use. The color is defaulted to the HEX color of the icon shown in simpleicons.org website. [DARK_MODE_COLOR] is used for dark mode. The CSS prefers-color-scheme will be used when a value is specified. For example:

Node Usage Node

The icons are also available through our npm package. To install, simply run:

All icons are imported from a single file, where [ICON SLUG] is replaced by a capitalized slug. We highly recommend using a bundler that can tree shake such as webpack to remove the unused icon code:

It will return an icon object:

If you need to iterate over all icons, use:

TypeScript Usage Typescript

Type definitions are bundled with the package.

PHP Usage Php

The icons are also available through our Packagist package. To install, simply run:

The package can then be used as follows, where [ICON SLUG] is replaced by a slug:

Third-Party Extensions

Extension Author License Simple Icons Version
Angular module Angular @avmaisak v6.18.0
Blazor Nuget package Blazor @TimeWarpEngineering
Blender add-on Blender @mondeja
Drawio library Drawio @mondeja
Drupal module Drupal Phil Wolstenholme
Figma plugin Figma @LitoMore
Flutter package Flutter @jlnrrg
Framer component Framer @LitoMore
Hexo plugin Hexo @nidbCN
Home Assistant plugin Home Assistant @vigonotion v7.14.0
Hugo module Hugo @foo-dogsquared
Java library OpenJDK @silentsoft
Jetpack Compose library Jetpack Compose @DevSrSouza v4.14.0
Kirby plugin Kirby @runxel
LaTeX package LaTeX @ineshbose
Laravel package Laravel @adrian-ub
Leptos crate Leptos @Carlosted v9.14.0
Python package Python @sachinraja v7.21.0
Raycast extension Raycast @LitoMore
React package React @wootsbot
Ruby gem Ruby @thepew
Solid package Solid @x64Bits v9.0.0
Stream Deck icon pack Stream Deck @mackenly
Svelte package Svelte @wootsbot
Vue 3 package Vue @wyatt-herkamp
Vue package Vue @noahlitvin
Webflow app Webflow @diegoliv
WordPress plugin WordPress @tjtaylo v4.25.0

[!IMPORTANT]\ From our next scheduled major release (v12, releasing on May 26, 2024), we will begin removing third-party extensions from the above list that are not up to date with at least our previous major release.\ For example, when v12 is released, we will remove any extensions that don't support v11.0.0 or higher.\ Please create a PR to update the version number of your extension in this README following each update of your extension.

Contribute

Information describing how to contribute can be found in the file CONTRIBUTING.md

Contributors


All versions of simple-icons 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 simple-icons/simple-icons contains the following files

Loading the files please wait ....