grid-4x4-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
grid-4x4-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
grid-4x4-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the grid 4x4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19H3q-.425 0-.712-.288T2 18t.288-.712T3 17h2v-4H3q-.425 0-.712-.288T2 12t.288-.712T3 11h2V7H3q-.425 0-.712-.288T2 6t.288-.712T3 5h2V3q0-.425.288-.712T6 2t.713.288T7 3v2h4V3q0-.425.288-.712T12 2t.713.288T13 3v2h4V3q0-.425.288-.712T18 2t.713.288T19 3v2h2q.425 0 .713.288T22 6t-.288.713T21 7h-2v4h2q.425 0 .713.288T22 12t-.288.713T21 13h-2v4h2q.425 0 .713.288T22 18t-.288.713T21 19h-2v2q0 .425-.288.713T18 22t-.712-.288T17 21v-2h-4v2q0 .425-.288.713T12 22t-.712-.288T11 21v-2H7v2q0 .425-.288.713T6 22t-.712-.288T5 21zm2-2h4v-4H7zm6 0h4v-4h-4zm-6-6h4V7H7zm6 0h4V7h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGrid4x4Rounded(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="M5 19H3q-.425 0-.712-.288T2 18t.288-.712T3 17h2v-4H3q-.425 0-.712-.288T2 12t.288-.712T3 11h2V7H3q-.425 0-.712-.288T2 6t.288-.712T3 5h2V3q0-.425.288-.712T6 2t.713.288T7 3v2h4V3q0-.425.288-.712T12 2t.713.288T13 3v2h4V3q0-.425.288-.712T18 2t.713.288T19 3v2h2q.425 0 .713.288T22 6t-.288.713T21 7h-2v4h2q.425 0 .713.288T22 12t-.288.713T21 13h-2v4h2q.425 0 .713.288T22 18t-.288.713T21 19h-2v2q0 .425-.288.713T18 22t-.712-.288T17 21v-2h-4v2q0 .425-.288.713T12 22t-.712-.288T11 21v-2H7v2q0 .425-.288.713T6 22t-.712-.288T5 21zm2-2h4v-4H7zm6 0h4v-4h-4zm-6-6h4V7H7zm6 0h4V7h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19H3q-.425 0-.712-.288T2 18t.288-.712T3 17h2v-4H3q-.425 0-.712-.288T2 12t.288-.712T3 11h2V7H3q-.425 0-.712-.288T2 6t.288-.712T3 5h2V3q0-.425.288-.712T6 2t.713.288T7 3v2h4V3q0-.425.288-.712T12 2t.713.288T13 3v2h4V3q0-.425.288-.712T18 2t.713.288T19 3v2h2q.425 0 .713.288T22 6t-.288.713T21 7h-2v4h2q.425 0 .713.288T22 12t-.288.713T21 13h-2v4h2q.425 0 .713.288T22 18t-.288.713T21 19h-2v2q0 .425-.288.713T18 22t-.712-.288T17 21v-2h-4v2q0 .425-.288.713T12 22t-.712-.288T11 21v-2H7v2q0 .425-.288.713T6 22t-.712-.288T5 21zm2-2h4v-4H7zm6 0h4v-4h-4zm-6-6h4V7H7zm6 0h4V7h-4z"/></svg>
</template>

CSS

.icon-grid-4x4-rounded {
  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%22M5%2019H3q-.425%200-.712-.288T2%2018t.288-.712T3%2017h2v-4H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h2V7H3q-.425%200-.712-.288T2%206t.288-.712T3%205h2V3q0-.425.288-.712T6%202t.713.288T7%203v2h4V3q0-.425.288-.712T12%202t.713.288T13%203v2h4V3q0-.425.288-.712T18%202t.713.288T19%203v2h2q.425%200%20.713.288T22%206t-.288.713T21%207h-2v4h2q.425%200%20.713.288T22%2012t-.288.713T21%2013h-2v4h2q.425%200%20.713.288T22%2018t-.288.713T21%2019h-2v2q0%20.425-.288.713T18%2022t-.712-.288T17%2021v-2h-4v2q0%20.425-.288.713T12%2022t-.712-.288T11%2021v-2H7v2q0%20.425-.288.713T6%2022t-.712-.288T5%2021zm2-2h4v-4H7zm6%200h4v-4h-4zm-6-6h4V7H7zm6%200h4V7h-4z%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%22M5%2019H3q-.425%200-.712-.288T2%2018t.288-.712T3%2017h2v-4H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h2V7H3q-.425%200-.712-.288T2%206t.288-.712T3%205h2V3q0-.425.288-.712T6%202t.713.288T7%203v2h4V3q0-.425.288-.712T12%202t.713.288T13%203v2h4V3q0-.425.288-.712T18%202t.713.288T19%203v2h2q.425%200%20.713.288T22%206t-.288.713T21%207h-2v4h2q.425%200%20.713.288T22%2012t-.288.713T21%2013h-2v4h2q.425%200%20.713.288T22%2018t-.288.713T21%2019h-2v2q0%20.425-.288.713T18%2022t-.712-.288T17%2021v-2h-4v2q0%20.425-.288.713T12%2022t-.712-.288T11%2021v-2H7v2q0%20.425-.288.713T6%2022t-.712-.288T5%2021zm2-2h4v-4H7zm6%200h4v-4h-4zm-6-6h4V7H7zm6%200h4V7h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/grid-4x4-rounded.svg?color=%231a73e8&size=48