form multiple icon
form-multiple-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- form-multiple-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><g fill="currentColor"><path d="M19 25.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.5 0a2 2 0 1 0-4 0a2 2 0 0 0 4 0M10 15.25c0-.69.56-1.25 1.25-1.25h20.5a1.25 1.25 0 1 1 0 2.5h-20.5c-.69 0-1.25-.56-1.25-1.25m12.25 9.25a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5z"/><path d="M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5A5.75 5.75 0 0 0 10.75 38h21.5A5.75 5.75 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zM7.5 10.75a3.25 3.25 0 0 1 3.25-3.25h21.5a3.25 3.25 0 0 1 3.25 3.25v21.5c0 .456-.094.89-.264 1.285A3.24 3.24 0 0 1 32.25 35.5h-21.5a3.24 3.24 0 0 1-2.999-1.995A3.2 3.2 0 0 1 7.5 32.25z"/><path d="M15.25 42.5a5.74 5.74 0 0 1-4.747-2.504q.123.004.247.004h21.5A7.75 7.75 0 0 0 40 32.25v-21.5q0-.123-.004-.247A5.74 5.74 0 0 1 42.5 15.25v17c0 5.66-4.59 10.25-10.25 10.25z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentFormMultiple48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M19 25.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.5 0a2 2 0 1 0-4 0a2 2 0 0 0 4 0M10 15.25c0-.69.56-1.25 1.25-1.25h20.5a1.25 1.25 0 1 1 0 2.5h-20.5c-.69 0-1.25-.56-1.25-1.25m12.25 9.25a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5z"/><path d="M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5A5.75 5.75 0 0 0 10.75 38h21.5A5.75 5.75 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zM7.5 10.75a3.25 3.25 0 0 1 3.25-3.25h21.5a3.25 3.25 0 0 1 3.25 3.25v21.5c0 .456-.094.89-.264 1.285A3.24 3.24 0 0 1 32.25 35.5h-21.5a3.24 3.24 0 0 1-2.999-1.995A3.2 3.2 0 0 1 7.5 32.25z"/><path d="M15.25 42.5a5.74 5.74 0 0 1-4.747-2.504q.123.004.247.004h21.5A7.75 7.75 0 0 0 40 32.25v-21.5q0-.123-.004-.247A5.74 5.74 0 0 1 42.5 15.25v17c0 5.66-4.59 10.25-10.25 10.25z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M19 25.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.5 0a2 2 0 1 0-4 0a2 2 0 0 0 4 0M10 15.25c0-.69.56-1.25 1.25-1.25h20.5a1.25 1.25 0 1 1 0 2.5h-20.5c-.69 0-1.25-.56-1.25-1.25m12.25 9.25a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5z"/><path d="M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5A5.75 5.75 0 0 0 10.75 38h21.5A5.75 5.75 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zM7.5 10.75a3.25 3.25 0 0 1 3.25-3.25h21.5a3.25 3.25 0 0 1 3.25 3.25v21.5c0 .456-.094.89-.264 1.285A3.24 3.24 0 0 1 32.25 35.5h-21.5a3.24 3.24 0 0 1-2.999-1.995A3.2 3.2 0 0 1 7.5 32.25z"/><path d="M15.25 42.5a5.74 5.74 0 0 1-4.747-2.504q.123.004.247.004h21.5A7.75 7.75 0 0 0 40 32.25v-21.5q0-.123-.004-.247A5.74 5.74 0 0 1 42.5 15.25v17c0 5.66-4.59 10.25-10.25 10.25z"/></g></svg> </template>
CSS
.icon-form-multiple-48-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%2025.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.5%200a2%202%200%201%200-4%200a2%202%200%200%200%204%200M10%2015.25c0-.69.56-1.25%201.25-1.25h20.5a1.25%201.25%200%201%201%200%202.5h-20.5c-.69%200-1.25-.56-1.25-1.25m12.25%209.25a1.25%201.25%200%201%200%200%202.5h9.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3Cpath%20d%3D%22M10.75%205A5.75%205.75%200%200%200%205%2010.75v21.5A5.75%205.75%200%200%200%2010.75%2038h21.5A5.75%205.75%200%200%200%2038%2032.25v-21.5A5.75%205.75%200%200%200%2032.25%205zM7.5%2010.75a3.25%203.25%200%200%201%203.25-3.25h21.5a3.25%203.25%200%200%201%203.25%203.25v21.5c0%20.456-.094.89-.264%201.285A3.24%203.24%200%200%201%2032.25%2035.5h-21.5a3.24%203.24%200%200%201-2.999-1.995A3.2%203.2%200%200%201%207.5%2032.25z%22%2F%3E%3Cpath%20d%3D%22M15.25%2042.5a5.74%205.74%200%200%201-4.747-2.504q.123.004.247.004h21.5A7.75%207.75%200%200%200%2040%2032.25v-21.5q0-.123-.004-.247A5.74%205.74%200%200%201%2042.5%2015.25v17c0%205.66-4.59%2010.25-10.25%2010.25z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%2025.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.5%200a2%202%200%201%200-4%200a2%202%200%200%200%204%200M10%2015.25c0-.69.56-1.25%201.25-1.25h20.5a1.25%201.25%200%201%201%200%202.5h-20.5c-.69%200-1.25-.56-1.25-1.25m12.25%209.25a1.25%201.25%200%201%200%200%202.5h9.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3Cpath%20d%3D%22M10.75%205A5.75%205.75%200%200%200%205%2010.75v21.5A5.75%205.75%200%200%200%2010.75%2038h21.5A5.75%205.75%200%200%200%2038%2032.25v-21.5A5.75%205.75%200%200%200%2032.25%205zM7.5%2010.75a3.25%203.25%200%200%201%203.25-3.25h21.5a3.25%203.25%200%200%201%203.25%203.25v21.5c0%20.456-.094.89-.264%201.285A3.24%203.24%200%200%201%2032.25%2035.5h-21.5a3.24%203.24%200%200%201-2.999-1.995A3.2%203.2%200%200%201%207.5%2032.25z%22%2F%3E%3Cpath%20d%3D%22M15.25%2042.5a5.74%205.74%200%200%201-4.747-2.504q.123.004.247.004h21.5A7.75%207.75%200%200%200%2040%2032.25v-21.5q0-.123-.004-.247A5.74%205.74%200%200%201%2042.5%2015.25v17c0%205.66-4.59%2010.25-10.25%2010.25z%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-48-regular.svg?color=%231a73e8&size=48