Icon Design Case Studies & Practical Application 4 ā Questions and Answers
Question 1: A designer is building a dark mode icon variant. Simply inverting the light mode colors causes the icon to look washed out. What is the correct approach?
- Reduce icon size for dark mode
- Redesign icon values specifically for dark backgrounds, adjusting lightness and saturation rather than simply inverting (Correct answer)
- Use the same icons and rely on CSS opacity
- Convert all icons to white outlines only
Correct answer: Redesign icon values specifically for dark backgrounds, adjusting lightness and saturation rather than simply inverting
Dark mode requires purpose-built color values because the perceived weight and contrast of colors shift dramatically on dark backgrounds.
Question 2: An e-commerce platform uses a shopping cart icon in its navigation. A/B testing reveals a custom 'bag' icon increases add-to-cart clicks. What does this finding illustrate?
- Bags are always better than carts
- Icon choice can measurably affect user behavior and conversion rates (Correct answer)
- The cart icon had a technical rendering bug
- Users prefer newer icon trends
Correct answer: Icon choice can measurably affect user behavior and conversion rates
This case demonstrates that icon metaphors directly influence user behavior, and testing alternatives can yield measurable business outcomes.
Question 3: A designer is asked to create an icon for 'export to PDF.' They draw an arrow pointing up from a page with a PDF label. QA flags this as ambiguous. What is the most common convention for 'export'?
- An arrow pointing left
- An arrow pointing out of a box or document boundary, indicating movement out of the system (Correct answer)
- A cloud with an upload arrow
- A printer icon
Correct answer: An arrow pointing out of a box or document boundary, indicating movement out of the system
The 'export' convention uses an outward-pointing arrow from a container, visually conveying data leaving the current context.
Question 4: A streaming service redesigns its 'play' button icon from a triangle to a rounded play symbol. Early feedback says it 'feels softer.' From a design standpoint, why?
- Rounded shapes have lower file sizes
- Rounded corners reduce visual sharpness and are psychologically associated with approachability and safety (Correct answer)
- The rounded version has better contrast
- Triangles are reserved for warnings by convention
Correct answer: Rounded corners reduce visual sharpness and are psychologically associated with approachability and safety
Psychological research consistently links rounded shapes to positive, approachable qualities, while sharp angles evoke tension or aggression.
Question 5: A design system includes icons at 16px, 24px, and 32px. A developer asks why they can't just scale the 24px version. What is the correct explanation?
- Scaling causes copyright issues
- Each size requires optical adjustmentsāthinner strokes, simplified detailāto remain legible at its specific target size (Correct answer)
- The 24px version uses CMYK color space
- Scaling creates larger file sizes
Correct answer: Each size requires optical adjustmentsāthinner strokes, simplified detailāto remain legible at its specific target size
Optical sizing means icon details, stroke weights, and spacing must be recalibrated at each size to maintain legibility, not simply scaled mathematically.
Question 6: A logistics company's mobile app uses icons to represent package statuses: shipped, in transit, delivered, returned. Colorblind users report the icons all look the same. What went wrong?
- The icons used too many colors
- The designer relied on color alone to differentiate status rather than using distinct shapes or symbols (Correct answer)
- The icons were too small
- The font pairing was incorrect
Correct answer: The designer relied on color alone to differentiate status rather than using distinct shapes or symbols
WCAG guidelines require that color is never the sole means of conveying information; distinct shapes or labels must also differentiate states.
Question 7: A product manager asks why the icon for 'notifications' in the app is a bell rather than an envelope. What is the designer's best response?
- Envelopes are trademarked by email providers
- The bell is the established universal metaphor for alerts and notifications, while envelopes specifically represent messages or email (Correct answer)
- Bells render better at small sizes than envelopes
- The bell was cheaper to license
Correct answer: The bell is the established universal metaphor for alerts and notifications, while envelopes specifically represent messages or email
The bell icon has become the universal system-level metaphor for notifications across iOS, Android, and web platforms, distinct from the email-specific envelope.
A designer is building a dark mode icon variant.
Simply inverting the light mode colors causes the icon to look washed out.
What is the correct approach?