Album icon

Used as a collection of photos and memories. The Album icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Album icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { Album24Regular, Album24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Album24Regular aria-label="Album" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_album_24_regular.svg" width="24" height="24" alt="Album">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 9C10 7.89543 10.8954 7 12 7H16C17.1046 7 18 7.89543 18 9V10C18 11.1046 17.1046 12 16 12H12C10.8954 12 10 11.1046 10 10V9ZM12 8.5C11.7239 8.5 11.5 8.72386 11.5 9V10C11.5 10.2761 11.7239 10.5 12 10.5H16C16.2761 10.5 16.5 10.2761 16.5 10V9C16.5 8.72386 16.2761 8.5 16 8.5H12ZM4 4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4H4ZM20 5.5C20.2761 5.5 20.5 5.72386 20.5 6V18C20.5 18.2761 20.2761 18.5 20 18.5H7.5V5.5H20ZM4 5.5H6V18.5H4C3.72386 18.5 3.5 18.2761 3.5 18V6C3.5 5.72386 3.72386 5.5 4 5.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/album_24_regular.svg";

Details

NameAlbum
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_album_24_regular.svg
Filled fileic_fluent_album_24_filled.svg
React componentsAlbum24Regular, Album24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

photobookpicturesimage

Related icons