Icons
Customize the icons displayed in your toast notifications to better match your design or context.
Default Icons
Each toast type ships with a sensible default icon:
- Success: check circle
- Error: x circle
- Info: info
- Warning: alert triangle
Disable Icons Globally
nuxt.config.ts
Disable Icon Per Toast
AnyComponent.vue
Custom Icons
Use any icon from the Nuxt Icon library:
AnyComponent.vue
Popular Icons
Communication
icons.ts
Actions
icons.ts
Status
icons.ts
System
icons.ts
Browse all available icons at icones.js.org — search for lucide to find compatible names.
