form multiple collection icon

form-multiple-collection-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
form-multiple-collection-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the form multiple collection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.5 11a4.5 4.5 0 0 1 4.5 4.5v10a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-10a4.5 4.5 0 0 1 4.5-4.5zm-10 2a2.5 2.5 0 0 0-2.5 2.5v10a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5v-10a2.5 2.5 0 0 0-2.5-2.5zm1.5 8a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m8.5 0a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2zM14.996 2.154a4.5 4.5 0 0 1 5.512 3.182L21.623 9.5h-2.07l-.978-3.646a2.5 2.5 0 0 0-3.061-1.768l-9.66 2.588a2.5 2.5 0 0 0-1.767 3.062l2.588 9.66A2.5 2.5 0 0 0 9.5 21.213v2.015a4.5 4.5 0 0 1-4.757-3.315l-2.589-9.66a4.5 4.5 0 0 1 3.183-5.51zM17 14a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m8.5 0a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFormMultipleCollection32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.5 11a4.5 4.5 0 0 1 4.5 4.5v10a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-10a4.5 4.5 0 0 1 4.5-4.5zm-10 2a2.5 2.5 0 0 0-2.5 2.5v10a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5v-10a2.5 2.5 0 0 0-2.5-2.5zm1.5 8a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m8.5 0a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2zM14.996 2.154a4.5 4.5 0 0 1 5.512 3.182L21.623 9.5h-2.07l-.978-3.646a2.5 2.5 0 0 0-3.061-1.768l-9.66 2.588a2.5 2.5 0 0 0-1.767 3.062l2.588 9.66A2.5 2.5 0 0 0 9.5 21.213v2.015a4.5 4.5 0 0 1-4.757-3.315l-2.589-9.66a4.5 4.5 0 0 1 3.183-5.51zM17 14a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m8.5 0a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.5 11a4.5 4.5 0 0 1 4.5 4.5v10a4.5 4.5 0 0 1-4.5 4.5h-10a4.5 4.5 0 0 1-4.5-4.5v-10a4.5 4.5 0 0 1 4.5-4.5zm-10 2a2.5 2.5 0 0 0-2.5 2.5v10a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5v-10a2.5 2.5 0 0 0-2.5-2.5zm1.5 8a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m8.5 0a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2zM14.996 2.154a4.5 4.5 0 0 1 5.512 3.182L21.623 9.5h-2.07l-.978-3.646a2.5 2.5 0 0 0-3.061-1.768l-9.66 2.588a2.5 2.5 0 0 0-1.767 3.062l2.588 9.66A2.5 2.5 0 0 0 9.5 21.213v2.015a4.5 4.5 0 0 1-4.757-3.315l-2.589-9.66a4.5 4.5 0 0 1 3.183-5.51zM17 14a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m8.5 0a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2z"/></svg>
</template>

CSS

.icon-form-multiple-collection-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.5%2011a4.5%204.5%200%200%201%204.5%204.5v10a4.5%204.5%200%200%201-4.5%204.5h-10a4.5%204.5%200%200%201-4.5-4.5v-10a4.5%204.5%200%200%201%204.5-4.5zm-10%202a2.5%202.5%200%200%200-2.5%202.5v10a2.5%202.5%200%200%200%202.5%202.5h10a2.5%202.5%200%200%200%202.5-2.5v-10a2.5%202.5%200%200%200-2.5-2.5zm1.5%208a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2m8.5%200a1%201%200%200%201%200%202h-3a1%201%200%200%201%200-2zM14.996%202.154a4.5%204.5%200%200%201%205.512%203.182L21.623%209.5h-2.07l-.978-3.646a2.5%202.5%200%200%200-3.061-1.768l-9.66%202.588a2.5%202.5%200%200%200-1.767%203.062l2.588%209.66A2.5%202.5%200%200%200%209.5%2021.213v2.015a4.5%204.5%200%200%201-4.757-3.315l-2.589-9.66a4.5%204.5%200%200%201%203.183-5.51zM17%2014a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2m8.5%200a1%201%200%200%201%200%202h-3a1%201%200%200%201%200-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.5%2011a4.5%204.5%200%200%201%204.5%204.5v10a4.5%204.5%200%200%201-4.5%204.5h-10a4.5%204.5%200%200%201-4.5-4.5v-10a4.5%204.5%200%200%201%204.5-4.5zm-10%202a2.5%202.5%200%200%200-2.5%202.5v10a2.5%202.5%200%200%200%202.5%202.5h10a2.5%202.5%200%200%200%202.5-2.5v-10a2.5%202.5%200%200%200-2.5-2.5zm1.5%208a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2m8.5%200a1%201%200%200%201%200%202h-3a1%201%200%200%201%200-2zM14.996%202.154a4.5%204.5%200%200%201%205.512%203.182L21.623%209.5h-2.07l-.978-3.646a2.5%202.5%200%200%200-3.061-1.768l-9.66%202.588a2.5%202.5%200%200%200-1.767%203.062l2.588%209.66A2.5%202.5%200%200%200%209.5%2021.213v2.015a4.5%204.5%200%200%201-4.757-3.315l-2.589-9.66a4.5%204.5%200%200%201%203.183-5.51zM17%2014a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2m8.5%200a1%201%200%200%201%200%202h-3a1%201%200%200%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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