Hero illustrations

Hero illustrations are decorative images used in product pages, empty states, and onboarding flows. They help communicate a message or set the tone for a section of the application.

These images are very large in size. You will likely need to resize them before implementing them in your code to ensure optimal page performance and loading times.

You can download all hero illustrations in a .zip file here.

Available illustrations

Below is a list of all available hero illustrations. Use the .img-fluid class to make them responsive within their container.

Checkbox Hero

checkbox_hero.png

Cloud Hero

cloud_hero.png

Coin Hero

coin_hero.png

Heart Hero

heart_hero.png

Hourglass Hero

hourglass_hero.png

Paper Plane Hero

paper_plane_hero.png

Pie Chart Hero

pie_chart_hero.png

Plant Hero

plant_hero.png

Platform Hero

platform_hero.png

Star Hero

star_hero.png

Usage

Add the .img-fluid class to make the illustration scale with its parent container. You can also combine it with shape classes such as .img-rounded or .img-squerkle.

<img class="img-fluid" src="{path}/star_hero.png" alt="Star hero illustration">