form multiple collection icon
form-multiple-collection-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- form-multiple-collection-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 form multiple collection icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 8A3.25 3.25 0 0 1 22 11.25v7.5A3.25 3.25 0 0 1 18.75 22h-7.5A3.25 3.25 0 0 1 8 18.75v-7.5A3.25 3.25 0 0 1 11.25 8zm-7.5 1.5a1.75 1.75 0 0 0-1.75 1.75v7.5c0 .966.784 1.75 1.75 1.75h7.5a1.75 1.75 0 0 0 1.75-1.75v-7.5a1.75 1.75 0 0 0-1.75-1.75zm1.25 6a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6.25 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zm-6.25 0a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-.846-14.888a3.25 3.25 0 0 1 3.98 2.298L16.329 7h-1.553l-.59-2.202a1.75 1.75 0 0 0-2.143-1.237L4.798 5.502A1.75 1.75 0 0 0 3.56 7.646L5.5 14.89A1.75 1.75 0 0 0 7 16.175v1.506a3.25 3.25 0 0 1-2.948-2.403L2.11 8.033a3.25 3.25 0 0 1 2.298-3.98zM12.5 10.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6.25 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zm-6.25 0a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentFormMultipleCollection24Regular(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="M18.75 8A3.25 3.25 0 0 1 22 11.25v7.5A3.25 3.25 0 0 1 18.75 22h-7.5A3.25 3.25 0 0 1 8 18.75v-7.5A3.25 3.25 0 0 1 11.25 8zm-7.5 1.5a1.75 1.75 0 0 0-1.75 1.75v7.5c0 .966.784 1.75 1.75 1.75h7.5a1.75 1.75 0 0 0 1.75-1.75v-7.5a1.75 1.75 0 0 0-1.75-1.75zm1.25 6a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6.25 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zm-6.25 0a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-.846-14.888a3.25 3.25 0 0 1 3.98 2.298L16.329 7h-1.553l-.59-2.202a1.75 1.75 0 0 0-2.143-1.237L4.798 5.502A1.75 1.75 0 0 0 3.56 7.646L5.5 14.89A1.75 1.75 0 0 0 7 16.175v1.506a3.25 3.25 0 0 1-2.948-2.403L2.11 8.033a3.25 3.25 0 0 1 2.298-3.98zM12.5 10.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6.25 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zm-6.25 0a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 8A3.25 3.25 0 0 1 22 11.25v7.5A3.25 3.25 0 0 1 18.75 22h-7.5A3.25 3.25 0 0 1 8 18.75v-7.5A3.25 3.25 0 0 1 11.25 8zm-7.5 1.5a1.75 1.75 0 0 0-1.75 1.75v7.5c0 .966.784 1.75 1.75 1.75h7.5a1.75 1.75 0 0 0 1.75-1.75v-7.5a1.75 1.75 0 0 0-1.75-1.75zm1.25 6a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6.25 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zm-6.25 0a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-.846-14.888a3.25 3.25 0 0 1 3.98 2.298L16.329 7h-1.553l-.59-2.202a1.75 1.75 0 0 0-2.143-1.237L4.798 5.502A1.75 1.75 0 0 0 3.56 7.646L5.5 14.89A1.75 1.75 0 0 0 7 16.175v1.506a3.25 3.25 0 0 1-2.948-2.403L2.11 8.033a3.25 3.25 0 0 1 2.298-3.98zM12.5 10.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6.25 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zm-6.25 0a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1"/></svg> </template>
CSS
.icon-form-multiple-collection-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%22M18.75%208A3.25%203.25%200%200%201%2022%2011.25v7.5A3.25%203.25%200%200%201%2018.75%2022h-7.5A3.25%203.25%200%200%201%208%2018.75v-7.5A3.25%203.25%200%200%201%2011.25%208zm-7.5%201.5a1.75%201.75%200%200%200-1.75%201.75v7.5c0%20.966.784%201.75%201.75%201.75h7.5a1.75%201.75%200%200%200%201.75-1.75v-7.5a1.75%201.75%200%200%200-1.75-1.75zm1.25%206a2%202%200%201%201%200%204a2%202%200%200%201%200-4m6.25%201.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5zm-6.25%200a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-.846-14.888a3.25%203.25%200%200%201%203.98%202.298L16.329%207h-1.553l-.59-2.202a1.75%201.75%200%200%200-2.143-1.237L4.798%205.502A1.75%201.75%200%200%200%203.56%207.646L5.5%2014.89A1.75%201.75%200%200%200%207%2016.175v1.506a3.25%203.25%200%200%201-2.948-2.403L2.11%208.033a3.25%203.25%200%200%201%202.298-3.98zM12.5%2010.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4m6.25%201.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5zm-6.25%200a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1%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%22M18.75%208A3.25%203.25%200%200%201%2022%2011.25v7.5A3.25%203.25%200%200%201%2018.75%2022h-7.5A3.25%203.25%200%200%201%208%2018.75v-7.5A3.25%203.25%200%200%201%2011.25%208zm-7.5%201.5a1.75%201.75%200%200%200-1.75%201.75v7.5c0%20.966.784%201.75%201.75%201.75h7.5a1.75%201.75%200%200%200%201.75-1.75v-7.5a1.75%201.75%200%200%200-1.75-1.75zm1.25%206a2%202%200%201%201%200%204a2%202%200%200%201%200-4m6.25%201.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5zm-6.25%200a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-.846-14.888a3.25%203.25%200%200%201%203.98%202.298L16.329%207h-1.553l-.59-2.202a1.75%201.75%200%200%200-2.143-1.237L4.798%205.502A1.75%201.75%200%200%200%203.56%207.646L5.5%2014.89A1.75%201.75%200%200%200%207%2016.175v1.506a3.25%203.25%200%200%201-2.948-2.403L2.11%208.033a3.25%203.25%200%200%201%202.298-3.98zM12.5%2010.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4m6.25%201.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5zm-6.25%200a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1%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-24-regular.svg?color=%231a73e8&size=48