ariscript / adobe-icon-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This website can generate a custom icon in the style of the Adobe CC app icons.

Usage

  1. Enter text on icon (3 characters max)
  2. Select a background color
  3. Select a foreground color (text color)
  4. Select a font from the dropdown
  5. Select bold and/or italic if desired
  6. Select an output format
  7. Download your icon!

Adding more fonts

Just send a PR adding your font to the fonts array in the JS file. If the font is a webfont that must be imported, please add an import in the CSS file. Please add regular (400), italic, bold (700) and bold italic fonts.

About

License:MIT License


Languages

Language:JavaScript 45.7%Language:HTML 35.6%Language:CSS 18.7%