By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
A practical, no-fluff guide for aspiring product designers, graphic designers transitioning to UX, and bootcamp students.
Iconography and illustration are the visual shorthand of digital products—they guide users, communicate ideas instantly, and add personality without cluttering interfaces. Well-designed icons reduce cognitive load (e.g., a universally recognized "cart" icon speeds up checkout), while custom illustrations can differentiate a brand (e.g., Duolingo’s playful characters make language learning feel approachable). Poor iconography, however, creates confusion (e.g., a "heart" icon that’s mistaken for "favorites" vs. "likes") or slows users down (e.g., overly detailed illustrations distracting from a medical app’s critical info).
Example: Redesigning a hospital patient portal’s appointment-booking flow. Generic calendar icons might not convey "book now" urgency, but a custom illustration of a doctor’s hand holding a clipboard with a "✓" could reduce hesitation. Meanwhile, standardized icons for "prescriptions" or "test results" ensure patients don’t misinterpret critical actions.
Affordance (Norman’s Design Principles): An icon’s visual cues should suggest its function. Example: A trash can icon "affords" deletion because it resembles a real-world object. ❌ Avoid abstract shapes (e.g., a circle for "settings") unless paired with a label.
Consistency (Jakob’s Law): Users expect icons to work the same way across platforms. Example: A "magnifying glass" should always mean "search," not "zoom" in one app and "find" in another. Break this rule only for deliberate brand differentiation (e.g., Slack’s custom "hashtag" icon for channels).
Contrast (WCAG 2.1): Icons must meet a 3:1 contrast ratio against their background for accessibility. Example: A white "X" on a light-gray button fails WCAG; use a darker gray or add a subtle border. Test with WebAIM’s Contrast Checker.
Hierarchy (Gestalt Principles): Icons should visually prioritize actions. Example: In a music app, the "play" icon is larger and bolder than "shuffle" or "repeat" to guide the user’s attention. Use size, color, or weight to signal importance.
Metaphor (Conceptual Models): Icons should map to real-world concepts users already understand. Example: A "floppy disk" for "save" is outdated (young users may not recognize it), but a "cloud with an arrow" for "upload" is universally clear. Test metaphors with diverse user groups.
Micro-interactions (Delight): Subtle animations or state changes make icons feel responsive. Example: A "heart" icon that fills with color when tapped (like Twitter’s "like") provides feedback. In Figma, use Smart Animate or Variants to prototype these.
Grid Systems (Alignment): Icons should align to a consistent grid (e.g., 24x24px) for uniformity. Example: In a design system, all icons are built on a 24px grid with 2px strokes to ensure they scale predictably. Use Figma’s Icon Grid plugin to enforce this.
Illustration Style (Brand Voice): Illustrations should match the product’s tone. Example:
Minimalist: Apple’s line-art icons for system apps.
Empty States (Opportunity): Illustrations can turn frustration into delight. Example: Instead of a blank screen with "No results," use a friendly illustration (e.g., a sad robot holding a broken magnifying glass) with a clear CTA ("Try a different search").
Cognitive Load (Hick’s Law): Too many icons or overly complex illustrations slow users down. Example: A dashboard with 10+ icon-only buttons forces users to memorize meanings. Pair icons with labels or group related actions (e.g., "Share" dropdown with "Copy link," "Email," "Twitter").
Responsive Icons (Scalability): Icons must adapt to different screen sizes. Example: A "menu" icon might be 24px on desktop but 32px on mobile for touch targets. Use Figma’s Auto Layout and Constraints to ensure icons resize proportionally.
Cultural Context (Localization): Icons can have different meanings across cultures. Example: A "thumbs up" is offensive in the Middle East; a "checkmark" means "correct" in the West but "incorrect" in Japan. Research target markets or use universally understood symbols (e.g., a "house" for "home").
Action: Start with a user story or job-to-be-done (JTBD).- Example: "As a user, I want to quickly identify my saved items so I can resume my shopping later." - Figma Action: Create a User Flow frame (e.g., "Saved Items" → "View List" → "Remove Item"). List the icons needed (e.g., "bookmark," "trash," "filter").
Action: Review competitors or your own product’s icons.- Example: Check how Amazon, Etsy, and Pinterest handle "saved items." Note inconsistencies (e.g., Amazon uses a "heart," Etsy uses a "bookmark").- Figma Action: Create a Mood Board frame with screenshots of 5–10 apps. Use Figma’s "Compare" mode to spot patterns.
Action: Sketch 3–5 icon concepts on paper or in Figma.- Example: For "saved items," sketch: 1. A bookmark (literal). 2. A heart (emotional). 3. A folder (organizational).- Test: Show sketches to 5 users and ask, "What do you think this icon does?" Pick the most intuitive option.
Action: Build icons in a 24x24px grid with consistent stroke weights (e.g., 2px).- Example: In Figma: 1. Create a 24px frame with a 2px grid. 2. Use the Pen Tool (P) to draw shapes. 3. Use Boolean Operations (Union, Subtract) to combine shapes. 4. Export as SVG for scalability.- Pro Tip: Use Figma’s "Iconify" plugin to browse open-source icons for inspiration.
Action: Test icons in a low-fidelity prototype.- Example: In Figma, create a simple prototype with: - A list of saved items. - Icons for "delete," "share," and "edit." - Test: Ask users to complete tasks like "Remove an item from your saved list." Observe if they hesitate or click the wrong icon.- Iterate: If users confuse "share" (arrow) with "download" (cloud), redesign or add labels.
Action: Add icons to your design system with usage guidelines.- Example: In Figma: 1. Create a Component for each icon (e.g., "Icon/Bookmark"). 2. Add Variants for states (e.g., "Default," "Active," "Disabled"). 3. Write usage rules (e.g., "Use the bookmark icon only for saving items, not for favorites"). 4. Include accessibility notes (e.g., "Minimum contrast ratio: 3:1").
A stakeholder insists on adding a custom illustration to a data-heavy dashboard (e.g., a stock trading app). The illustration is detailed and colorful. How do you respond?
Answer:- Principle: Cognitive Load (Hick’s Law) and Hierarchy (Gestalt Principles).- Response: "Illustrations can enhance delight, but in a data-heavy dashboard, they risk distracting from critical information. Let’s: 1. Test the illustration in a prototype to measure if it slows users down. 2. Simplify it (e.g., use a monochrome line drawing instead of a detailed scene). 3. Place it in a low-priority area (e.g., empty states or onboarding, not next to key metrics)."
You’re designing icons for a global app. A teammate suggests using a "thumbs up" for "approve" and a "thumbs down" for "reject." What’s your concern, and how do you address it?
Answer:- Principle: Cultural Context (Localization).- Response: "A 'thumbs up' is offensive in some cultures (e.g., Middle East, West Africa). Instead: - Use universal symbols (e.g., a checkmark for 'approve,' an 'X' for 'reject'). - Test with local users if the app is region-specific. - Add labels to avoid ambiguity (e.g., 'Approve' + ✓)."
A developer asks why the "menu" icon (three horizontal lines) needs to be 48x48px on mobile when the icon itself is only 24x24px. How do you explain this?
Answer:- Principle: Fitts’s Law and Touch Targets (WCAG).- Response: "The touch target (the area users tap) must be at least 48x48px for accessibility, even if the icon is smaller. This ensures: - Faster taps (Fitts’s Law: larger targets are easier to hit). - Compliance with WCAG (minimum touch target size). - Reduced errors (users won’t accidentally tap adjacent buttons). In Figma, we wrap the 24px icon in a 48px transparent frame with Auto Layout padding."
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.