rectangle on rectangle angled icon

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

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

Related icons in Framework7 Icons

Use the rectangle on rectangle angled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m11.83 46.622l.59-.102v1.159c0 4.187 2.114 6.301 6.382 6.301h30.815c4.25 0 6.383-2.114 6.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281h-4.756l-1.2-6.911c-.73-4.127-3.21-5.834-7.378-5.102L5.935 13.144Q-.375 14.24.752 20.462l3.7 21.058c.752 4.126 3.19 5.834 7.378 5.102m-4.187-5.854L4.004 20.055c-.386-2.073.55-3.354 2.541-3.7l30.267-5.345c1.971-.346 3.293.548 3.659 2.622l1.097 6.159H18.802c-4.268 0-6.382 2.093-6.382 6.28v17.116l-1.098.203c-2.012.346-3.313-.549-3.68-2.622m11.2 9.94c-2.033 0-3.15-1.098-3.15-3.212V26.255c0-2.114 1.117-3.192 3.15-3.192h30.734c1.992 0 3.15 1.078 3.15 3.192v21.241c0 2.114-1.158 3.212-3.15 3.212Z"/></svg>

React

import type { SVGProps } from "react";

export function F7RectangleOnRectangleAngled(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="m11.83 46.622l.59-.102v1.159c0 4.187 2.114 6.301 6.382 6.301h30.815c4.25 0 6.383-2.114 6.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281h-4.756l-1.2-6.911c-.73-4.127-3.21-5.834-7.378-5.102L5.935 13.144Q-.375 14.24.752 20.462l3.7 21.058c.752 4.126 3.19 5.834 7.378 5.102m-4.187-5.854L4.004 20.055c-.386-2.073.55-3.354 2.541-3.7l30.267-5.345c1.971-.346 3.293.548 3.659 2.622l1.097 6.159H18.802c-4.268 0-6.382 2.093-6.382 6.28v17.116l-1.098.203c-2.012.346-3.313-.549-3.68-2.622m11.2 9.94c-2.033 0-3.15-1.098-3.15-3.212V26.255c0-2.114 1.117-3.192 3.15-3.192h30.734c1.992 0 3.15 1.078 3.15 3.192v21.241c0 2.114-1.158 3.212-3.15 3.212Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m11.83 46.622l.59-.102v1.159c0 4.187 2.114 6.301 6.382 6.301h30.815c4.25 0 6.383-2.114 6.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281h-4.756l-1.2-6.911c-.73-4.127-3.21-5.834-7.378-5.102L5.935 13.144Q-.375 14.24.752 20.462l3.7 21.058c.752 4.126 3.19 5.834 7.378 5.102m-4.187-5.854L4.004 20.055c-.386-2.073.55-3.354 2.541-3.7l30.267-5.345c1.971-.346 3.293.548 3.659 2.622l1.097 6.159H18.802c-4.268 0-6.382 2.093-6.382 6.28v17.116l-1.098.203c-2.012.346-3.313-.549-3.68-2.622m11.2 9.94c-2.033 0-3.15-1.098-3.15-3.212V26.255c0-2.114 1.117-3.192 3.15-3.192h30.734c1.992 0 3.15 1.078 3.15 3.192v21.241c0 2.114-1.158 3.212-3.15 3.212Z"/></svg>
</template>

CSS

.icon-rectangle-on-rectangle-angled {
  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%22m11.83%2046.622l.59-.102v1.159c0%204.187%202.114%206.301%206.382%206.301h30.815c4.25%200%206.383-2.114%206.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281h-4.756l-1.2-6.911c-.73-4.127-3.21-5.834-7.378-5.102L5.935%2013.144Q-.375%2014.24.752%2020.462l3.7%2021.058c.752%204.126%203.19%205.834%207.378%205.102m-4.187-5.854L4.004%2020.055c-.386-2.073.55-3.354%202.541-3.7l30.267-5.345c1.971-.346%203.293.548%203.659%202.622l1.097%206.159H18.802c-4.268%200-6.382%202.093-6.382%206.28v17.116l-1.098.203c-2.012.346-3.313-.549-3.68-2.622m11.2%209.94c-2.033%200-3.15-1.098-3.15-3.212V26.255c0-2.114%201.117-3.192%203.15-3.192h30.734c1.992%200%203.15%201.078%203.15%203.192v21.241c0%202.114-1.158%203.212-3.15%203.212Z%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%22m11.83%2046.622l.59-.102v1.159c0%204.187%202.114%206.301%206.382%206.301h30.815c4.25%200%206.383-2.114%206.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281h-4.756l-1.2-6.911c-.73-4.127-3.21-5.834-7.378-5.102L5.935%2013.144Q-.375%2014.24.752%2020.462l3.7%2021.058c.752%204.126%203.19%205.834%207.378%205.102m-4.187-5.854L4.004%2020.055c-.386-2.073.55-3.354%202.541-3.7l30.267-5.345c1.971-.346%203.293.548%203.659%202.622l1.097%206.159H18.802c-4.268%200-6.382%202.093-6.382%206.28v17.116l-1.098.203c-2.012.346-3.313-.549-3.68-2.622m11.2%209.94c-2.033%200-3.15-1.098-3.15-3.212V26.255c0-2.114%201.117-3.192%203.15-3.192h30.734c1.992%200%203.15%201.078%203.15%203.192v21.241c0%202.114-1.158%203.212-3.15%203.212Z%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-angled.svg?color=%231a73e8&size=48