rectangle fill on rectangle angled icon
rectangle-fill-on-rectangle-angled-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- rectangle-fill-on-rectangle-angled-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-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 angled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.635 46.744V25.767c0-5.753 3.049-8.761 8.862-8.761h25.876l-.711-4.126c-.712-4.127-3.212-5.834-7.379-5.102L5.935 13.144Q-.375 14.24.752 20.462l3.7 21.058c.61 3.374 2.398 5.082 5.183 5.224m9.167 7.236h30.815c4.25 0 6.383-2.114 6.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281H18.802c-4.268 0-6.382 2.093-6.382 6.28V47.68c0 4.187 2.114 6.301 6.382 6.301"/></svg>
React
import type { SVGProps } from "react";
export function F7RectangleFillOnRectangleAngledFill(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="M9.635 46.744V25.767c0-5.753 3.049-8.761 8.862-8.761h25.876l-.711-4.126c-.712-4.127-3.212-5.834-7.379-5.102L5.935 13.144Q-.375 14.24.752 20.462l3.7 21.058c.61 3.374 2.398 5.082 5.183 5.224m9.167 7.236h30.815c4.25 0 6.383-2.114 6.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281H18.802c-4.268 0-6.382 2.093-6.382 6.28V47.68c0 4.187 2.114 6.301 6.382 6.301"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.635 46.744V25.767c0-5.753 3.049-8.761 8.862-8.761h25.876l-.711-4.126c-.712-4.127-3.212-5.834-7.379-5.102L5.935 13.144Q-.375 14.24.752 20.462l3.7 21.058c.61 3.374 2.398 5.082 5.183 5.224m9.167 7.236h30.815c4.25 0 6.383-2.114 6.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281H18.802c-4.268 0-6.382 2.093-6.382 6.28V47.68c0 4.187 2.114 6.301 6.382 6.301"/></svg> </template>
CSS
.icon-rectangle-fill-on-rectangle-angled-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%22M9.635%2046.744V25.767c0-5.753%203.049-8.761%208.862-8.761h25.876l-.711-4.126c-.712-4.127-3.212-5.834-7.379-5.102L5.935%2013.144Q-.375%2014.24.752%2020.462l3.7%2021.058c.61%203.374%202.398%205.082%205.183%205.224m9.167%207.236h30.815c4.25%200%206.383-2.114%206.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281H18.802c-4.268%200-6.382%202.093-6.382%206.28V47.68c0%204.187%202.114%206.301%206.382%206.301%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%22M9.635%2046.744V25.767c0-5.753%203.049-8.761%208.862-8.761h25.876l-.711-4.126c-.712-4.127-3.212-5.834-7.379-5.102L5.935%2013.144Q-.375%2014.24.752%2020.462l3.7%2021.058c.61%203.374%202.398%205.082%205.183%205.224m9.167%207.236h30.815c4.25%200%206.383-2.114%206.383-6.301V26.072c0-4.167-2.134-6.281-6.383-6.281H18.802c-4.268%200-6.382%202.093-6.382%206.28V47.68c0%204.187%202.114%206.301%206.382%206.301%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-angled-fill.svg?color=%231a73e8&size=48