square multiple icon
square-multiple-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- square-multiple-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
square-add-16-filledsquare-arrow-forward-16-filledsquare-dismiss-16-filledsquare-dovetail-joint-12-filledsquare-eraser-20-filledsquare-hint-16-filledsquare-hint-apps-20-filledsquare-hint-arrow-back-16-filledsquare-hint-hexagon-12-filledsquare-hint-sparkles-16-filledsquare-shadow-12-filledsquare-text-arrow-repeat-all-16-filled
Use the square multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.621 5H7.068a3.75 3.75 0 0 1 3.675-3h9.5a5.75 5.75 0 0 1 5.75 5.75v9.5a3.75 3.75 0 0 1-2.99 3.673v-1.555a2.25 2.25 0 0 0 1.49-2.118v-9.5a4.25 4.25 0 0 0-4.25-4.25h-9.5A2.25 2.25 0 0 0 8.621 5M5.75 6A3.75 3.75 0 0 0 2 9.75v12.5A3.75 3.75 0 0 0 5.75 26h12.5A3.75 3.75 0 0 0 22 22.25V9.75A3.75 3.75 0 0 0 18.25 6zM3.5 9.75A2.25 2.25 0 0 1 5.75 7.5h12.5a2.25 2.25 0 0 1 2.25 2.25v12.5a2.25 2.25 0 0 1-2.25 2.25H5.75a2.25 2.25 0 0 1-2.25-2.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareMultiple28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.621 5H7.068a3.75 3.75 0 0 1 3.675-3h9.5a5.75 5.75 0 0 1 5.75 5.75v9.5a3.75 3.75 0 0 1-2.99 3.673v-1.555a2.25 2.25 0 0 0 1.49-2.118v-9.5a4.25 4.25 0 0 0-4.25-4.25h-9.5A2.25 2.25 0 0 0 8.621 5M5.75 6A3.75 3.75 0 0 0 2 9.75v12.5A3.75 3.75 0 0 0 5.75 26h12.5A3.75 3.75 0 0 0 22 22.25V9.75A3.75 3.75 0 0 0 18.25 6zM3.5 9.75A2.25 2.25 0 0 1 5.75 7.5h12.5a2.25 2.25 0 0 1 2.25 2.25v12.5a2.25 2.25 0 0 1-2.25 2.25H5.75a2.25 2.25 0 0 1-2.25-2.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.621 5H7.068a3.75 3.75 0 0 1 3.675-3h9.5a5.75 5.75 0 0 1 5.75 5.75v9.5a3.75 3.75 0 0 1-2.99 3.673v-1.555a2.25 2.25 0 0 0 1.49-2.118v-9.5a4.25 4.25 0 0 0-4.25-4.25h-9.5A2.25 2.25 0 0 0 8.621 5M5.75 6A3.75 3.75 0 0 0 2 9.75v12.5A3.75 3.75 0 0 0 5.75 26h12.5A3.75 3.75 0 0 0 22 22.25V9.75A3.75 3.75 0 0 0 18.25 6zM3.5 9.75A2.25 2.25 0 0 1 5.75 7.5h12.5a2.25 2.25 0 0 1 2.25 2.25v12.5a2.25 2.25 0 0 1-2.25 2.25H5.75a2.25 2.25 0 0 1-2.25-2.25z"/></svg> </template>
CSS
.icon-square-multiple-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.621%205H7.068a3.75%203.75%200%200%201%203.675-3h9.5a5.75%205.75%200%200%201%205.75%205.75v9.5a3.75%203.75%200%200%201-2.99%203.673v-1.555a2.25%202.25%200%200%200%201.49-2.118v-9.5a4.25%204.25%200%200%200-4.25-4.25h-9.5A2.25%202.25%200%200%200%208.621%205M5.75%206A3.75%203.75%200%200%200%202%209.75v12.5A3.75%203.75%200%200%200%205.75%2026h12.5A3.75%203.75%200%200%200%2022%2022.25V9.75A3.75%203.75%200%200%200%2018.25%206zM3.5%209.75A2.25%202.25%200%200%201%205.75%207.5h12.5a2.25%202.25%200%200%201%202.25%202.25v12.5a2.25%202.25%200%200%201-2.25%202.25H5.75a2.25%202.25%200%200%201-2.25-2.25z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.621%205H7.068a3.75%203.75%200%200%201%203.675-3h9.5a5.75%205.75%200%200%201%205.75%205.75v9.5a3.75%203.75%200%200%201-2.99%203.673v-1.555a2.25%202.25%200%200%200%201.49-2.118v-9.5a4.25%204.25%200%200%200-4.25-4.25h-9.5A2.25%202.25%200%200%200%208.621%205M5.75%206A3.75%203.75%200%200%200%202%209.75v12.5A3.75%203.75%200%200%200%205.75%2026h12.5A3.75%203.75%200%200%200%2022%2022.25V9.75A3.75%203.75%200%200%200%2018.25%206zM3.5%209.75A2.25%202.25%200%200%201%205.75%207.5h12.5a2.25%202.25%200%200%201%202.25%202.25v12.5a2.25%202.25%200%200%201-2.25%202.25H5.75a2.25%202.25%200%200%201-2.25-2.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/square-multiple-28-regular.svg?color=%231a73e8&size=48