square grid 3x2 icon
square-grid-3x2-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- square-grid-3x2-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
square-arrow-downsquare-arrow-down-on-squaresquare-arrow-leftsquare-arrow-rightsquare-arrow-upsquare-arrow-up-on-squaresquare-favoritessquare-favorites-altsquare-fill-line-vertical-squaresquare-fill-on-circle-fillsquare-fill-on-square-fillsquare-grid-2x2square-grid-4x3-fillsquare-lefthalf-fillsquare-line-vertical-squaresquare-listsquare-on-circlesquare-on-squaresquare-pencilsquare-righthalf-fillsquare-split-1x2square-split-2x1square-split-2x2square-stack
Use the square grid 3x2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.76 27.696h8.975c2.5 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838H3.76C1.26 11.2 0 12.44 0 15.039v8.798c0 2.599 1.26 3.858 3.76 3.858m19.762 0h8.956c2.52 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.24-3.838-3.76-3.838h-8.956c-2.5 0-3.76 1.24-3.76 3.838v8.798c0 2.599 1.26 3.858 3.76 3.858m19.743 0h8.975c2.5 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838h-8.975c-2.5 0-3.76 1.24-3.76 3.838v8.798c0 2.599 1.26 3.858 3.76 3.858M3.76 47.438h8.975c2.5 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839H3.76c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838m19.762 0h8.956c2.52 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.24-3.839-3.76-3.839h-8.956c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838m19.743 0h8.975c2.5 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839h-8.975c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838"/></svg>
React
import type { SVGProps } from "react";
export function F7SquareGrid3x2Fill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.76 27.696h8.975c2.5 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838H3.76C1.26 11.2 0 12.44 0 15.039v8.798c0 2.599 1.26 3.858 3.76 3.858m19.762 0h8.956c2.52 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.24-3.838-3.76-3.838h-8.956c-2.5 0-3.76 1.24-3.76 3.838v8.798c0 2.599 1.26 3.858 3.76 3.858m19.743 0h8.975c2.5 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838h-8.975c-2.5 0-3.76 1.24-3.76 3.838v8.798c0 2.599 1.26 3.858 3.76 3.858M3.76 47.438h8.975c2.5 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839H3.76c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838m19.762 0h8.956c2.52 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.24-3.839-3.76-3.839h-8.956c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838m19.743 0h8.975c2.5 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839h-8.975c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.76 27.696h8.975c2.5 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838H3.76C1.26 11.2 0 12.44 0 15.039v8.798c0 2.599 1.26 3.858 3.76 3.858m19.762 0h8.956c2.52 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.24-3.838-3.76-3.838h-8.956c-2.5 0-3.76 1.24-3.76 3.838v8.798c0 2.599 1.26 3.858 3.76 3.858m19.743 0h8.975c2.5 0 3.76-1.26 3.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838h-8.975c-2.5 0-3.76 1.24-3.76 3.838v8.798c0 2.599 1.26 3.858 3.76 3.858M3.76 47.438h8.975c2.5 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839H3.76c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838m19.762 0h8.956c2.52 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.24-3.839-3.76-3.839h-8.956c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838m19.743 0h8.975c2.5 0 3.76-1.24 3.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839h-8.975c-2.5 0-3.76 1.26-3.76 3.839V43.6c0 2.598 1.26 3.838 3.76 3.838"/></svg> </template>
CSS
.icon-square-grid-3x2-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.76%2027.696h8.975c2.5%200%203.76-1.26%203.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838H3.76C1.26%2011.2%200%2012.44%200%2015.039v8.798c0%202.599%201.26%203.858%203.76%203.858m19.762%200h8.956c2.52%200%203.76-1.26%203.76-3.859V15.04c0-2.598-1.24-3.838-3.76-3.838h-8.956c-2.5%200-3.76%201.24-3.76%203.838v8.798c0%202.599%201.26%203.858%203.76%203.858m19.743%200h8.975c2.5%200%203.76-1.26%203.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838h-8.975c-2.5%200-3.76%201.24-3.76%203.838v8.798c0%202.599%201.26%203.858%203.76%203.858M3.76%2047.438h8.975c2.5%200%203.76-1.24%203.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839H3.76c-2.5%200-3.76%201.26-3.76%203.839V43.6c0%202.598%201.26%203.838%203.76%203.838m19.762%200h8.956c2.52%200%203.76-1.24%203.76-3.838v-8.818c0-2.579-1.24-3.839-3.76-3.839h-8.956c-2.5%200-3.76%201.26-3.76%203.839V43.6c0%202.598%201.26%203.838%203.76%203.838m19.743%200h8.975c2.5%200%203.76-1.24%203.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839h-8.975c-2.5%200-3.76%201.26-3.76%203.839V43.6c0%202.598%201.26%203.838%203.76%203.838%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.76%2027.696h8.975c2.5%200%203.76-1.26%203.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838H3.76C1.26%2011.2%200%2012.44%200%2015.039v8.798c0%202.599%201.26%203.858%203.76%203.858m19.762%200h8.956c2.52%200%203.76-1.26%203.76-3.859V15.04c0-2.598-1.24-3.838-3.76-3.838h-8.956c-2.5%200-3.76%201.24-3.76%203.838v8.798c0%202.599%201.26%203.858%203.76%203.858m19.743%200h8.975c2.5%200%203.76-1.26%203.76-3.859V15.04c0-2.598-1.26-3.838-3.76-3.838h-8.975c-2.5%200-3.76%201.24-3.76%203.838v8.798c0%202.599%201.26%203.858%203.76%203.858M3.76%2047.438h8.975c2.5%200%203.76-1.24%203.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839H3.76c-2.5%200-3.76%201.26-3.76%203.839V43.6c0%202.598%201.26%203.838%203.76%203.838m19.762%200h8.956c2.52%200%203.76-1.24%203.76-3.838v-8.818c0-2.579-1.24-3.839-3.76-3.839h-8.956c-2.5%200-3.76%201.26-3.76%203.839V43.6c0%202.598%201.26%203.838%203.76%203.838m19.743%200h8.975c2.5%200%203.76-1.24%203.76-3.838v-8.818c0-2.579-1.26-3.839-3.76-3.839h-8.975c-2.5%200-3.76%201.26-3.76%203.839V43.6c0%202.598%201.26%203.838%203.76%203.838%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/square-grid-3x2-fill.svg?color=%231a73e8&size=48