plus rectangle on rectangle icon
plus-rectangle-on-rectangle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- plus-rectangle-on-rectangle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the plus 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.346Zm16.012-4.257c1.122 0 1.8-.763 1.8-1.99v-6.185h6.46c1.186 0 2.012-.615 2.012-1.737c0-1.144-.783-1.8-2.012-1.8h-6.46v-6.566c0-1.25-.678-2.012-1.8-2.012c-1.144 0-1.758.804-1.758 2.012v6.566h-6.439c-1.25 0-2.033.656-2.033 1.8c0 1.122.847 1.737 2.033 1.737h6.439v6.184c0 1.186.614 1.991 1.758 1.991"/></svg>
React
import type { SVGProps } from "react";
export function F7PlusRectangleOnRectangle(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.346Zm16.012-4.257c1.122 0 1.8-.763 1.8-1.99v-6.185h6.46c1.186 0 2.012-.615 2.012-1.737c0-1.144-.783-1.8-2.012-1.8h-6.46v-6.566c0-1.25-.678-2.012-1.8-2.012c-1.144 0-1.758.804-1.758 2.012v6.566h-6.439c-1.25 0-2.033.656-2.033 1.8c0 1.122.847 1.737 2.033 1.737h6.439v6.184c0 1.186.614 1.991 1.758 1.991"/></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.346Zm16.012-4.257c1.122 0 1.8-.763 1.8-1.99v-6.185h6.46c1.186 0 2.012-.615 2.012-1.737c0-1.144-.783-1.8-2.012-1.8h-6.46v-6.566c0-1.25-.678-2.012-1.8-2.012c-1.144 0-1.758.804-1.758 2.012v6.566h-6.439c-1.25 0-2.033.656-2.033 1.8c0 1.122.847 1.737 2.033 1.737h6.439v6.184c0 1.186.614 1.991 1.758 1.991"/></svg> </template>
CSS
.icon-plus-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.346Zm16.012-4.257c1.122%200%201.8-.763%201.8-1.99v-6.185h6.46c1.186%200%202.012-.615%202.012-1.737c0-1.144-.783-1.8-2.012-1.8h-6.46v-6.566c0-1.25-.678-2.012-1.8-2.012c-1.144%200-1.758.804-1.758%202.012v6.566h-6.439c-1.25%200-2.033.656-2.033%201.8c0%201.122.847%201.737%202.033%201.737h6.439v6.184c0%201.186.614%201.991%201.758%201.991%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.346Zm16.012-4.257c1.122%200%201.8-.763%201.8-1.99v-6.185h6.46c1.186%200%202.012-.615%202.012-1.737c0-1.144-.783-1.8-2.012-1.8h-6.46v-6.566c0-1.25-.678-2.012-1.8-2.012c-1.144%200-1.758.804-1.758%202.012v6.566h-6.439c-1.25%200-2.033.656-2.033%201.8c0%201.122.847%201.737%202.033%201.737h6.439v6.184c0%201.186.614%201.991%201.758%201.991%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/plus-rectangle-on-rectangle.svg?color=%231a73e8&size=48