Logo Design Guide
Design effective logos with AI image generation via inference.sh CLI.
Quick Start
Requires inference.sh CLI (infsh). Install instructions
infsh login
# Generate a logo concept
infsh app run falai/flux-dev-lora --input '{
"prompt": "flat vector logo of a mountain peak with a sunrise, minimal geometric style, single color, clean lines, white background",
"width": 1024,
"height": 1024
}'
Logo Types
| Type |
Description |
When to Use |
Example |
| Wordmark |
Company name styled as logo |
Strong brand name, short (< 10 chars) |
Google, Coca-Cola |
| Lettermark |
Initials only |
Long company name, formal |
IBM, HBO, CNN |
| Pictorial |
Recognizable icon/symbol |
Universal brand, works without text |
Apple, Twitter bird |
| Abstract |
Geometric/non-literal shape |
Tech companies, conceptual brands |
Nike swoosh, Pepsi |
| Mascot |
Character illustration |
Friendly brands, food/sports |
KFC Colonel, Pringles |
| Combination |
Icon + wordmark together |
New brands needing both recognition and name |
Burger King, Adidas |
Critical AI Limitation
AI image generators cannot reliably render text. Letters will be distorted, misspelled, or garbled.
Strategy:
- Generate the icon/symbol only with AI
- Add text/wordmark in a design tool (Figma, Canva, Illustrator)
- Or use a combination approach: AI icon + manually set typography
Prompting for Logos
Keywords That Work
flat vector logo, simple minimal icon, single color silhouette,
geometric logo mark, clean lines, negative space design,
line art logo, flat design icon, minimalist symbol
Keywords That Fail
❌ photorealistic logo (contradiction — logos aren't photos)
❌ 3D rendered logo (too complex, won't scale down)
❌ gradient logo (inconsistent results, hard to reproduce)
❌ logo with text "Company Name" (text rendering fails)
Prompt Structure
flat vector logo of [subject], [style], [color constraint], [background], [additional detail]
Examples by Logo Type
# Abstract geometric
infsh app run falai/flux-dev-lora --input '{
"prompt": "flat vector abstract logo, interlocking hexagonal shapes forming a letter S, minimal geometric style, single navy blue color, white background, clean sharp edges"
}'
# Pictorial nature
infsh app run falai/flux-dev-lora --input '{
"prompt": "flat vector logo of a fox head in profile, geometric faceted style, orange and white, minimal clean lines, white background, negative space design"
}'
# Mascot style
infsh app run bytedance/seedream-4-5 --input '{
"prompt": "friendly cartoon owl mascot logo, simple flat illustration, wearing graduation cap, purple and gold colors, white background, clean vector style"
}'
# Tech abstract
infsh app run xai/grok-imagine-image-pro --input '{
"prompt": "minimal abstract logo mark, interconnected nodes forming a brain shape, line art style, single teal color, white background, tech startup aesthetic"
}'
Scalability Rules
A logo must work at every size:
| Context |
Size |
What Must Work |
| Favicon |
16x16 px |
Silhouette recognizable |
| App icon |
1024x1024 px |
Full detail visible |
| Social avatar |
400x400 px |
Clear at a glance |
| Business card |
~1 inch |
Clean print reproduction |
| Billboard |
10+ feet |
No pixelation, simple enough |
Scalability Checklist
Color Guidelines
- Maximum 2-3 colors for the primary logo
- Must work in single color (black, white, or brand primary)
- Consider color psychology:
- Blue: trust, professional (finance, tech, healthcare)
- Red: energy, urgency (food, entertainment, retail)
- Green: growth, nature (health, sustainability, finance)
- Orange: friendly, creative (startups, youth brands)
- Purple: luxury, wisdom (beauty, education)
- Black: premium, elegant (fashion, luxury, tech)
- Test on both light and dark backgrounds
Iteration Workflow
# Step 1: Generate 5-10 broad concepts
for i in {1..5}; do
infsh app run falai/flux-dev-lora --input '{
"prompt": "flat vector logo of a lighthouse, minimal geometric, single color, white background"
}' --no-wait
done
# Step 2: Refine the best concept with variations
infsh app run falai/flux-dev-lora --input '{
"prompt": "flat vector logo of a geometric lighthouse with light beam rays, minimal line art, navy blue, white background, negative space design"
}'
# Step 3: Generate at high resolution for final
infsh app run bytedance/seedream-4-5 --input '{
"prompt": "flat vector logo of a geometric lighthouse with radiating light beams, minimal clean design, navy blue single color, pure white background",
"size": "2K"
}'
# Step 4: Upscale for production use
infsh app run falai/topaz-image-upscaler --input '{
"image": "path/to/best-logo.png",
"scale": 4
}'
Common Mistakes
| Mistake |
Problem |
Fix |
| Too much detail |
Loses clarity at small sizes |
Simplify to essential shapes |
| Relies on color |
Fails in B&W contexts |
Design in black first |
| Text in AI generation |
Garbled/misspelled letters |
Generate icon only, add text manually |
| Trendy effects (glows, shadows) |
Dates quickly, reproduction issues |
Stick to flat, timeless design |
| Too many colors |
Hard to reproduce, expensive printing |
Max 2-3 colors |
| Asymmetric without purpose |
Looks unfinished |
Use intentional asymmetry or stay balanced |
File Format Delivery
| Format |
Use Case |
| SVG |
Scalable vector, web, editing |
| PNG (transparent) |
Digital use, presentations |
| PNG (white bg) |
Documents, email signatures |
| ICO / Favicon |
Website favicon (16, 32, 48px) |
| High-res PNG (4096px+) |
Print, billboards |
Note: AI generates raster images (PNG). For true vector SVG, use the AI output as a reference and trace in a vector tool, or use AI-to-SVG conversion tools.
Related Skills
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@prompt-engineering
Browse all apps: infsh app list
1---2name: logo-design-guide3description: Logo design principles and AI image generation best practices for creating logos. Covers logo types, prompting techniques, scalability rules, and iteration workflows. Use for: brand identity, startup logos, app icons, favicons, logo concepts. Triggers: logo design, create logo, brand logo, logo generation, ai logo, logo maker, icon design, brand mark, logo concept, startup logo, app icon logo4---56# Logo Design Guide78Design effective logos with AI image generation via [inference.sh](https://inference.sh) CLI.910## Quick Start1112> Requires inference.sh CLI (`infsh`). [Install instructions](https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md)1314```bash15infsh login1617# Generate a logo concept18infsh app run falai/flux-dev-lora --input '{19 "prompt": "flat vector logo of a mountain peak with a sunrise, minimal geometric style, single color, clean lines, white background",20 "width": 1024,21 "height": 102422}'23```242526## Logo Types2728| Type | Description | When to Use | Example |29|------|-------------|-------------|---------|30| **Wordmark** | Company name styled as logo | Strong brand name, short (< 10 chars) | Google, Coca-Cola |31| **Lettermark** | Initials only | Long company name, formal | IBM, HBO, CNN |32| **Pictorial** | Recognizable icon/symbol | Universal brand, works without text | Apple, Twitter bird |33| **Abstract** | Geometric/non-literal shape | Tech companies, conceptual brands | Nike swoosh, Pepsi |34| **Mascot** | Character illustration | Friendly brands, food/sports | KFC Colonel, Pringles |35| **Combination** | Icon + wordmark together | New brands needing both recognition and name | Burger King, Adidas |3637## Critical AI Limitation3839**AI image generators cannot reliably render text.** Letters will be distorted, misspelled, or garbled.4041Strategy:421. Generate the **icon/symbol only** with AI432. Add text/wordmark in a design tool (Figma, Canva, Illustrator)443. Or use a combination approach: AI icon + manually set typography4546## Prompting for Logos4748### Keywords That Work4950```51flat vector logo, simple minimal icon, single color silhouette,52geometric logo mark, clean lines, negative space design,53line art logo, flat design icon, minimalist symbol54```5556### Keywords That Fail5758```59❌ photorealistic logo (contradiction — logos aren't photos)60❌ 3D rendered logo (too complex, won't scale down)61❌ gradient logo (inconsistent results, hard to reproduce)62❌ logo with text "Company Name" (text rendering fails)63```6465### Prompt Structure6667```68flat vector logo of [subject], [style], [color constraint], [background], [additional detail]69```7071### Examples by Logo Type7273```bash74# Abstract geometric75infsh app run falai/flux-dev-lora --input '{76 "prompt": "flat vector abstract logo, interlocking hexagonal shapes forming a letter S, minimal geometric style, single navy blue color, white background, clean sharp edges"77}'7879# Pictorial nature80infsh app run falai/flux-dev-lora --input '{81 "prompt": "flat vector logo of a fox head in profile, geometric faceted style, orange and white, minimal clean lines, white background, negative space design"82}'8384# Mascot style85infsh app run bytedance/seedream-4-5 --input '{86 "prompt": "friendly cartoon owl mascot logo, simple flat illustration, wearing graduation cap, purple and gold colors, white background, clean vector style"87}'8889# Tech abstract90infsh app run xai/grok-imagine-image-pro --input '{91 "prompt": "minimal abstract logo mark, interconnected nodes forming a brain shape, line art style, single teal color, white background, tech startup aesthetic"92}'93```9495## Scalability Rules9697A logo must work at every size:9899| Context | Size | What Must Work |100|---------|------|----------------|101| Favicon | 16x16 px | Silhouette recognizable |102| App icon | 1024x1024 px | Full detail visible |103| Social avatar | 400x400 px | Clear at a glance |104| Business card | ~1 inch | Clean print reproduction |105| Billboard | 10+ feet | No pixelation, simple enough |106107### Scalability Checklist108109- [ ] Recognizable as a 16px favicon (squint test)110- [ ] Works in single color (black on white)111- [ ] Works inverted (white on black)112- [ ] No tiny details that disappear at small sizes113- [ ] No thin lines that vanish when shrunk114- [ ] Clear silhouette without color115116## Color Guidelines117118- **Maximum 2-3 colors** for the primary logo119- Must work in **single color** (black, white, or brand primary)120- Consider **color psychology**:121 - Blue: trust, professional (finance, tech, healthcare)122 - Red: energy, urgency (food, entertainment, retail)123 - Green: growth, nature (health, sustainability, finance)124 - Orange: friendly, creative (startups, youth brands)125 - Purple: luxury, wisdom (beauty, education)126 - Black: premium, elegant (fashion, luxury, tech)127- Test on both light and dark backgrounds128129## Iteration Workflow130131```bash132# Step 1: Generate 5-10 broad concepts133for i in {1..5}; do134 infsh app run falai/flux-dev-lora --input '{135 "prompt": "flat vector logo of a lighthouse, minimal geometric, single color, white background"136 }' --no-wait137done138139# Step 2: Refine the best concept with variations140infsh app run falai/flux-dev-lora --input '{141 "prompt": "flat vector logo of a geometric lighthouse with light beam rays, minimal line art, navy blue, white background, negative space design"142}'143144# Step 3: Generate at high resolution for final145infsh app run bytedance/seedream-4-5 --input '{146 "prompt": "flat vector logo of a geometric lighthouse with radiating light beams, minimal clean design, navy blue single color, pure white background",147 "size": "2K"148}'149150# Step 4: Upscale for production use151infsh app run falai/topaz-image-upscaler --input '{152 "image": "path/to/best-logo.png",153 "scale": 4154}'155```156157## Common Mistakes158159| Mistake | Problem | Fix |160|---------|---------|-----|161| Too much detail | Loses clarity at small sizes | Simplify to essential shapes |162| Relies on color | Fails in B&W contexts | Design in black first |163| Text in AI generation | Garbled/misspelled letters | Generate icon only, add text manually |164| Trendy effects (glows, shadows) | Dates quickly, reproduction issues | Stick to flat, timeless design |165| Too many colors | Hard to reproduce, expensive printing | Max 2-3 colors |166| Asymmetric without purpose | Looks unfinished | Use intentional asymmetry or stay balanced |167168## File Format Delivery169170| Format | Use Case |171|--------|----------|172| SVG | Scalable vector, web, editing |173| PNG (transparent) | Digital use, presentations |174| PNG (white bg) | Documents, email signatures |175| ICO / Favicon | Website favicon (16, 32, 48px) |176| High-res PNG (4096px+) | Print, billboards |177178Note: AI generates raster images (PNG). For true vector SVG, use the AI output as a reference and trace in a vector tool, or use AI-to-SVG conversion tools.179180## Related Skills181182```bash183npx skills add inference-sh/skills@ai-image-generation184npx skills add inference-sh/skills@prompt-engineering185```186187Browse all apps: `infsh app list`188