25 lines
519 B
XML
25 lines
519 B
XML
<!--
|
|
tags: [layout, matrix, pattern, gridlines, arrangement, structure, block, squares, four-by-four, grid-pattern]
|
|
category: Design
|
|
version: "2.36"
|
|
unicode: "fca5"
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M3 6h18" />
|
|
<path d="M3 12h18" />
|
|
<path d="M3 18h18" />
|
|
<path d="M6 3v18" />
|
|
<path d="M12 3v18" />
|
|
<path d="M18 3v18" />
|
|
</svg>
|