grid-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
grid-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

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 24 24"><path fill="currentColor" d="M8.75 13A2.25 2.25 0 0 1 11 15.25v3.5A2.25 2.25 0 0 1 8.75 21h-3.5A2.25 2.25 0 0 1 3 18.75v-3.5A2.25 2.25 0 0 1 5.25 13zm10 0A2.25 2.25 0 0 1 21 15.25v3.5A2.25 2.25 0 0 1 18.75 21h-3.5A2.25 2.25 0 0 1 13 18.75v-3.5A2.25 2.25 0 0 1 15.25 13zm-10-10A2.25 2.25 0 0 1 11 5.25v3.5A2.25 2.25 0 0 1 8.75 11h-3.5A2.25 2.25 0 0 1 3 8.75v-3.5A2.25 2.25 0 0 1 5.25 3zm10 0A2.25 2.25 0 0 1 21 5.25v3.5A2.25 2.25 0 0 1 18.75 11h-3.5A2.25 2.25 0 0 1 13 8.75v-3.5A2.25 2.25 0 0 1 15.25 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGrid24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 13A2.25 2.25 0 0 1 11 15.25v3.5A2.25 2.25 0 0 1 8.75 21h-3.5A2.25 2.25 0 0 1 3 18.75v-3.5A2.25 2.25 0 0 1 5.25 13zm10 0A2.25 2.25 0 0 1 21 15.25v3.5A2.25 2.25 0 0 1 18.75 21h-3.5A2.25 2.25 0 0 1 13 18.75v-3.5A2.25 2.25 0 0 1 15.25 13zm-10-10A2.25 2.25 0 0 1 11 5.25v3.5A2.25 2.25 0 0 1 8.75 11h-3.5A2.25 2.25 0 0 1 3 8.75v-3.5A2.25 2.25 0 0 1 5.25 3zm10 0A2.25 2.25 0 0 1 21 5.25v3.5A2.25 2.25 0 0 1 18.75 11h-3.5A2.25 2.25 0 0 1 13 8.75v-3.5A2.25 2.25 0 0 1 15.25 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 13A2.25 2.25 0 0 1 11 15.25v3.5A2.25 2.25 0 0 1 8.75 21h-3.5A2.25 2.25 0 0 1 3 18.75v-3.5A2.25 2.25 0 0 1 5.25 13zm10 0A2.25 2.25 0 0 1 21 15.25v3.5A2.25 2.25 0 0 1 18.75 21h-3.5A2.25 2.25 0 0 1 13 18.75v-3.5A2.25 2.25 0 0 1 15.25 13zm-10-10A2.25 2.25 0 0 1 11 5.25v3.5A2.25 2.25 0 0 1 8.75 11h-3.5A2.25 2.25 0 0 1 3 8.75v-3.5A2.25 2.25 0 0 1 5.25 3zm10 0A2.25 2.25 0 0 1 21 5.25v3.5A2.25 2.25 0 0 1 18.75 11h-3.5A2.25 2.25 0 0 1 13 8.75v-3.5A2.25 2.25 0 0 1 15.25 3z"/></svg>
</template>

CSS

.icon-grid-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%2013A2.25%202.25%200%200%201%2011%2015.25v3.5A2.25%202.25%200%200%201%208.75%2021h-3.5A2.25%202.25%200%200%201%203%2018.75v-3.5A2.25%202.25%200%200%201%205.25%2013zm10%200A2.25%202.25%200%200%201%2021%2015.25v3.5A2.25%202.25%200%200%201%2018.75%2021h-3.5A2.25%202.25%200%200%201%2013%2018.75v-3.5A2.25%202.25%200%200%201%2015.25%2013zm-10-10A2.25%202.25%200%200%201%2011%205.25v3.5A2.25%202.25%200%200%201%208.75%2011h-3.5A2.25%202.25%200%200%201%203%208.75v-3.5A2.25%202.25%200%200%201%205.25%203zm10%200A2.25%202.25%200%200%201%2021%205.25v3.5A2.25%202.25%200%200%201%2018.75%2011h-3.5A2.25%202.25%200%200%201%2013%208.75v-3.5A2.25%202.25%200%200%201%2015.25%203z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%2013A2.25%202.25%200%200%201%2011%2015.25v3.5A2.25%202.25%200%200%201%208.75%2021h-3.5A2.25%202.25%200%200%201%203%2018.75v-3.5A2.25%202.25%200%200%201%205.25%2013zm10%200A2.25%202.25%200%200%201%2021%2015.25v3.5A2.25%202.25%200%200%201%2018.75%2021h-3.5A2.25%202.25%200%200%201%2013%2018.75v-3.5A2.25%202.25%200%200%201%2015.25%2013zm-10-10A2.25%202.25%200%200%201%2011%205.25v3.5A2.25%202.25%200%200%201%208.75%2011h-3.5A2.25%202.25%200%200%201%203%208.75v-3.5A2.25%202.25%200%200%201%205.25%203zm10%200A2.25%202.25%200%200%201%2021%205.25v3.5A2.25%202.25%200%200%201%2018.75%2011h-3.5A2.25%202.25%200%200%201%2013%208.75v-3.5A2.25%202.25%200%200%201%2015.25%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/grid-24-filled.svg?color=%231a73e8&size=48