album add icon
album-add-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- album-add-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the album add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6a2 2 0 0 1 2-2h1v7.174a6.5 6.5 0 0 0-3 1.636zm14 2.5h-4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5V9a.5.5 0 0 0-.5-.5M12.502 20H20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6.5v7a6.5 6.5 0 0 1 6.002 9M10 9a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2zm-3.5 3a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m.501 8.503V18h2.496a.5.5 0 0 0 0-1H7v-2.5a.5.5 0 1 0-1 0V17H3.496a.5.5 0 0 0 0 1H6v2.503a.5.5 0 1 0 1 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentAlbumAdd24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6a2 2 0 0 1 2-2h1v7.174a6.5 6.5 0 0 0-3 1.636zm14 2.5h-4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5V9a.5.5 0 0 0-.5-.5M12.502 20H20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6.5v7a6.5 6.5 0 0 1 6.002 9M10 9a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2zm-3.5 3a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m.501 8.503V18h2.496a.5.5 0 0 0 0-1H7v-2.5a.5.5 0 1 0-1 0V17H3.496a.5.5 0 0 0 0 1H6v2.503a.5.5 0 1 0 1 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6a2 2 0 0 1 2-2h1v7.174a6.5 6.5 0 0 0-3 1.636zm14 2.5h-4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5V9a.5.5 0 0 0-.5-.5M12.502 20H20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6.5v7a6.5 6.5 0 0 1 6.002 9M10 9a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2zm-3.5 3a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m.501 8.503V18h2.496a.5.5 0 0 0 0-1H7v-2.5a.5.5 0 1 0-1 0V17H3.496a.5.5 0 0 0 0 1H6v2.503a.5.5 0 1 0 1 0"/></svg> </template>
CSS
.icon-album-add-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206a2%202%200%200%201%202-2h1v7.174a6.5%206.5%200%200%200-3%201.636zm14%202.5h-4a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200%20.5-.5V9a.5.5%200%200%200-.5-.5M12.502%2020H20a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2H6.5v7a6.5%206.5%200%200%201%206.002%209M10%209a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202h-4a2%202%200%200%201-2-2zm-3.5%203a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m.501%208.503V18h2.496a.5.5%200%200%200%200-1H7v-2.5a.5.5%200%201%200-1%200V17H3.496a.5.5%200%200%200%200%201H6v2.503a.5.5%200%201%200%201%200%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206a2%202%200%200%201%202-2h1v7.174a6.5%206.5%200%200%200-3%201.636zm14%202.5h-4a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200%20.5-.5V9a.5.5%200%200%200-.5-.5M12.502%2020H20a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2H6.5v7a6.5%206.5%200%200%201%206.002%209M10%209a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202h-4a2%202%200%200%201-2-2zm-3.5%203a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m.501%208.503V18h2.496a.5.5%200%200%200%200-1H7v-2.5a.5.5%200%201%200-1%200V17H3.496a.5.5%200%200%200%200%201H6v2.503a.5.5%200%201%200%201%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/album-add-24-filled.svg?color=%231a73e8&size=48