The HugeIcons album not found 01 icon visually represents a situation where an album or collection of items cannot be located, commonly used to indicate an empty state or an error in content retrieval.
Common uses
- Displaying when a user's music library is empty.
- Signaling that a requested playlist or album is unavailable.
- Indicating a search result yielded no albums.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AlbumNotFound01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AlbumNotFound01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- empty albumalbum missingno contentcontent not found
FAQ
- What does the AlbumNotFound01Icon represent?
- This icon signifies that an album or a collection of items could not be found. It's useful for empty states or error messages related to content.
- How do I use AlbumNotFound01Icon in a React application?
- Import the icon and use it with the HugeiconsIcon component like this: import { AlbumNotFound01Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={AlbumNotFound01Icon} />
- What is the license for this icon?
- The AlbumNotFound01Icon is distributed under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →