square multiple icon
square-multiple-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- square-multiple-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M7.066 5H8.62a2.25 2.25 0 0 1 2.122-1.5h9.5a4.25 4.25 0 0 1 4.25 4.25v9.5c0 .976-.62 1.807-1.49 2.118v1.555a3.75 3.75 0 0 0 2.99-3.673v-9.5A5.75 5.75 0 0 0 20.241 2h-9.5a3.75 3.75 0 0 0-3.675 3M5.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 6z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareMultiple28Filled(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="M7.066 5H8.62a2.25 2.25 0 0 1 2.122-1.5h9.5a4.25 4.25 0 0 1 4.25 4.25v9.5c0 .976-.62 1.807-1.49 2.118v1.555a3.75 3.75 0 0 0 2.99-3.673v-9.5A5.75 5.75 0 0 0 20.241 2h-9.5a3.75 3.75 0 0 0-3.675 3M5.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 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.066 5H8.62a2.25 2.25 0 0 1 2.122-1.5h9.5a4.25 4.25 0 0 1 4.25 4.25v9.5c0 .976-.62 1.807-1.49 2.118v1.555a3.75 3.75 0 0 0 2.99-3.673v-9.5A5.75 5.75 0 0 0 20.241 2h-9.5a3.75 3.75 0 0 0-3.675 3M5.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 6z"/></svg> </template>
CSS
.icon-square-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.066%205H8.62a2.25%202.25%200%200%201%202.122-1.5h9.5a4.25%204.25%200%200%201%204.25%204.25v9.5c0%20.976-.62%201.807-1.49%202.118v1.555a3.75%203.75%200%200%200%202.99-3.673v-9.5A5.75%205.75%200%200%200%2020.241%202h-9.5a3.75%203.75%200%200%200-3.675%203M5.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%206z%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%22M7.066%205H8.62a2.25%202.25%200%200%201%202.122-1.5h9.5a4.25%204.25%200%200%201%204.25%204.25v9.5c0%20.976-.62%201.807-1.49%202.118v1.555a3.75%203.75%200%200%200%202.99-3.673v-9.5A5.75%205.75%200%200%200%2020.241%202h-9.5a3.75%203.75%200%200%200-3.675%203M5.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%206z%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-filled.svg?color=%231a73e8&size=48