Flags are special modifiers you add to your prompts using the --flag syntax for advanced control.
--color
Generate a colorful icon instead of black. The AI chooses appropriate colors based on the subject.
--detail-low
Ultra-minimal icon with basic geometric shapes only.
--detail-medium
Balanced icon with moderate detail. A good middle ground.
--detail-high
Highly detailed, intricate icon with fine details.
--bias-color
Bias the palette toward a specific color (e.g., --bias-red, --bias-blue, --bias-gold).
Usage Examples
coffee cup --color
rocket --detail-high
minimalist bell --detail-low
sunset landscape --bias-orange
ocean wave --color --bias-blue
Tip: You can combine multiple flags. For example, cat --color --detail-high generates a colorful, detailed cat icon.
Flag Groups
Some flags are mutually exclusive within their group:
- Detail group:
--detail-low, --detail-medium, --detail-high (only one applies)
- Bias group: Only one
--bias-color at a time
Note: When you type a valid flag, it appears as a tag above the input field. Click the X on any tag to remove it.