stack perspective icon

stack-perspective from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
stack-perspective
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the stack perspective icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m4.333 16.333l-1.122.375a.666.666 0 0 1-.878-.632v-8.15c0-.455.446-.777.878-.633l1.122.375m5.334 11.165l-1.078.45a.667.667 0 0 1-.922-.616V5.333c0-.476.484-.798.922-.616l1.078.45m4.28-2.731l6.946 3.205c.472.218.775.691.775 1.211v10.293c0 .52-.303.994-.775 1.211l-6.946 3.205a.667.667 0 0 1-.947-.605V3.041c0-.486.504-.809.947-.605"/></svg>

React

import type { SVGProps } from "react";

export function ReiconStackPerspective(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m4.333 16.333l-1.122.375a.666.666 0 0 1-.878-.632v-8.15c0-.455.446-.777.878-.633l1.122.375m5.334 11.165l-1.078.45a.667.667 0 0 1-.922-.616V5.333c0-.476.484-.798.922-.616l1.078.45m4.28-2.731l6.946 3.205c.472.218.775.691.775 1.211v10.293c0 .52-.303.994-.775 1.211l-6.946 3.205a.667.667 0 0 1-.947-.605V3.041c0-.486.504-.809.947-.605"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m4.333 16.333l-1.122.375a.666.666 0 0 1-.878-.632v-8.15c0-.455.446-.777.878-.633l1.122.375m5.334 11.165l-1.078.45a.667.667 0 0 1-.922-.616V5.333c0-.476.484-.798.922-.616l1.078.45m4.28-2.731l6.946 3.205c.472.218.775.691.775 1.211v10.293c0 .52-.303.994-.775 1.211l-6.946 3.205a.667.667 0 0 1-.947-.605V3.041c0-.486.504-.809.947-.605"/></svg>
</template>

CSS

.icon-stack-perspective {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m4.333%2016.333l-1.122.375a.666.666%200%200%201-.878-.632v-8.15c0-.455.446-.777.878-.633l1.122.375m5.334%2011.165l-1.078.45a.667.667%200%200%201-.922-.616V5.333c0-.476.484-.798.922-.616l1.078.45m4.28-2.731l6.946%203.205c.472.218.775.691.775%201.211v10.293c0%20.52-.303.994-.775%201.211l-6.946%203.205a.667.667%200%200%201-.947-.605V3.041c0-.486.504-.809.947-.605%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m4.333%2016.333l-1.122.375a.666.666%200%200%201-.878-.632v-8.15c0-.455.446-.777.878-.633l1.122.375m5.334%2011.165l-1.078.45a.667.667%200%200%201-.922-.616V5.333c0-.476.484-.798.922-.616l1.078.45m4.28-2.731l6.946%203.205c.472.218.775.691.775%201.211v10.293c0%20.52-.303.994-.775%201.211l-6.946%203.205a.667.667%200%200%201-.947-.605V3.041c0-.486.504-.809.947-.605%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stack-perspective.svg?color=%231a73e8&size=48