SVG Logo Designer
Overview
This skill creates professional, scalable vector graphics (SVG) logos and icons. SVG format ensures logos remain crisp at any size and can be easily modified, exported to PNG, or used directly in web applications.
Logo Design Process
1. Understand the Brief
Gather key information:
- Company/Product Name: What text should appear?
- Industry/Domain: What sector (tech, trades, healthcare, etc.)?
- Brand Values: Professional, playful, modern, traditional, bold, minimal?
- Target Audience: Who is this for?
- Style Preferences: Abstract, literal, typography-based, geometric, organic?
- Color Preferences: Specific colors or open to suggestions?
2. Generate Concept Variations
Create 2-3 distinct logo concepts with different approaches:
Variation A: Wordmark
- Typography-focused design
- Custom lettering or refined font treatment
- Minimal or no iconography
Variation B: Icon + Text
- Balanced combination of symbol and text
- Icon represents brand values or industry
- Can work with or without text
Variation C: Abstract Mark
- Geometric or organic abstract symbol
- Memorable and unique shape
- Modern and scalable
3. SVG Best Practices
Follow these technical standards:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<!-- Use viewBox for scalability -->
<!-- Keep artwork centered in viewBox -->
<!-- Use clean, simple paths -->
<!-- Avoid unnecessary complexity -->
</svg>
Technical Guidelines:
- Use
viewBox instead of fixed width/height for scalability
- Keep paths clean and optimized
- Use meaningful group IDs and classes
- Limit colors to 1-3 for versatility
- Ensure logo works in monochrome
- Test at multiple sizes (favicon to billboard)
4. Color Strategies
Primary Logo: Full color version
Secondary Logo: Single color (usually black)
Reversed Logo: White on dark backgrounds
Monochrome: Grayscale version
Use CSS variables or separate SVG versions for color variations.
5. Layout Variations
Provide horizontal and vertical/stacked versions:
- Horizontal: Icon + text side-by-side
- Vertical: Icon above text (stacked)
- Icon-only: For favicons, app icons, social media
Output Format
For each logo variation, provide:
- SVG Code: Complete, valid SVG markup
- Preview Description: How it looks and feels
- Use Cases: Where this version works best
- Color Codes: Hex values for all colors used
- Export Instructions: How to save as PNG if needed
Logo Design Principles
Simplicity
- Less is more - remove unnecessary details
- Should be recognizable at small sizes
- Avoid trends that quickly date
Memorability
- Distinctive and unique
- One clear focal point
- Conceptually relevant to brand
Timelessness
- Avoid overly trendy styles
- Classic approaches with modern execution
- Should age well over years
Versatility
- Works in color and black & white
- Scales from favicon to billboard
- Readable on any background color
Appropriateness
- Fits the industry and brand personality
- Appeals to target audience
- Conveys the right tone and values
Example Workflow
User: "Create a logo for 'Blue Collar Bot', a SaaS platform for trade businesses"
Designer (you):
- Analyze: Trade industry, tech platform, needs professional yet accessible feel
- Concepts:
- A: Geometric robot icon with wrench/tool integration
- B: Bold typography with subtle gear/bot element
- C: Abstract mark suggesting both automation and hands-on work
- Create 3 SVG variations
- Provide color and monochrome versions
- Include horizontal and icon-only layouts
Deliverables:
- 3 concept variations × 2-3 layouts each
- Color codes and export instructions
- Recommendations for primary logo
Common Logo Types
- Wordmark: Text-only (Google, Coca-Cola)
- Lettermark: Initials (IBM, HP, CNN)
- Brand Mark: Icon-only (Apple, Twitter bird)
- Combination Mark: Icon + text (Adidas, Burger King)
- Emblem: Text inside icon (Starbucks, Harley-Davidson)
Choose type based on brand name length, industry, and recognition goals.
When to Use This Skill
- Creating a new logo for a company or product
- Redesigning an existing logo
- Generating logo variations for different contexts
- Creating icons for apps or websites
- Designing brand marks or emblems
- Need scalable vector graphics
File Export Tips
To convert SVG to PNG:
- Save SVG code to a .svg file
- Open in design tool (Figma, Illustrator, Inkscape)
- Export as PNG at desired resolution (typically 1024×1024 for general use)
Or use online tools:
- CloudConvert.com
- SVG2PNG.com
- Inkscape (free desktop app)
1---2name: svg-logo-designer3description: Create professional SVG logos from descriptions and design specifications. Use when the user asks to create a logo, icon, brand mark, or scalable vector graphic. Generates multiple logo variations with different layouts, styles, and concepts.4---5
6# SVG Logo Designer
7
8## Overview
9
10This skill creates professional, scalable vector graphics (SVG) logos and icons. SVG format ensures logos remain crisp at any size and can be easily modified, exported to PNG, or used directly in web applications.
11
12## Logo Design Process
13
14### 1. Understand the Brief
15
16Gather key information:
17- **Company/Product Name**: What text should appear?
18- **Industry/Domain**: What sector (tech, trades, healthcare, etc.)?
19- **Brand Values**: Professional, playful, modern, traditional, bold, minimal?
20- **Target Audience**: Who is this for?
21- **Style Preferences**: Abstract, literal, typography-based, geometric, organic?
22- **Color Preferences**: Specific colors or open to suggestions?
23
24### 2. Generate Concept Variations
25
26Create 2-3 distinct logo concepts with different approaches:
27
28**Variation A: Wordmark**
29- Typography-focused design
30- Custom lettering or refined font treatment
31- Minimal or no iconography
32
33**Variation B: Icon + Text**
34- Balanced combination of symbol and text
35- Icon represents brand values or industry
36- Can work with or without text
37
38**Variation C: Abstract Mark**
39- Geometric or organic abstract symbol
40- Memorable and unique shape
41- Modern and scalable
42
43### 3. SVG Best Practices
44
45Follow these technical standards:
46
47```svg
48<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
49 <!-- Use viewBox for scalability -->
50 <!-- Keep artwork centered in viewBox -->
51 <!-- Use clean, simple paths -->
52 <!-- Avoid unnecessary complexity -->
53</svg>
54```
55
56**Technical Guidelines:**
57- Use `viewBox` instead of fixed width/height for scalability
58- Keep paths clean and optimized
59- Use meaningful group IDs and classes
60- Limit colors to 1-3 for versatility
61- Ensure logo works in monochrome
62- Test at multiple sizes (favicon to billboard)
63
64### 4. Color Strategies
65
66**Primary Logo**: Full color version
67**Secondary Logo**: Single color (usually black)
68**Reversed Logo**: White on dark backgrounds
69**Monochrome**: Grayscale version
70
71Use CSS variables or separate SVG versions for color variations.
72
73### 5. Layout Variations
74
75Provide horizontal and vertical/stacked versions:
76- **Horizontal**: Icon + text side-by-side
77- **Vertical**: Icon above text (stacked)
78- **Icon-only**: For favicons, app icons, social media
79
80## Output Format
81
82For each logo variation, provide:
83
841. **SVG Code**: Complete, valid SVG markup
852. **Preview Description**: How it looks and feels
863. **Use Cases**: Where this version works best
874. **Color Codes**: Hex values for all colors used
885. **Export Instructions**: How to save as PNG if needed
89
90## Logo Design Principles
91
92### Simplicity
93- Less is more - remove unnecessary details
94- Should be recognizable at small sizes
95- Avoid trends that quickly date
96
97### Memorability
98- Distinctive and unique
99- One clear focal point
100- Conceptually relevant to brand
101
102### Timelessness
103- Avoid overly trendy styles
104- Classic approaches with modern execution
105- Should age well over years
106
107### Versatility
108- Works in color and black & white
109- Scales from favicon to billboard
110- Readable on any background color
111
112### Appropriateness
113- Fits the industry and brand personality
114- Appeals to target audience
115- Conveys the right tone and values
116
117## Example Workflow
118
1191. **User**: "Create a logo for 'Blue Collar Bot', a SaaS platform for trade businesses"
120
1212. **Designer** (you):
122 - Analyze: Trade industry, tech platform, needs professional yet accessible feel
123 - Concepts:
124 - A: Geometric robot icon with wrench/tool integration
125 - B: Bold typography with subtle gear/bot element
126 - C: Abstract mark suggesting both automation and hands-on work
127 - Create 3 SVG variations
128 - Provide color and monochrome versions
129 - Include horizontal and icon-only layouts
130
1313. **Deliverables**:
132 - 3 concept variations × 2-3 layouts each
133 - Color codes and export instructions
134 - Recommendations for primary logo
135
136## Common Logo Types
137
138- **Wordmark**: Text-only (Google, Coca-Cola)
139- **Lettermark**: Initials (IBM, HP, CNN)
140- **Brand Mark**: Icon-only (Apple, Twitter bird)
141- **Combination Mark**: Icon + text (Adidas, Burger King)
142- **Emblem**: Text inside icon (Starbucks, Harley-Davidson)
143
144Choose type based on brand name length, industry, and recognition goals.
145
146## When to Use This Skill
147
148- Creating a new logo for a company or product
149- Redesigning an existing logo
150- Generating logo variations for different contexts
151- Creating icons for apps or websites
152- Designing brand marks or emblems
153- Need scalable vector graphics
154
155## File Export Tips
156
157To convert SVG to PNG:
1581. Save SVG code to a .svg file
1592. Open in design tool (Figma, Illustrator, Inkscape)
1603. Export as PNG at desired resolution (typically 1024×1024 for general use)
161
162Or use online tools:
163- CloudConvert.com
164- SVG2PNG.com
165- Inkscape (free desktop app)