square stack 3d down right icon

square-stack-3d-down-right-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
square-stack-3d-down-right-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the square stack 3d down right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.328 43.504c.445 0 .914-.14 1.383-.469V17.957c0-.844.164-1.172.914-1.57L31.352 3.87c.07-1.547-.915-2.508-2.25-2.508c-.61 0-1.266.164-1.97.586L7.493 13.246c-2.297 1.336-2.578 1.758-2.578 4.43v22.43c0 2.015.96 3.398 2.414 3.398m9.375 5.414c.422 0 .89-.14 1.383-.469V23.371c0-.914.117-1.148.89-1.57L40.703 9.26c.07-1.523-.89-2.507-2.25-2.507c-.586 0-1.266.187-1.945.562L16.82 18.636c-2.297 1.313-2.555 1.805-2.555 4.43V45.52c0 2.015 1.008 3.398 2.438 3.398m10.031 5.719c.82 0 1.805-.328 2.977-.985l18.375-10.547c2.156-1.242 3-2.53 3-5.156l-.047-21.234c0-2.813-1.008-4.242-2.766-4.242c-.773 0-1.758.304-2.859.937L26.992 24.027c-2.203 1.29-2.977 2.602-2.977 5.157v21.234c0 2.719.961 4.219 2.72 4.219"/></svg>

React

import type { SVGProps } from "react";

export function F7SquareStack3dDownRightFill(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.328 43.504c.445 0 .914-.14 1.383-.469V17.957c0-.844.164-1.172.914-1.57L31.352 3.87c.07-1.547-.915-2.508-2.25-2.508c-.61 0-1.266.164-1.97.586L7.493 13.246c-2.297 1.336-2.578 1.758-2.578 4.43v22.43c0 2.015.96 3.398 2.414 3.398m9.375 5.414c.422 0 .89-.14 1.383-.469V23.371c0-.914.117-1.148.89-1.57L40.703 9.26c.07-1.523-.89-2.507-2.25-2.507c-.586 0-1.266.187-1.945.562L16.82 18.636c-2.297 1.313-2.555 1.805-2.555 4.43V45.52c0 2.015 1.008 3.398 2.438 3.398m10.031 5.719c.82 0 1.805-.328 2.977-.985l18.375-10.547c2.156-1.242 3-2.53 3-5.156l-.047-21.234c0-2.813-1.008-4.242-2.766-4.242c-.773 0-1.758.304-2.859.937L26.992 24.027c-2.203 1.29-2.977 2.602-2.977 5.157v21.234c0 2.719.961 4.219 2.72 4.219"/></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.328 43.504c.445 0 .914-.14 1.383-.469V17.957c0-.844.164-1.172.914-1.57L31.352 3.87c.07-1.547-.915-2.508-2.25-2.508c-.61 0-1.266.164-1.97.586L7.493 13.246c-2.297 1.336-2.578 1.758-2.578 4.43v22.43c0 2.015.96 3.398 2.414 3.398m9.375 5.414c.422 0 .89-.14 1.383-.469V23.371c0-.914.117-1.148.89-1.57L40.703 9.26c.07-1.523-.89-2.507-2.25-2.507c-.586 0-1.266.187-1.945.562L16.82 18.636c-2.297 1.313-2.555 1.805-2.555 4.43V45.52c0 2.015 1.008 3.398 2.438 3.398m10.031 5.719c.82 0 1.805-.328 2.977-.985l18.375-10.547c2.156-1.242 3-2.53 3-5.156l-.047-21.234c0-2.813-1.008-4.242-2.766-4.242c-.773 0-1.758.304-2.859.937L26.992 24.027c-2.203 1.29-2.977 2.602-2.977 5.157v21.234c0 2.719.961 4.219 2.72 4.219"/></svg>
</template>

CSS

.icon-square-stack-3d-down-right-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.328%2043.504c.445%200%20.914-.14%201.383-.469V17.957c0-.844.164-1.172.914-1.57L31.352%203.87c.07-1.547-.915-2.508-2.25-2.508c-.61%200-1.266.164-1.97.586L7.493%2013.246c-2.297%201.336-2.578%201.758-2.578%204.43v22.43c0%202.015.96%203.398%202.414%203.398m9.375%205.414c.422%200%20.89-.14%201.383-.469V23.371c0-.914.117-1.148.89-1.57L40.703%209.26c.07-1.523-.89-2.507-2.25-2.507c-.586%200-1.266.187-1.945.562L16.82%2018.636c-2.297%201.313-2.555%201.805-2.555%204.43V45.52c0%202.015%201.008%203.398%202.438%203.398m10.031%205.719c.82%200%201.805-.328%202.977-.985l18.375-10.547c2.156-1.242%203-2.53%203-5.156l-.047-21.234c0-2.813-1.008-4.242-2.766-4.242c-.773%200-1.758.304-2.859.937L26.992%2024.027c-2.203%201.29-2.977%202.602-2.977%205.157v21.234c0%202.719.961%204.219%202.72%204.219%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.328%2043.504c.445%200%20.914-.14%201.383-.469V17.957c0-.844.164-1.172.914-1.57L31.352%203.87c.07-1.547-.915-2.508-2.25-2.508c-.61%200-1.266.164-1.97.586L7.493%2013.246c-2.297%201.336-2.578%201.758-2.578%204.43v22.43c0%202.015.96%203.398%202.414%203.398m9.375%205.414c.422%200%20.89-.14%201.383-.469V23.371c0-.914.117-1.148.89-1.57L40.703%209.26c.07-1.523-.89-2.507-2.25-2.507c-.586%200-1.266.187-1.945.562L16.82%2018.636c-2.297%201.313-2.555%201.805-2.555%204.43V45.52c0%202.015%201.008%203.398%202.438%203.398m10.031%205.719c.82%200%201.805-.328%202.977-.985l18.375-10.547c2.156-1.242%203-2.53%203-5.156l-.047-21.234c0-2.813-1.008-4.242-2.766-4.242c-.773%200-1.758.304-2.859.937L26.992%2024.027c-2.203%201.29-2.977%202.602-2.977%205.157v21.234c0%202.719.961%204.219%202.72%204.219%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/square-stack-3d-down-right-fill.svg?color=%231a73e8&size=48