All Projects → muffinresearch → Payment Icons

muffinresearch / Payment Icons

Licence: mpl-2.0
💳 Payment / Ecommerce related svg icon packs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Payment Icons

Devicon
Set of icons representing programming languages, designing & development tools
Stars: ✭ 4,536 (+576.01%)
Mutual labels:  svg, icons
Pixo
Convert SVG icons into React components
Stars: ✭ 371 (-44.71%)
Mutual labels:  svg, icons
Ikonate
Fully customisable & accessible vector icons
Stars: ✭ 3,392 (+405.51%)
Mutual labels:  svg, icons
Browser Logos
🗂 High resolution web browser logos
Stars: ✭ 5,538 (+725.34%)
Mutual labels:  svg, icons
Feather
Simply beautiful open source icons
Stars: ✭ 21,029 (+3033.98%)
Mutual labels:  svg, icons
Mega Doodles Pack
🔥 Big vector pack with hand-drawn doodles for presentations, social media, blog posts and so on
Stars: ✭ 258 (-61.55%)
Mutual labels:  svg, icons
Bytesize Icons
Tiny style-controlled SVG iconset (101 icons, 12kb)
Stars: ✭ 3,662 (+445.75%)
Mutual labels:  svg, icons
Small N Flat
svg icons on a 24px grid
Stars: ✭ 205 (-69.45%)
Mutual labels:  svg, icons
Iconify
Universal icon framework. One syntax for FontAwesome, Material Design Icons, DashIcons, Feather Icons, EmojiOne, Noto Emoji and many other icon sets (90+ icon sets, 80,000+ icons).
Stars: ✭ 439 (-34.58%)
Mutual labels:  svg, icons
Icons
Official open source SVG icon library for Bootstrap.
Stars: ✭ 5,735 (+754.69%)
Mutual labels:  svg, icons
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (-64.38%)
Mutual labels:  svg, icons
Evil Icons
Simple and clean SVG icon pack with the code to support Rails, Sprockets, Node.js, Gulp, Grunt and CDN
Stars: ✭ 4,944 (+636.81%)
Mutual labels:  svg, icons
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (+303.73%)
Mutual labels:  svg, icons
Grayshift
A lightweight front-end component library for developing fast and powerful web interfaces.
Stars: ✭ 304 (-54.69%)
Mutual labels:  svg, icons
React Svg Buttons
React configurable animated svg buttons
Stars: ✭ 209 (-68.85%)
Mutual labels:  svg, icons
Iconpark
🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
Stars: ✭ 4,924 (+633.83%)
Mutual labels:  svg, icons
Webicon
Icon library
Stars: ✭ 190 (-71.68%)
Mutual labels:  svg, icons
Svelte Awesome
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Stars: ✭ 193 (-71.24%)
Mutual labels:  svg, icons
Jam
Jam icons is a set of SVG icons designed for web projects, illustrations, print projects, etc. Licensed under MIT
Stars: ✭ 398 (-40.69%)
Mutual labels:  svg, icons
Azure Design
Here you will find my complete Azure Visio Stencil and bonus SVG and PNG versions for all of the Azure Service and configuration items.
Stars: ✭ 470 (-29.96%)
Mutual labels:  svg, icons

npm version Build Status

Payment-icons

Payment related svg icons for use in fonts or spritesheets.

Usage

The raw .svg output (from a mix of sketch and inkscape) is in the svg directory. The minified svg output is in the min dir.

The easiest way to consume these icons is to npm install from github and use your favorite toolchain to build fonts or sprites e.g.

yarn add payment-icons

or

npm install payment-icons

How to use in something like react?

You'll need to use the svg like you do any other image asset. Exactly how will depend on what you're using in your build process.

If you're using webpack for example, then as long as your loader config understands svg you can import like you would with any other image. Here's an example for doing that (this is from create-react-app which uses webpack)

Doing it that way you'll need to find the path from node_modules/payment-icons/ so if you're looking for the flat visa icon that should be something like this:

import visa from 'payment-icons/min/flat/visa.svg';

Icon Demo

Examples generated with svg-sprite can be seen here: http://muffinresear.ch/payment-icons/

Contributing icons

If you want to remix these icons, have at it. If you have additional icons you want to be included then please follow the examples given and add your icon for each of the existing styles and make a pull request.

CLI

Note: This CLI is only relevant for development or maintenance purposes.

  • yarn run build - creates minified SVG.
  • yarn run publish - builds the sprite and publishes it to github pages.

License

Icon marks are copyright their respective owners.

The rest of the code here is MPL2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].