grid icon
grid-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- grid-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
gridAkar IconsgridBootstrap IconsgridBoxIcons v2gridBoxIcons v2 SolidgridCarbongridElement Plusgrid-fillEva IconsgridFramework7 IconsgridFeather Iconsgrid-outlineFlowbite IconsgridHuge IconsgridIonIconsgridJam IconsgridMaterial Design Iconsgrid-fillMingCute IcongridMyna UI IconsgridPixelarticonsgridRadix Iconsgrid-fillRemix IcongridUniconsgridUnicons MonochromegridUnicons Solid
Related icons in Fluent UI System Icons
Use the grid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 15A2.25 2.25 0 0 1 13 17.25v5.5A2.25 2.25 0 0 1 10.75 25h-5.5A2.25 2.25 0 0 1 3 22.75v-5.5A2.25 2.25 0 0 1 5.25 15zm12 0A2.25 2.25 0 0 1 25 17.25v5.5A2.25 2.25 0 0 1 22.75 25h-5.5A2.25 2.25 0 0 1 15 22.75v-5.5A2.25 2.25 0 0 1 17.25 15zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75M10.75 3A2.25 2.25 0 0 1 13 5.25v5.5A2.25 2.25 0 0 1 10.75 13h-5.5A2.25 2.25 0 0 1 3 10.75v-5.5A2.25 2.25 0 0 1 5.25 3zm12 0A2.25 2.25 0 0 1 25 5.25v5.5A2.25 2.25 0 0 1 22.75 13h-5.5A2.25 2.25 0 0 1 15 10.75v-5.5A2.25 2.25 0 0 1 17.25 3zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentGrid28Regular(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="M10.75 15A2.25 2.25 0 0 1 13 17.25v5.5A2.25 2.25 0 0 1 10.75 25h-5.5A2.25 2.25 0 0 1 3 22.75v-5.5A2.25 2.25 0 0 1 5.25 15zm12 0A2.25 2.25 0 0 1 25 17.25v5.5A2.25 2.25 0 0 1 22.75 25h-5.5A2.25 2.25 0 0 1 15 22.75v-5.5A2.25 2.25 0 0 1 17.25 15zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75M10.75 3A2.25 2.25 0 0 1 13 5.25v5.5A2.25 2.25 0 0 1 10.75 13h-5.5A2.25 2.25 0 0 1 3 10.75v-5.5A2.25 2.25 0 0 1 5.25 3zm12 0A2.25 2.25 0 0 1 25 5.25v5.5A2.25 2.25 0 0 1 22.75 13h-5.5A2.25 2.25 0 0 1 15 10.75v-5.5A2.25 2.25 0 0 1 17.25 3zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 15A2.25 2.25 0 0 1 13 17.25v5.5A2.25 2.25 0 0 1 10.75 25h-5.5A2.25 2.25 0 0 1 3 22.75v-5.5A2.25 2.25 0 0 1 5.25 15zm12 0A2.25 2.25 0 0 1 25 17.25v5.5A2.25 2.25 0 0 1 22.75 25h-5.5A2.25 2.25 0 0 1 15 22.75v-5.5A2.25 2.25 0 0 1 17.25 15zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75M10.75 3A2.25 2.25 0 0 1 13 5.25v5.5A2.25 2.25 0 0 1 10.75 13h-5.5A2.25 2.25 0 0 1 3 10.75v-5.5A2.25 2.25 0 0 1 5.25 3zm12 0A2.25 2.25 0 0 1 25 5.25v5.5A2.25 2.25 0 0 1 22.75 13h-5.5A2.25 2.25 0 0 1 15 10.75v-5.5A2.25 2.25 0 0 1 17.25 3zm-12 1.5h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75m12 0h-5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75"/></svg> </template>
CSS
.icon-grid-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%22M10.75%2015A2.25%202.25%200%200%201%2013%2017.25v5.5A2.25%202.25%200%200%201%2010.75%2025h-5.5A2.25%202.25%200%200%201%203%2022.75v-5.5A2.25%202.25%200%200%201%205.25%2015zm12%200A2.25%202.25%200%200%201%2025%2017.25v5.5A2.25%202.25%200%200%201%2022.75%2025h-5.5A2.25%202.25%200%200%201%2015%2022.75v-5.5A2.25%202.25%200%200%201%2017.25%2015zm-12%201.5h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75m12%200h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75M10.75%203A2.25%202.25%200%200%201%2013%205.25v5.5A2.25%202.25%200%200%201%2010.75%2013h-5.5A2.25%202.25%200%200%201%203%2010.75v-5.5A2.25%202.25%200%200%201%205.25%203zm12%200A2.25%202.25%200%200%201%2025%205.25v5.5A2.25%202.25%200%200%201%2022.75%2013h-5.5A2.25%202.25%200%200%201%2015%2010.75v-5.5A2.25%202.25%200%200%201%2017.25%203zm-12%201.5h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75m12%200h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75%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%22M10.75%2015A2.25%202.25%200%200%201%2013%2017.25v5.5A2.25%202.25%200%200%201%2010.75%2025h-5.5A2.25%202.25%200%200%201%203%2022.75v-5.5A2.25%202.25%200%200%201%205.25%2015zm12%200A2.25%202.25%200%200%201%2025%2017.25v5.5A2.25%202.25%200%200%201%2022.75%2025h-5.5A2.25%202.25%200%200%201%2015%2022.75v-5.5A2.25%202.25%200%200%201%2017.25%2015zm-12%201.5h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75m12%200h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75M10.75%203A2.25%202.25%200%200%201%2013%205.25v5.5A2.25%202.25%200%200%201%2010.75%2013h-5.5A2.25%202.25%200%200%201%203%2010.75v-5.5A2.25%202.25%200%200%201%205.25%203zm12%200A2.25%202.25%200%200%201%2025%205.25v5.5A2.25%202.25%200%200%201%2022.75%2013h-5.5A2.25%202.25%200%200%201%2015%2010.75v-5.5A2.25%202.25%200%200%201%2017.25%203zm-12%201.5h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75m12%200h-5.5a.75.75%200%200%200-.75.75v5.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-5.5a.75.75%200%200%200-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/grid-28-regular.svg?color=%231a73e8&size=48