squares below rectangle icon

squares-below-rectangle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
squares-below-rectangle
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Use the squares below rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.102 37.129h39.796c4.852 0 7.266-2.367 7.266-7.148V14.137c0-4.805-2.414-7.149-7.266-7.149H8.102C3.25 6.988.836 9.332.836 14.137V29.98c0 4.782 2.414 7.149 7.266 7.149m.046-3.773c-2.32 0-3.539-1.172-3.539-3.563V14.324c0-2.39 1.22-3.586 3.54-3.586H47.85c2.298 0 3.54 1.196 3.54 3.586v15.469c0 2.39-1.242 3.563-3.54 3.563ZM3.18 49.012h4.945c.703 0 1.219-.516 1.219-1.196v-4.898c0-.727-.492-1.242-1.22-1.242H3.18c-.75 0-1.243.515-1.243 1.242v4.898c0 .68.516 1.196 1.243 1.196m11.18 0h4.945c.703 0 1.218-.516 1.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.516 1.196 1.242 1.196m11.179 0h4.945c.703 0 1.22-.516 1.22-1.196v-4.898c0-.727-.493-1.242-1.22-1.242H25.54c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.515 1.196 1.242 1.196m11.18 0h4.945c.703 0 1.219-.516 1.219-1.196v-4.898c0-.727-.492-1.242-1.219-1.242H36.72c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.515 1.196 1.242 1.196m11.18 0h4.945c.703 0 1.218-.516 1.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.516 1.196 1.242 1.196"/></svg>

React

import type { SVGProps } from "react";

export function F7SquaresBelowRectangle(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="M8.102 37.129h39.796c4.852 0 7.266-2.367 7.266-7.148V14.137c0-4.805-2.414-7.149-7.266-7.149H8.102C3.25 6.988.836 9.332.836 14.137V29.98c0 4.782 2.414 7.149 7.266 7.149m.046-3.773c-2.32 0-3.539-1.172-3.539-3.563V14.324c0-2.39 1.22-3.586 3.54-3.586H47.85c2.298 0 3.54 1.196 3.54 3.586v15.469c0 2.39-1.242 3.563-3.54 3.563ZM3.18 49.012h4.945c.703 0 1.219-.516 1.219-1.196v-4.898c0-.727-.492-1.242-1.22-1.242H3.18c-.75 0-1.243.515-1.243 1.242v4.898c0 .68.516 1.196 1.243 1.196m11.18 0h4.945c.703 0 1.218-.516 1.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.516 1.196 1.242 1.196m11.179 0h4.945c.703 0 1.22-.516 1.22-1.196v-4.898c0-.727-.493-1.242-1.22-1.242H25.54c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.515 1.196 1.242 1.196m11.18 0h4.945c.703 0 1.219-.516 1.219-1.196v-4.898c0-.727-.492-1.242-1.219-1.242H36.72c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.515 1.196 1.242 1.196m11.18 0h4.945c.703 0 1.218-.516 1.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.516 1.196 1.242 1.196"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.102 37.129h39.796c4.852 0 7.266-2.367 7.266-7.148V14.137c0-4.805-2.414-7.149-7.266-7.149H8.102C3.25 6.988.836 9.332.836 14.137V29.98c0 4.782 2.414 7.149 7.266 7.149m.046-3.773c-2.32 0-3.539-1.172-3.539-3.563V14.324c0-2.39 1.22-3.586 3.54-3.586H47.85c2.298 0 3.54 1.196 3.54 3.586v15.469c0 2.39-1.242 3.563-3.54 3.563ZM3.18 49.012h4.945c.703 0 1.219-.516 1.219-1.196v-4.898c0-.727-.492-1.242-1.22-1.242H3.18c-.75 0-1.243.515-1.243 1.242v4.898c0 .68.516 1.196 1.243 1.196m11.18 0h4.945c.703 0 1.218-.516 1.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.516 1.196 1.242 1.196m11.179 0h4.945c.703 0 1.22-.516 1.22-1.196v-4.898c0-.727-.493-1.242-1.22-1.242H25.54c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.515 1.196 1.242 1.196m11.18 0h4.945c.703 0 1.219-.516 1.219-1.196v-4.898c0-.727-.492-1.242-1.219-1.242H36.72c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.515 1.196 1.242 1.196m11.18 0h4.945c.703 0 1.218-.516 1.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75 0-1.242.515-1.242 1.242v4.898c0 .68.516 1.196 1.242 1.196"/></svg>
</template>

CSS

.icon-squares-below-rectangle {
  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%22M8.102%2037.129h39.796c4.852%200%207.266-2.367%207.266-7.148V14.137c0-4.805-2.414-7.149-7.266-7.149H8.102C3.25%206.988.836%209.332.836%2014.137V29.98c0%204.782%202.414%207.149%207.266%207.149m.046-3.773c-2.32%200-3.539-1.172-3.539-3.563V14.324c0-2.39%201.22-3.586%203.54-3.586H47.85c2.298%200%203.54%201.196%203.54%203.586v15.469c0%202.39-1.242%203.563-3.54%203.563ZM3.18%2049.012h4.945c.703%200%201.219-.516%201.219-1.196v-4.898c0-.727-.492-1.242-1.22-1.242H3.18c-.75%200-1.243.515-1.243%201.242v4.898c0%20.68.516%201.196%201.243%201.196m11.18%200h4.945c.703%200%201.218-.516%201.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75%200-1.242.515-1.242%201.242v4.898c0%20.68.516%201.196%201.242%201.196m11.179%200h4.945c.703%200%201.22-.516%201.22-1.196v-4.898c0-.727-.493-1.242-1.22-1.242H25.54c-.75%200-1.242.515-1.242%201.242v4.898c0%20.68.515%201.196%201.242%201.196m11.18%200h4.945c.703%200%201.219-.516%201.219-1.196v-4.898c0-.727-.492-1.242-1.219-1.242H36.72c-.75%200-1.242.515-1.242%201.242v4.898c0%20.68.515%201.196%201.242%201.196m11.18%200h4.945c.703%200%201.218-.516%201.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75%200-1.242.515-1.242%201.242v4.898c0%20.68.516%201.196%201.242%201.196%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%22M8.102%2037.129h39.796c4.852%200%207.266-2.367%207.266-7.148V14.137c0-4.805-2.414-7.149-7.266-7.149H8.102C3.25%206.988.836%209.332.836%2014.137V29.98c0%204.782%202.414%207.149%207.266%207.149m.046-3.773c-2.32%200-3.539-1.172-3.539-3.563V14.324c0-2.39%201.22-3.586%203.54-3.586H47.85c2.298%200%203.54%201.196%203.54%203.586v15.469c0%202.39-1.242%203.563-3.54%203.563ZM3.18%2049.012h4.945c.703%200%201.219-.516%201.219-1.196v-4.898c0-.727-.492-1.242-1.22-1.242H3.18c-.75%200-1.243.515-1.243%201.242v4.898c0%20.68.516%201.196%201.243%201.196m11.18%200h4.945c.703%200%201.218-.516%201.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75%200-1.242.515-1.242%201.242v4.898c0%20.68.516%201.196%201.242%201.196m11.179%200h4.945c.703%200%201.22-.516%201.22-1.196v-4.898c0-.727-.493-1.242-1.22-1.242H25.54c-.75%200-1.242.515-1.242%201.242v4.898c0%20.68.515%201.196%201.242%201.196m11.18%200h4.945c.703%200%201.219-.516%201.219-1.196v-4.898c0-.727-.492-1.242-1.219-1.242H36.72c-.75%200-1.242.515-1.242%201.242v4.898c0%20.68.515%201.196%201.242%201.196m11.18%200h4.945c.703%200%201.218-.516%201.218-1.196v-4.898c0-.727-.492-1.242-1.218-1.242h-4.946c-.75%200-1.242.515-1.242%201.242v4.898c0%20.68.516%201.196%201.242%201.196%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/squares-below-rectangle.svg?color=%231a73e8&size=48