rectangle on rectangle icon

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

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

Related icons in Framework7 Icons

Use the rectangle on rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.65 42.3h3.94v3.642c0 4.364 2.203 6.566 6.65 6.566h32.11c4.405 0 6.65-2.203 6.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544m.064-3.41c-2.118 0-3.304-1.123-3.304-3.326v-21.92c0-2.203 1.186-3.347 3.304-3.347h32.003c2.097 0 3.283 1.144 3.283 3.347v3.24H17.24c-4.447 0-6.65 2.182-6.65 6.545V38.89Zm10.569 10.208c-2.118 0-3.283-1.143-3.283-3.346V23.619c0-2.203 1.165-3.326 3.283-3.326h32.003c2.097 0 3.304 1.123 3.304 3.326v22.133c0 2.203-1.207 3.346-3.304 3.346Z"/></svg>

React

import type { SVGProps } from "react";

export function F7RectangleOnRectangle(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="M6.65 42.3h3.94v3.642c0 4.364 2.203 6.566 6.65 6.566h32.11c4.405 0 6.65-2.203 6.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544m.064-3.41c-2.118 0-3.304-1.123-3.304-3.326v-21.92c0-2.203 1.186-3.347 3.304-3.347h32.003c2.097 0 3.283 1.144 3.283 3.347v3.24H17.24c-4.447 0-6.65 2.182-6.65 6.545V38.89Zm10.569 10.208c-2.118 0-3.283-1.143-3.283-3.346V23.619c0-2.203 1.165-3.326 3.283-3.326h32.003c2.097 0 3.304 1.123 3.304 3.326v22.133c0 2.203-1.207 3.346-3.304 3.346Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.65 42.3h3.94v3.642c0 4.364 2.203 6.566 6.65 6.566h32.11c4.405 0 6.65-2.203 6.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544m.064-3.41c-2.118 0-3.304-1.123-3.304-3.326v-21.92c0-2.203 1.186-3.347 3.304-3.347h32.003c2.097 0 3.283 1.144 3.283 3.347v3.24H17.24c-4.447 0-6.65 2.182-6.65 6.545V38.89Zm10.569 10.208c-2.118 0-3.283-1.143-3.283-3.346V23.619c0-2.203 1.165-3.326 3.283-3.326h32.003c2.097 0 3.304 1.123 3.304 3.326v22.133c0 2.203-1.207 3.346-3.304 3.346Z"/></svg>
</template>

CSS

.icon-rectangle-on-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%22M6.65%2042.3h3.94v3.642c0%204.364%202.203%206.566%206.65%206.566h32.11c4.405%200%206.65-2.203%206.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225%206.887%200%209.089%200%2013.452v22.303c0%204.363%202.224%206.544%206.65%206.544m.064-3.41c-2.118%200-3.304-1.123-3.304-3.326v-21.92c0-2.203%201.186-3.347%203.304-3.347h32.003c2.097%200%203.283%201.144%203.283%203.347v3.24H17.24c-4.447%200-6.65%202.182-6.65%206.545V38.89Zm10.569%2010.208c-2.118%200-3.283-1.143-3.283-3.346V23.619c0-2.203%201.165-3.326%203.283-3.326h32.003c2.097%200%203.304%201.123%203.304%203.326v22.133c0%202.203-1.207%203.346-3.304%203.346Z%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%22M6.65%2042.3h3.94v3.642c0%204.364%202.203%206.566%206.65%206.566h32.11c4.405%200%206.65-2.203%206.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225%206.887%200%209.089%200%2013.452v22.303c0%204.363%202.224%206.544%206.65%206.544m.064-3.41c-2.118%200-3.304-1.123-3.304-3.326v-21.92c0-2.203%201.186-3.347%203.304-3.347h32.003c2.097%200%203.283%201.144%203.283%203.347v3.24H17.24c-4.447%200-6.65%202.182-6.65%206.545V38.89Zm10.569%2010.208c-2.118%200-3.283-1.143-3.283-3.346V23.619c0-2.203%201.165-3.326%203.283-3.326h32.003c2.097%200%203.304%201.123%203.304%203.326v22.133c0%202.203-1.207%203.346-3.304%203.346Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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