collection icon
collection from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- collection
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Related icons in Element Plus
Use the collection icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.5V192A128 128 0 0 1 256 64"/><path fill="currentColor" d="M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.9l96-76.8l96 76.8V128zm-64-64h320v381.4a32 32 0 0 1-52 25L480 384l-108 86.4a32 32 0 0 1-52-25z"/></svg>
React
import type { SVGProps } from "react";
export function EpCollection(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.5V192A128 128 0 0 1 256 64"/><path fill="currentColor" d="M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.9l96-76.8l96 76.8V128zm-64-64h320v381.4a32 32 0 0 1-52 25L480 384l-108 86.4a32 32 0 0 1-52-25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.5V192A128 128 0 0 1 256 64"/><path fill="currentColor" d="M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.9l96-76.8l96 76.8V128zm-64-64h320v381.4a32 32 0 0 1-52 25L480 384l-108 86.4a32 32 0 0 1-52-25z"/></svg> </template>
CSS
.icon-collection {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20736h640V128H256a64%2064%200%200%200-64%2064zm64-672h608a32%2032%200%200%201%2032%2032v672a32%2032%200%200%201-32%2032H160l-32%2057.5V192A128%20128%200%200%201%20256%2064%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20800a48%2048%200%201%200%200%2096h592v-96zm0-64h656v160a64%2064%200%200%201-64%2064H240a112%20112%200%200%201%200-224m144-608v250.9l96-76.8l96%2076.8V128zm-64-64h320v381.4a32%2032%200%200%201-52%2025L480%20384l-108%2086.4a32%2032%200%200%201-52-25z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20736h640V128H256a64%2064%200%200%200-64%2064zm64-672h608a32%2032%200%200%201%2032%2032v672a32%2032%200%200%201-32%2032H160l-32%2057.5V192A128%20128%200%200%201%20256%2064%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20800a48%2048%200%201%200%200%2096h592v-96zm0-64h656v160a64%2064%200%200%201-64%2064H240a112%20112%200%200%201%200-224m144-608v250.9l96-76.8l96%2076.8V128zm-64-64h320v381.4a32%2032%200%200%201-52%2025L480%20384l-108%2086.4a32%2032%200%200%201-52-25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/collection.svg?color=%231a73e8&size=48