---
title: "Web Push: Add Icons"
slug: "add-icons-to-web-push-notifications"
tags: ["custom icon", "default icon", "dynamic image", "message icon", "web push message content"]
updated: 2026-03-03T08:34:41Z
published: 2026-03-03T08:34:41Z
canonical: "academy.insiderone.com/add-icons-to-web-push-notifications"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://academy.insiderone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Web Push: Add Icons

When designing your Web Push notification, you can choose from three icon options to visually enrich your message:

![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/image-1731498060014.png)

## Default Icon

Uses the icon configured in the [Settings](/v1/docs/inone-account-settings) page of your InOne panel. This is applied automatically if no other icon is selected.

## Custom Icon

Upload a specific image from your computer to personalize the notification.

## Dynamic Image

Fetches an image using a URL, commonly used to display the last viewed product or a product left in the cart.

When using a Dynamic Image, it’s important to define a fallback image. This ensures the Web Push notification still displays properly if the dynamic image URL is empty or unavailable![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/image-1731498135128.png)

## Image Guidelines

- Recommended resolution is 80×80 pixels.
- The maximum size is less than 500 KB.
- If the dynamic image fails to load, the fallback image will automatically be displayed instead.

## Related

- [Single Web Push](/create-a-single-web-push.md)
- [Trigger Web Push](/create-a-trigger-web-push-campaign.md)
- [Cart Reminder Web Push](/create-a-cart-reminder-web-push-campaign.md)
- [Back in Stock Web Push](/create-a-back-in-stock-web-push.md)
- [Price Drop Web Push](/create-a-price-drop-web-push.md)
