form-multiple-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
form-multiple-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the form multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="currentColor"><path d="M22.993 6.008A3.24 3.24 0 0 1 24.5 8.75v10.5c0 2.9-2.35 5.25-5.25 5.25H8.75a3.25 3.25 0 0 1-2.744-1.508l.122.006l.122.002h13A3.75 3.75 0 0 0 23 19.25v-13a4 4 0 0 0-.007-.242M8.5 13.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path d="M18.75 3H6.25A3.25 3.25 0 0 0 3 6.25v12.5A3.25 3.25 0 0 0 6.25 22h12.5A3.25 3.25 0 0 0 22 18.75V6.25A3.25 3.25 0 0 0 18.75 3M6 14.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m7-.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75m-7-5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 6 9.25"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentFormMultiple28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="currentColor"><path d="M22.993 6.008A3.24 3.24 0 0 1 24.5 8.75v10.5c0 2.9-2.35 5.25-5.25 5.25H8.75a3.25 3.25 0 0 1-2.744-1.508l.122.006l.122.002h13A3.75 3.75 0 0 0 23 19.25v-13a4 4 0 0 0-.007-.242M8.5 13.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path d="M18.75 3H6.25A3.25 3.25 0 0 0 3 6.25v12.5A3.25 3.25 0 0 0 6.25 22h12.5A3.25 3.25 0 0 0 22 18.75V6.25A3.25 3.25 0 0 0 18.75 3M6 14.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m7-.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75m-7-5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 6 9.25"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="currentColor"><path d="M22.993 6.008A3.24 3.24 0 0 1 24.5 8.75v10.5c0 2.9-2.35 5.25-5.25 5.25H8.75a3.25 3.25 0 0 1-2.744-1.508l.122.006l.122.002h13A3.75 3.75 0 0 0 23 19.25v-13a4 4 0 0 0-.007-.242M8.5 13.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path d="M18.75 3H6.25A3.25 3.25 0 0 0 3 6.25v12.5A3.25 3.25 0 0 0 6.25 22h12.5A3.25 3.25 0 0 0 22 18.75V6.25A3.25 3.25 0 0 0 18.75 3M6 14.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m7-.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75m-7-5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 6 9.25"/></g></svg>
</template>

CSS

.icon-form-multiple-28-filled {
  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%2028%2028%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22.993%206.008A3.24%203.24%200%200%201%2024.5%208.75v10.5c0%202.9-2.35%205.25-5.25%205.25H8.75a3.25%203.25%200%200%201-2.744-1.508l.122.006l.122.002h13A3.75%203.75%200%200%200%2023%2019.25v-13a4%204%200%200%200-.007-.242M8.5%2013.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20d%3D%22M18.75%203H6.25A3.25%203.25%200%200%200%203%206.25v12.5A3.25%203.25%200%200%200%206.25%2022h12.5A3.25%203.25%200%200%200%2022%2018.75V6.25A3.25%203.25%200%200%200%2018.75%203M6%2014.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m7-.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75m-7-5a.75.75%200%200%201%20.75-.75h12a.75.75%200%200%201%200%201.5h-12A.75.75%200%200%201%206%209.25%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%2028%2028%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22.993%206.008A3.24%203.24%200%200%201%2024.5%208.75v10.5c0%202.9-2.35%205.25-5.25%205.25H8.75a3.25%203.25%200%200%201-2.744-1.508l.122.006l.122.002h13A3.75%203.75%200%200%200%2023%2019.25v-13a4%204%200%200%200-.007-.242M8.5%2013.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20d%3D%22M18.75%203H6.25A3.25%203.25%200%200%200%203%206.25v12.5A3.25%203.25%200%200%200%206.25%2022h12.5A3.25%203.25%200%200%200%2022%2018.75V6.25A3.25%203.25%200%200%200%2018.75%203M6%2014.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m7-.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75m-7-5a.75.75%200%200%201%20.75-.75h12a.75.75%200%200%201%200%201.5h-12A.75.75%200%200%201%206%209.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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