rectangle fill on rectangle icon
rectangle-fill-on-rectangle-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- rectangle-fill-on-rectangle-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
rectangle-3-offgridrectangle-arrow-up-right-arrow-down-leftrectangle-arrow-up-right-arrow-down-left-slashrectangle-badge-checkmarkrectangle-badge-xmarkrectangle-compress-verticalrectangle-dockrectangle-expand-verticalrectangle-fill-badge-checkmarkrectangle-fill-badge-xmarkrectangle-fill-on-rectangle-angled-fillrectangle-grid-1x2rectangle-grid-2x2rectangle-grid-3x2rectangle-on-rectanglerectangle-on-rectangle-angledrectangle-papercliprectangle-split-3x1rectangle-split-3x3rectangle-stackrectangle-stack-badge-minusrectangle-stack-badge-person-croprectangle-stack-badge-plusrectangle-stack-fill-badge-minus
Use the rectangle fill 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="M7.688 23.11c0-5.994 3.177-9.128 9.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544h1.038Zm9.553 29.398h32.108c4.406 0 6.651-2.203 6.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447 0-6.65 2.182-6.65 6.545v22.514c0 4.364 2.203 6.566 6.65 6.566"/></svg>
React
import type { SVGProps } from "react";
export function F7RectangleFillOnRectangleFill(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="M7.688 23.11c0-5.994 3.177-9.128 9.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544h1.038Zm9.553 29.398h32.108c4.406 0 6.651-2.203 6.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447 0-6.65 2.182-6.65 6.545v22.514c0 4.364 2.203 6.566 6.65 6.566"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.688 23.11c0-5.994 3.177-9.128 9.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544h1.038Zm9.553 29.398h32.108c4.406 0 6.651-2.203 6.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447 0-6.65 2.182-6.65 6.545v22.514c0 4.364 2.203 6.566 6.65 6.566"/></svg> </template>
CSS
.icon-rectangle-fill-on-rectangle-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%22M7.688%2023.11c0-5.994%203.177-9.128%209.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225%206.887%200%209.089%200%2013.452v22.303c0%204.363%202.224%206.544%206.65%206.544h1.038Zm9.553%2029.398h32.108c4.406%200%206.651-2.203%206.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447%200-6.65%202.182-6.65%206.545v22.514c0%204.364%202.203%206.566%206.65%206.566%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%22M7.688%2023.11c0-5.994%203.177-9.128%209.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225%206.887%200%209.089%200%2013.452v22.303c0%204.363%202.224%206.544%206.65%206.544h1.038Zm9.553%2029.398h32.108c4.406%200%206.651-2.203%206.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447%200-6.65%202.182-6.65%206.545v22.514c0%204.364%202.203%206.566%206.65%206.566%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/rectangle-fill-on-rectangle-fill.svg?color=%231a73e8&size=48