album icon
album-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- album-filled
- Set
- Reicon
- Style
- Filled
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All album icons →albumBoxIcons v2albumBoxIcons v2 Solidalbum-20-filledFluent UI System Iconsalbumcss.ggalbumHuge IconsalbumIconoiralbumLucidealbumMaterial SymbolsalbumMaterial Symbols LightalbumMaterial Design Iconsalbum-fillMingCute IconalbumMyna UI IconsalbumPixelarticonsalbum-fillRemix Iconalbum-boldSolaralbumTabler Iconsalbum-outlinedWeUI Icon
More video icons from Reicon
cameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilmforward-10s
Use the album icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.29 11.969a1.33 1.33 0 0 1-1.322 1.337a1.33 1.33 0 0 1-1.323-1.337a1.33 1.33 0 0 1 1.323-1.338c.73 0 1.323.599 1.323 1.338"/><path fill-rule="evenodd" d="M18.132 7.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363 0-2.456 0-3.305.12c-.877.125-1.608.393-2.152 1.02c-.543.628-.71 1.397-.716 2.293c-.006.866.139 1.962.319 3.329l.365 2.771c.141 1.069.255 1.933.432 2.61c.185.704.457 1.289.968 1.741s1.12.648 1.834.74C7.605 22 8.468 22 9.533 22h4.934c1.065 0 1.928 0 2.615-.088c.715-.092 1.323-.288 1.834-.74s.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.771c.18-1.367.325-2.463.319-3.33c-.007-.895-.172-1.664-.716-2.291c-.544-.628-1.275-.896-2.152-1.021M6.052 8.732c-.726.104-1.094.292-1.34.578c-.248.285-.384.678-.39 1.42c-.005.762.126 1.765.315 3.195l.05.38l.371-.273c.96-.702 2.376-.668 3.288.095l3.384 2.833c.32.268.871.318 1.269.084l.235-.138c1.125-.662 2.634-.592 3.672.19l1.832 1.38c.09-.496.171-1.105.273-1.876l.352-2.675c.189-1.43.32-2.433.314-3.195c-.005-.742-.141-1.135-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427 0-2.427.001-3.172.107" clip-rule="evenodd"/><path d="M8.859 2h6.282c.21 0 .37 0 .51.015a2.62 2.62 0 0 1 2.159 1.672H6.19a2.62 2.62 0 0 1 2.159-1.672c.14-.015.3-.015.51-.015M6.88 4.5c-1.252 0-2.278.84-2.62 1.954l-.021.07c.358-.12.73-.2 1.108-.253c.973-.139 2.202-.139 3.629-.139h6.203c1.427 0 2.656 0 3.628.139c.378.053.75.132 1.11.253l-.021-.07C19.553 5.34 18.527 4.5 17.276 4.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAlbumFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.29 11.969a1.33 1.33 0 0 1-1.322 1.337a1.33 1.33 0 0 1-1.323-1.337a1.33 1.33 0 0 1 1.323-1.338c.73 0 1.323.599 1.323 1.338"/><path fillRule="evenodd" d="M18.132 7.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363 0-2.456 0-3.305.12c-.877.125-1.608.393-2.152 1.02c-.543.628-.71 1.397-.716 2.293c-.006.866.139 1.962.319 3.329l.365 2.771c.141 1.069.255 1.933.432 2.61c.185.704.457 1.289.968 1.741s1.12.648 1.834.74C7.605 22 8.468 22 9.533 22h4.934c1.065 0 1.928 0 2.615-.088c.715-.092 1.323-.288 1.834-.74s.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.771c.18-1.367.325-2.463.319-3.33c-.007-.895-.172-1.664-.716-2.291c-.544-.628-1.275-.896-2.152-1.021M6.052 8.732c-.726.104-1.094.292-1.34.578c-.248.285-.384.678-.39 1.42c-.005.762.126 1.765.315 3.195l.05.38l.371-.273c.96-.702 2.376-.668 3.288.095l3.384 2.833c.32.268.871.318 1.269.084l.235-.138c1.125-.662 2.634-.592 3.672.19l1.832 1.38c.09-.496.171-1.105.273-1.876l.352-2.675c.189-1.43.32-2.433.314-3.195c-.005-.742-.141-1.135-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427 0-2.427.001-3.172.107" clipRule="evenodd"/><path d="M8.859 2h6.282c.21 0 .37 0 .51.015a2.62 2.62 0 0 1 2.159 1.672H6.19a2.62 2.62 0 0 1 2.159-1.672c.14-.015.3-.015.51-.015M6.88 4.5c-1.252 0-2.278.84-2.62 1.954l-.021.07c.358-.12.73-.2 1.108-.253c.973-.139 2.202-.139 3.629-.139h6.203c1.427 0 2.656 0 3.628.139c.378.053.75.132 1.11.253l-.021-.07C19.553 5.34 18.527 4.5 17.276 4.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.29 11.969a1.33 1.33 0 0 1-1.322 1.337a1.33 1.33 0 0 1-1.323-1.337a1.33 1.33 0 0 1 1.323-1.338c.73 0 1.323.599 1.323 1.338"/><path fill-rule="evenodd" d="M18.132 7.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363 0-2.456 0-3.305.12c-.877.125-1.608.393-2.152 1.02c-.543.628-.71 1.397-.716 2.293c-.006.866.139 1.962.319 3.329l.365 2.771c.141 1.069.255 1.933.432 2.61c.185.704.457 1.289.968 1.741s1.12.648 1.834.74C7.605 22 8.468 22 9.533 22h4.934c1.065 0 1.928 0 2.615-.088c.715-.092 1.323-.288 1.834-.74s.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.771c.18-1.367.325-2.463.319-3.33c-.007-.895-.172-1.664-.716-2.291c-.544-.628-1.275-.896-2.152-1.021M6.052 8.732c-.726.104-1.094.292-1.34.578c-.248.285-.384.678-.39 1.42c-.005.762.126 1.765.315 3.195l.05.38l.371-.273c.96-.702 2.376-.668 3.288.095l3.384 2.833c.32.268.871.318 1.269.084l.235-.138c1.125-.662 2.634-.592 3.672.19l1.832 1.38c.09-.496.171-1.105.273-1.876l.352-2.675c.189-1.43.32-2.433.314-3.195c-.005-.742-.141-1.135-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427 0-2.427.001-3.172.107" clip-rule="evenodd"/><path d="M8.859 2h6.282c.21 0 .37 0 .51.015a2.62 2.62 0 0 1 2.159 1.672H6.19a2.62 2.62 0 0 1 2.159-1.672c.14-.015.3-.015.51-.015M6.88 4.5c-1.252 0-2.278.84-2.62 1.954l-.021.07c.358-.12.73-.2 1.108-.253c.973-.139 2.202-.139 3.629-.139h6.203c1.427 0 2.656 0 3.628.139c.378.053.75.132 1.11.253l-.021-.07C19.553 5.34 18.527 4.5 17.276 4.5z"/></g></svg> </template>
CSS
.icon-album-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.29%2011.969a1.33%201.33%200%200%201-1.322%201.337a1.33%201.33%200%200%201-1.323-1.337a1.33%201.33%200%200%201%201.323-1.338c.73%200%201.323.599%201.323%201.338%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.132%207.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363%200-2.456%200-3.305.12c-.877.125-1.608.393-2.152%201.02c-.543.628-.71%201.397-.716%202.293c-.006.866.139%201.962.319%203.329l.365%202.771c.141%201.069.255%201.933.432%202.61c.185.704.457%201.289.968%201.741s1.12.648%201.834.74C7.605%2022%208.468%2022%209.533%2022h4.934c1.065%200%201.928%200%202.615-.088c.715-.092%201.323-.288%201.834-.74s.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.771c.18-1.367.325-2.463.319-3.33c-.007-.895-.172-1.664-.716-2.291c-.544-.628-1.275-.896-2.152-1.021M6.052%208.732c-.726.104-1.094.292-1.34.578c-.248.285-.384.678-.39%201.42c-.005.762.126%201.765.315%203.195l.05.38l.371-.273c.96-.702%202.376-.668%203.288.095l3.384%202.833c.32.268.871.318%201.269.084l.235-.138c1.125-.662%202.634-.592%203.672.19l1.832%201.38c.09-.496.171-1.105.273-1.876l.352-2.675c.189-1.43.32-2.433.314-3.195c-.005-.742-.141-1.135-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427%200-2.427.001-3.172.107%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.859%202h6.282c.21%200%20.37%200%20.51.015a2.62%202.62%200%200%201%202.159%201.672H6.19a2.62%202.62%200%200%201%202.159-1.672c.14-.015.3-.015.51-.015M6.88%204.5c-1.252%200-2.278.84-2.62%201.954l-.021.07c.358-.12.73-.2%201.108-.253c.973-.139%202.202-.139%203.629-.139h6.203c1.427%200%202.656%200%203.628.139c.378.053.75.132%201.11.253l-.021-.07C19.553%205.34%2018.527%204.5%2017.276%204.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.29%2011.969a1.33%201.33%200%200%201-1.322%201.337a1.33%201.33%200%200%201-1.323-1.337a1.33%201.33%200%200%201%201.323-1.338c.73%200%201.323.599%201.323%201.338%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.132%207.408c-.849-.12-1.942-.12-3.305-.12H9.173c-1.363%200-2.456%200-3.305.12c-.877.125-1.608.393-2.152%201.02c-.543.628-.71%201.397-.716%202.293c-.006.866.139%201.962.319%203.329l.365%202.771c.141%201.069.255%201.933.432%202.61c.185.704.457%201.289.968%201.741s1.12.648%201.834.74C7.605%2022%208.468%2022%209.533%2022h4.934c1.065%200%201.928%200%202.615-.088c.715-.092%201.323-.288%201.834-.74s.783-1.037.968-1.741c.177-.677.291-1.542.432-2.61l.365-2.771c.18-1.367.325-2.463.319-3.33c-.007-.895-.172-1.664-.716-2.291c-.544-.628-1.275-.896-2.152-1.021M6.052%208.732c-.726.104-1.094.292-1.34.578c-.248.285-.384.678-.39%201.42c-.005.762.126%201.765.315%203.195l.05.38l.371-.273c.96-.702%202.376-.668%203.288.095l3.384%202.833c.32.268.871.318%201.269.084l.235-.138c1.125-.662%202.634-.592%203.672.19l1.832%201.38c.09-.496.171-1.105.273-1.876l.352-2.675c.189-1.43.32-2.433.314-3.195c-.005-.742-.141-1.135-.388-1.42c-.247-.286-.615-.474-1.342-.578c-.745-.106-1.745-.107-3.172-.107h-5.55c-1.427%200-2.427.001-3.172.107%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.859%202h6.282c.21%200%20.37%200%20.51.015a2.62%202.62%200%200%201%202.159%201.672H6.19a2.62%202.62%200%200%201%202.159-1.672c.14-.015.3-.015.51-.015M6.88%204.5c-1.252%200-2.278.84-2.62%201.954l-.021.07c.358-.12.73-.2%201.108-.253c.973-.139%202.202-.139%203.629-.139h6.203c1.427%200%202.656%200%203.628.139c.378.053.75.132%201.11.253l-.021-.07C19.553%205.34%2018.527%204.5%2017.276%204.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/album-filled.svg?color=%231a73e8&size=48