Skip to Content
GuidesIcons

Icons (Optimizely staff only)

We use a licensed Font Awesome icon kit with our Optimizely Design System.

Installation

Make sure you have access to our private package repository and install the @optimizely/axiom-icons package.

npm install @optimizely/axiom-icons

Simply import the components and use them in your application.

import { IconMessages } from "@optimizely/axiom-icons"; <IconMessages />;

Available Icons

When using AI assistants like Claude Code with the Axiom MCP server, you can search for available icons using natural language:

  • “Search for message icons”
  • “Find arrow icons”
  • “Show user-related icons”

The MCP server includes a search_icons tool that helps you discover the right icon component for your needs from our collection of licensed Font Awesome Pro icons.

Last updated on