Aqua DS - Component Library

Quick Start

Framework Implementation

WebComponents

Vue 3

React

Angular

Components

Data Types

Directives

Style Customization

Theming

Custom Styles

Icons


FAQ


Aqua Basis

Aqua Composition

Aqua icons are bundled as a font within the main package installation. This means you can use all available icons without the need to install or import any additional packages.

Usage

Icons are applied via CSS classes. We recommend using a standard <em> or <span> HTML tag with the corresponding icon class. For example:

<em class="aq-icon-ips"></em>

<span class="aq-icon-mapping"></span>

image.png

image.png

Example: Button with Icon and Badge

The following example shows how to use the <aq-button> component with an icon and a badge inside it:

<aq-button variant="primary" type="submit">
  <em class="aq-icon-settings" info="This is a tooltip"></em>
  Button
  <aq-badge status="success">0</aq-badge>
</aq-button>

Notes

This structure is useful when you want to combine an action button with contextual information and visual feedback.

List

This is the complete list of available icons included in the Aqua Design System.

Icons

https://codepen.io/Fernando-Yara/pen/bNdRgWB

On this page

Design together. Build together. Speak the same language.

back Aqua.png