collections-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
collections-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the collections icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.066 8.004l.184-.005h7.5a3.25 3.25 0 0 1 3.245 3.065l.005.185v7.5a3.25 3.25 0 0 1-3.066 3.245l-.184.005h-7.5a3.25 3.25 0 0 1-3.245-3.066L8 18.75v-7.5a3.25 3.25 0 0 1 3.066-3.245M18.75 9.5h-7.5a1.75 1.75 0 0 0-1.744 1.606l-.006.144v7.5a1.75 1.75 0 0 0 1.607 1.744l.143.006h7.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-7.5a1.75 1.75 0 0 0-1.75-1.75M15 11a.75.75 0 0 1 .75.75v2.498h2.5a.75.75 0 0 1 0 1.5h-2.5v2.502a.75.75 0 0 1-1.5 0v-2.502h-2.5a.75.75 0 1 1 0-1.5h2.5V11.75A.75.75 0 0 1 15 11m.582-6.767l.052.177l.693 2.588h-1.553l-.588-2.2a1.75 1.75 0 0 0-2.144-1.238L4.798 5.502a1.75 1.75 0 0 0-1.27 1.995l.032.148l1.942 7.244A1.75 1.75 0 0 0 7 16.176v1.506a3.25 3.25 0 0 1-2.895-2.228l-.052-.176l-1.941-7.245a3.25 3.25 0 0 1 2.12-3.928l.178-.052l7.244-1.941a3.25 3.25 0 0 1 3.928 2.12"/></svg>

React

import type { SVGProps } from "react";

export function FluentCollections24Regular(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="m11.066 8.004l.184-.005h7.5a3.25 3.25 0 0 1 3.245 3.065l.005.185v7.5a3.25 3.25 0 0 1-3.066 3.245l-.184.005h-7.5a3.25 3.25 0 0 1-3.245-3.066L8 18.75v-7.5a3.25 3.25 0 0 1 3.066-3.245M18.75 9.5h-7.5a1.75 1.75 0 0 0-1.744 1.606l-.006.144v7.5a1.75 1.75 0 0 0 1.607 1.744l.143.006h7.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-7.5a1.75 1.75 0 0 0-1.75-1.75M15 11a.75.75 0 0 1 .75.75v2.498h2.5a.75.75 0 0 1 0 1.5h-2.5v2.502a.75.75 0 0 1-1.5 0v-2.502h-2.5a.75.75 0 1 1 0-1.5h2.5V11.75A.75.75 0 0 1 15 11m.582-6.767l.052.177l.693 2.588h-1.553l-.588-2.2a1.75 1.75 0 0 0-2.144-1.238L4.798 5.502a1.75 1.75 0 0 0-1.27 1.995l.032.148l1.942 7.244A1.75 1.75 0 0 0 7 16.176v1.506a3.25 3.25 0 0 1-2.895-2.228l-.052-.176l-1.941-7.245a3.25 3.25 0 0 1 2.12-3.928l.178-.052l7.244-1.941a3.25 3.25 0 0 1 3.928 2.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.066 8.004l.184-.005h7.5a3.25 3.25 0 0 1 3.245 3.065l.005.185v7.5a3.25 3.25 0 0 1-3.066 3.245l-.184.005h-7.5a3.25 3.25 0 0 1-3.245-3.066L8 18.75v-7.5a3.25 3.25 0 0 1 3.066-3.245M18.75 9.5h-7.5a1.75 1.75 0 0 0-1.744 1.606l-.006.144v7.5a1.75 1.75 0 0 0 1.607 1.744l.143.006h7.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-7.5a1.75 1.75 0 0 0-1.75-1.75M15 11a.75.75 0 0 1 .75.75v2.498h2.5a.75.75 0 0 1 0 1.5h-2.5v2.502a.75.75 0 0 1-1.5 0v-2.502h-2.5a.75.75 0 1 1 0-1.5h2.5V11.75A.75.75 0 0 1 15 11m.582-6.767l.052.177l.693 2.588h-1.553l-.588-2.2a1.75 1.75 0 0 0-2.144-1.238L4.798 5.502a1.75 1.75 0 0 0-1.27 1.995l.032.148l1.942 7.244A1.75 1.75 0 0 0 7 16.176v1.506a3.25 3.25 0 0 1-2.895-2.228l-.052-.176l-1.941-7.245a3.25 3.25 0 0 1 2.12-3.928l.178-.052l7.244-1.941a3.25 3.25 0 0 1 3.928 2.12"/></svg>
</template>

CSS

.icon-collections-24-regular {
  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%22m11.066%208.004l.184-.005h7.5a3.25%203.25%200%200%201%203.245%203.065l.005.185v7.5a3.25%203.25%200%200%201-3.066%203.245l-.184.005h-7.5a3.25%203.25%200%200%201-3.245-3.066L8%2018.75v-7.5a3.25%203.25%200%200%201%203.066-3.245M18.75%209.5h-7.5a1.75%201.75%200%200%200-1.744%201.606l-.006.144v7.5a1.75%201.75%200%200%200%201.607%201.744l.143.006h7.5a1.75%201.75%200%200%200%201.744-1.607l.006-.143v-7.5a1.75%201.75%200%200%200-1.75-1.75M15%2011a.75.75%200%200%201%20.75.75v2.498h2.5a.75.75%200%200%201%200%201.5h-2.5v2.502a.75.75%200%200%201-1.5%200v-2.502h-2.5a.75.75%200%201%201%200-1.5h2.5V11.75A.75.75%200%200%201%2015%2011m.582-6.767l.052.177l.693%202.588h-1.553l-.588-2.2a1.75%201.75%200%200%200-2.144-1.238L4.798%205.502a1.75%201.75%200%200%200-1.27%201.995l.032.148l1.942%207.244A1.75%201.75%200%200%200%207%2016.176v1.506a3.25%203.25%200%200%201-2.895-2.228l-.052-.176l-1.941-7.245a3.25%203.25%200%200%201%202.12-3.928l.178-.052l7.244-1.941a3.25%203.25%200%200%201%203.928%202.12%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%22m11.066%208.004l.184-.005h7.5a3.25%203.25%200%200%201%203.245%203.065l.005.185v7.5a3.25%203.25%200%200%201-3.066%203.245l-.184.005h-7.5a3.25%203.25%200%200%201-3.245-3.066L8%2018.75v-7.5a3.25%203.25%200%200%201%203.066-3.245M18.75%209.5h-7.5a1.75%201.75%200%200%200-1.744%201.606l-.006.144v7.5a1.75%201.75%200%200%200%201.607%201.744l.143.006h7.5a1.75%201.75%200%200%200%201.744-1.607l.006-.143v-7.5a1.75%201.75%200%200%200-1.75-1.75M15%2011a.75.75%200%200%201%20.75.75v2.498h2.5a.75.75%200%200%201%200%201.5h-2.5v2.502a.75.75%200%200%201-1.5%200v-2.502h-2.5a.75.75%200%201%201%200-1.5h2.5V11.75A.75.75%200%200%201%2015%2011m.582-6.767l.052.177l.693%202.588h-1.553l-.588-2.2a1.75%201.75%200%200%200-2.144-1.238L4.798%205.502a1.75%201.75%200%200%200-1.27%201.995l.032.148l1.942%207.244A1.75%201.75%200%200%200%207%2016.176v1.506a3.25%203.25%200%200%201-2.895-2.228l-.052-.176l-1.941-7.245a3.25%203.25%200%200%201%202.12-3.928l.178-.052l7.244-1.941a3.25%203.25%200%200%201%203.928%202.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/collections-24-regular.svg?color=%231a73e8&size=48