---
title: Icon
description: >-
Renders a graphic symbol to visually communicate core parts of the product and
available actions. Icons can act as wayfinding tools to help users quickly
understand their location within the interface and common interaction
patterns.
api_version: 2025-10
api_name: checkout_ui_extensions
source_url:
html: >-
https://shopify.dev/docs/api/checkout-ui-extensions/2025-10-rc/polaris-web-components/media/icon
md: >-
https://shopify.dev/docs/api/checkout-ui-extensions/2025-10-rc/polaris-web-components/media/icon.txt
---
# Icon
Renders a graphic symbol to visually communicate core parts of the product and available actions. Icons can act as wayfinding tools to help users quickly understand their location within the interface and common interaction patterns.
## Properties
* id
string
A unique identifier for the element.
* size
'small' | 'large' | 'base' | 'small-200' | 'small-100' | 'large-100'
Adjusts the size of the icon.
* tone
'custom' | 'success' | 'auto' | 'neutral' | 'info' | 'warning' | 'critical'
Sets the tone of the icon, based on the intention of the information being conveyed.
* type
'' | ReducedIconTypes
### ReducedIconTypes
```ts
'alert-circle' | 'alert-triangle-filled' | 'alert-triangle' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrow-up' | 'bag' | 'bullet' | 'calendar' | 'camera' | 'caret-down' | 'cart' | 'cash-dollar' | 'categories' | 'check-circle' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle' | 'clipboard' | 'clock' | 'credit-card' | 'delete' | 'delivered' | 'delivery' | 'disabled' | 'discount' | 'edit' | 'email' | 'empty' | 'external' | 'filter' | 'geolocation' | 'gift-card' | 'globe' | 'grid' | 'image' | 'info-filled' | 'info' | 'list-bulleted' | 'location' | 'lock' | 'map' | 'menu-horizontal' | 'menu-vertical' | 'menu' | 'minus' | 'mobile' | 'note' | 'order' | 'organization' | 'plus' | 'profile' | 'question-circle-filled' | 'question-circle' | 'reorder' | 'reset' | 'return' | 'savings' | 'search' | 'settings' | 'star-filled' | 'star-half' | 'star' | 'store' | 'truck' | 'upload' | 'x-circle-filled' | 'x-circle' | 'x'
```
### Examples
* #### Code
##### Default
```html
```
## Preview
