The Phosphor image broken icon visually represents a missing or corrupted image file, commonly used in UI to indicate a failed image load.
Common uses
- Displaying a placeholder for an image that failed to load.
- Indicating a broken link to an image resource.
- Signifying an error in media display.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ImageBroken } from '@phosphor-icons/react';
<ImageBroken size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ImageBroken size={24} />thin
<ImageBroken size={24} weight="thin" />light
<ImageBroken size={24} weight="light" />bold
<ImageBroken size={24} weight="bold" />fill
<ImageBroken size={24} weight="fill" />duotone
<ImageBroken size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- *new*picturesphotographsphotographywallpapersgallerylandscapemissingerror404mediasystemimagebrokenmissing imagepicture error
FAQ
- What is the purpose of the image-broken icon?
- It's used to signify that an image is not available, has been deleted, or could not be loaded correctly.
- How do I use this icon in React?
- Import it using `import { ImageBroken } from '@phosphor-icons/react'` and then render it as a component: `<ImageBroken />`.
- What is the license for this icon?
- The Phosphor icon library, including the image-broken icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →