grid icon
grid-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- grid-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.5 11A1.5 1.5 0 0 1 9 12.5v4A1.5 1.5 0 0 1 7.5 18h-4A1.5 1.5 0 0 1 2 16.5v-4A1.5 1.5 0 0 1 3.5 11zm9 0a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a1.5 1.5 0 0 1-1.5-1.5v-4a1.5 1.5 0 0 1 1.5-1.5zm-9-9A1.5 1.5 0 0 1 9 3.5v4A1.5 1.5 0 0 1 7.5 9h-4A1.5 1.5 0 0 1 2 7.5v-4A1.5 1.5 0 0 1 3.5 2zm9 0A1.5 1.5 0 0 1 18 3.5v4A1.5 1.5 0 0 1 16.5 9h-4A1.5 1.5 0 0 1 11 7.5v-4A1.5 1.5 0 0 1 12.5 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGrid20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 11A1.5 1.5 0 0 1 9 12.5v4A1.5 1.5 0 0 1 7.5 18h-4A1.5 1.5 0 0 1 2 16.5v-4A1.5 1.5 0 0 1 3.5 11zm9 0a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a1.5 1.5 0 0 1-1.5-1.5v-4a1.5 1.5 0 0 1 1.5-1.5zm-9-9A1.5 1.5 0 0 1 9 3.5v4A1.5 1.5 0 0 1 7.5 9h-4A1.5 1.5 0 0 1 2 7.5v-4A1.5 1.5 0 0 1 3.5 2zm9 0A1.5 1.5 0 0 1 18 3.5v4A1.5 1.5 0 0 1 16.5 9h-4A1.5 1.5 0 0 1 11 7.5v-4A1.5 1.5 0 0 1 12.5 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 11A1.5 1.5 0 0 1 9 12.5v4A1.5 1.5 0 0 1 7.5 18h-4A1.5 1.5 0 0 1 2 16.5v-4A1.5 1.5 0 0 1 3.5 11zm9 0a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a1.5 1.5 0 0 1-1.5-1.5v-4a1.5 1.5 0 0 1 1.5-1.5zm-9-9A1.5 1.5 0 0 1 9 3.5v4A1.5 1.5 0 0 1 7.5 9h-4A1.5 1.5 0 0 1 2 7.5v-4A1.5 1.5 0 0 1 3.5 2zm9 0A1.5 1.5 0 0 1 18 3.5v4A1.5 1.5 0 0 1 16.5 9h-4A1.5 1.5 0 0 1 11 7.5v-4A1.5 1.5 0 0 1 12.5 2z"/></svg> </template>
CSS
.icon-grid-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2011A1.5%201.5%200%200%201%209%2012.5v4A1.5%201.5%200%200%201%207.5%2018h-4A1.5%201.5%200%200%201%202%2016.5v-4A1.5%201.5%200%200%201%203.5%2011zm9%200a1.5%201.5%200%200%201%201.5%201.5v4a1.5%201.5%200%200%201-1.5%201.5h-4a1.5%201.5%200%200%201-1.5-1.5v-4a1.5%201.5%200%200%201%201.5-1.5zm-9-9A1.5%201.5%200%200%201%209%203.5v4A1.5%201.5%200%200%201%207.5%209h-4A1.5%201.5%200%200%201%202%207.5v-4A1.5%201.5%200%200%201%203.5%202zm9%200A1.5%201.5%200%200%201%2018%203.5v4A1.5%201.5%200%200%201%2016.5%209h-4A1.5%201.5%200%200%201%2011%207.5v-4A1.5%201.5%200%200%201%2012.5%202z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2011A1.5%201.5%200%200%201%209%2012.5v4A1.5%201.5%200%200%201%207.5%2018h-4A1.5%201.5%200%200%201%202%2016.5v-4A1.5%201.5%200%200%201%203.5%2011zm9%200a1.5%201.5%200%200%201%201.5%201.5v4a1.5%201.5%200%200%201-1.5%201.5h-4a1.5%201.5%200%200%201-1.5-1.5v-4a1.5%201.5%200%200%201%201.5-1.5zm-9-9A1.5%201.5%200%200%201%209%203.5v4A1.5%201.5%200%200%201%207.5%209h-4A1.5%201.5%200%200%201%202%207.5v-4A1.5%201.5%200%200%201%203.5%202zm9%200A1.5%201.5%200%200%201%2018%203.5v4A1.5%201.5%200%200%201%2016.5%209h-4A1.5%201.5%200%200%201%2011%207.5v-4A1.5%201.5%200%200%201%2012.5%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/grid-20-filled.svg?color=%231a73e8&size=48