album 01 icon
album-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- album-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the album 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 13c0-2.828 0-4.243.879-5.121C3.757 7 5.172 7 8 7h3c2.828 0 4.243 0 5.121.879C17 8.757 17 10.172 17 13v3c0 2.828 0 4.243-.879 5.121C15.243 22 13.828 22 11 22H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 19.396 2 18.93 2 18z"/><path d="m15.5 21.5l-6.234-6.914a2 2 0 0 0-2.664-.148L2 17.5m10.5-6.25v.5m-.25-.25h.5m.25 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6.993 5.5A2.51 2.51 0 0 0 22 14.542V8.02c0-2.838 0-4.257-.882-5.138C20.237 2 18.818 2 15.98 2H9.458A2.51 2.51 0 0 0 7 4.007"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAlbum01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 13c0-2.828 0-4.243.879-5.121C3.757 7 5.172 7 8 7h3c2.828 0 4.243 0 5.121.879C17 8.757 17 10.172 17 13v3c0 2.828 0 4.243-.879 5.121C15.243 22 13.828 22 11 22H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 19.396 2 18.93 2 18z"/><path d="m15.5 21.5l-6.234-6.914a2 2 0 0 0-2.664-.148L2 17.5m10.5-6.25v.5m-.25-.25h.5m.25 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6.993 5.5A2.51 2.51 0 0 0 22 14.542V8.02c0-2.838 0-4.257-.882-5.138C20.237 2 18.818 2 15.98 2H9.458A2.51 2.51 0 0 0 7 4.007"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 13c0-2.828 0-4.243.879-5.121C3.757 7 5.172 7 8 7h3c2.828 0 4.243 0 5.121.879C17 8.757 17 10.172 17 13v3c0 2.828 0 4.243-.879 5.121C15.243 22 13.828 22 11 22H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 19.396 2 18.93 2 18z"/><path d="m15.5 21.5l-6.234-6.914a2 2 0 0 0-2.664-.148L2 17.5m10.5-6.25v.5m-.25-.25h.5m.25 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6.993 5.5A2.51 2.51 0 0 0 22 14.542V8.02c0-2.838 0-4.257-.882-5.138C20.237 2 18.818 2 15.98 2H9.458A2.51 2.51 0 0 0 7 4.007"/></g></svg> </template>
CSS
.icon-album-01 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2013c0-2.828%200-4.243.879-5.121C3.757%207%205.172%207%208%207h3c2.828%200%204.243%200%205.121.879C17%208.757%2017%2010.172%2017%2013v3c0%202.828%200%204.243-.879%205.121C15.243%2022%2013.828%2022%2011%2022H6c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C2%2019.396%202%2018.93%202%2018z%22%2F%3E%3Cpath%20d%3D%22m15.5%2021.5l-6.234-6.914a2%202%200%200%200-2.664-.148L2%2017.5m10.5-6.25v.5m-.25-.25h.5m.25%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m6.993%205.5A2.51%202.51%200%200%200%2022%2014.542V8.02c0-2.838%200-4.257-.882-5.138C20.237%202%2018.818%202%2015.98%202H9.458A2.51%202.51%200%200%200%207%204.007%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2013c0-2.828%200-4.243.879-5.121C3.757%207%205.172%207%208%207h3c2.828%200%204.243%200%205.121.879C17%208.757%2017%2010.172%2017%2013v3c0%202.828%200%204.243-.879%205.121C15.243%2022%2013.828%2022%2011%2022H6c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C2%2019.396%202%2018.93%202%2018z%22%2F%3E%3Cpath%20d%3D%22m15.5%2021.5l-6.234-6.914a2%202%200%200%200-2.664-.148L2%2017.5m10.5-6.25v.5m-.25-.25h.5m.25%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m6.993%205.5A2.51%202.51%200%200%200%2022%2014.542V8.02c0-2.838%200-4.257-.882-5.138C20.237%202%2018.818%202%2015.98%202H9.458A2.51%202.51%200%200%200%207%204.007%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/album-01.svg?color=%231a73e8&size=48