Icon Usage Examples
This document demonstrates how to use Brainforge icons in playbook markdown files.
Basic Usage
Icons can be embedded directly in markdown using standard image syntax:
Inline with Text
Icons work great inline with text:
 **Innovation**
Our AI-powered solutions drive innovation.
 **Analytics**
Track your metrics with real-time dashboards.
 **Achievement**
Celebrate your team's success.In Lists
Use icons to enhance bullet points:
## Key Features
-  **Security First**
Enterprise-grade security for all your data
-  **Global Reach**
Deploy anywhere, scale globally
-  **Comprehensive Docs**
Detailed documentation for every featureIn Tables
Icons can be used in markdown tables:
| Feature | Icon | Description |
|---|---|---|
| Analytics | Real-time data visualization | |
| Security | Enterprise security | |
| Innovation | Cutting-edge technology |
Sizing Icons
For web-based playbooks, you can control icon size using HTML:
<img src="./assets/icons/technology/rocket.svg" alt="Rocket" width="32" height="32" />Or use CSS classes if your markdown renderer supports it:
{.icon-small}Color Customization
Icons use brand colors by default:
- Primary:
#579D6B(vibrant green) - Dark:
#244926(dark green outline) - Accent:
#3FA93A(accent green)
To customize colors, edit the SVG file directly or use CSS filters for web applications.
Best Practices
- Always include alt text - Makes icons accessible
- Use descriptive names - Helps with SEO and accessibility
- Keep icons consistent - Use same size for similar contexts
- Don’t overuse - Icons should enhance, not clutter
Available Icons
Technology
rocket.svg- Rocket/launchbox-3d.svg- 3D box/pyramidlightbulb.svg- Lightbulb/ideaglobe.svg- Globe/world
Business
chart-line.svg- Line chartchart-bar.svg- Bar chartchart-area.svg- Area chartdocument.svg- Document/file
Productivity
shield-star.svg- Shield with startarget.svg- Target/bullseyecheck-circle.svg- Checkmark in circlelocation-pin.svg- Location/map pintrophy.svg- Trophy/award
Note: More icons are available in the business/ directory as Group-X.svg files. See ICON-MAPPING.md for organization guide.