picture album icon
picture-album from IconPark by ByteDance · Color · Office · Apache-2.0 Free for personal and commercial use.
- Name
- picture-album
- Set
- IconPark
- Style
- Color
- Category
- Office
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More office icons from IconPark
Use the picture album icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><rect width="30" height="30" x="6" y="6" fill="#2F88FF" stroke="#000" rx="2"/><path stroke="#000" stroke-linecap="round" d="M42 12V39C42 40.6569 40.6569 42 39 42H12"/><path stroke="#fff" stroke-linecap="round" d="M6 25L13.6562 18.1944C14.4204 17.5152 15.5738 17.5216 16.3303 18.2094L26 27"/><path stroke="#fff" stroke-linecap="round" d="M22 23L26.7849 19.0125C27.4971 18.4191 28.5237 18.3928 29.2653 18.949L36 24"/><path stroke="#000" stroke-linecap="round" d="M6 19L6 27"/><path stroke="#000" stroke-linecap="round" d="M36 19V27"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPictureAlbum(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><rect width="30" height="30" x="6" y="6" fill="#2F88FF" stroke="#000" rx="2"/><path stroke="#000" strokeLinecap="round" d="M42 12V39C42 40.6569 40.6569 42 39 42H12"/><path stroke="#fff" strokeLinecap="round" d="M6 25L13.6562 18.1944C14.4204 17.5152 15.5738 17.5216 16.3303 18.2094L26 27"/><path stroke="#fff" strokeLinecap="round" d="M22 23L26.7849 19.0125C27.4971 18.4191 28.5237 18.3928 29.2653 18.949L36 24"/><path stroke="#000" strokeLinecap="round" d="M6 19L6 27"/><path stroke="#000" strokeLinecap="round" d="M36 19V27"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><rect width="30" height="30" x="6" y="6" fill="#2F88FF" stroke="#000" rx="2"/><path stroke="#000" stroke-linecap="round" d="M42 12V39C42 40.6569 40.6569 42 39 42H12"/><path stroke="#fff" stroke-linecap="round" d="M6 25L13.6562 18.1944C14.4204 17.5152 15.5738 17.5216 16.3303 18.2094L26 27"/><path stroke="#fff" stroke-linecap="round" d="M22 23L26.7849 19.0125C27.4971 18.4191 28.5237 18.3928 29.2653 18.949L36 24"/><path stroke="#000" stroke-linecap="round" d="M6 19L6 27"/><path stroke="#000" stroke-linecap="round" d="M36 19V27"/></g></svg> </template>
CSS
.icon-picture-album {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20x%3D%226%22%20y%3D%226%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%222%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M42%2012V39C42%2040.6569%2040.6569%2042%2039%2042H12%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2025L13.6562%2018.1944C14.4204%2017.5152%2015.5738%2017.5216%2016.3303%2018.2094L26%2027%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M22%2023L26.7849%2019.0125C27.4971%2018.4191%2028.5237%2018.3928%2029.2653%2018.949L36%2024%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2019L6%2027%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M36%2019V27%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20x%3D%226%22%20y%3D%226%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%222%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M42%2012V39C42%2040.6569%2040.6569%2042%2039%2042H12%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2025L13.6562%2018.1944C14.4204%2017.5152%2015.5738%2017.5216%2016.3303%2018.2094L26%2027%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M22%2023L26.7849%2019.0125C27.4971%2018.4191%2028.5237%2018.3928%2029.2653%2018.949L36%2024%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2019L6%2027%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M36%2019V27%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/picture-album.svg?color=%231a73e8&size=48