stack perspective icon
stack-perspective-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- stack-perspective-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor" d="M3.001 17.741a1.67 1.67 0 0 1-1.668-1.666v-8.15a1.67 1.67 0 0 1 2.194-1.581l1.122.375a1 1 0 1 1-.633 1.897l-.684-.228v7.225l.684-.228a1 1 0 1 1 .633 1.898l-1.122.374c-.171.058-.35.086-.526.086Zm5.332 2.592a1.667 1.667 0 0 1-1.665-1.666V5.333a1.663 1.663 0 0 1 2.307-1.538l1.077.448a1.001 1.001 0 0 1-.77 1.846l-.614-.256v12.334l.615-.256a1 1 0 1 1 .769 1.846l-1.077.448a1.7 1.7 0 0 1-.642.128M21.31 4.735l-6.945-3.207A1.666 1.666 0 0 0 12 3.041V20.96c0 .57.287 1.096.768 1.404a1.66 1.66 0 0 0 1.597.109l6.946-3.205a2.34 2.34 0 0 0 1.356-2.12V6.854a2.34 2.34 0 0 0-1.356-2.118"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStackPerspectiveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.001 17.741a1.67 1.67 0 0 1-1.668-1.666v-8.15a1.67 1.67 0 0 1 2.194-1.581l1.122.375a1 1 0 1 1-.633 1.897l-.684-.228v7.225l.684-.228a1 1 0 1 1 .633 1.898l-1.122.374c-.171.058-.35.086-.526.086Zm5.332 2.592a1.667 1.667 0 0 1-1.665-1.666V5.333a1.663 1.663 0 0 1 2.307-1.538l1.077.448a1.001 1.001 0 0 1-.77 1.846l-.614-.256v12.334l.615-.256a1 1 0 1 1 .769 1.846l-1.077.448a1.7 1.7 0 0 1-.642.128M21.31 4.735l-6.945-3.207A1.666 1.666 0 0 0 12 3.041V20.96c0 .57.287 1.096.768 1.404a1.66 1.66 0 0 0 1.597.109l6.946-3.205a2.34 2.34 0 0 0 1.356-2.12V6.854a2.34 2.34 0 0 0-1.356-2.118"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.001 17.741a1.67 1.67 0 0 1-1.668-1.666v-8.15a1.67 1.67 0 0 1 2.194-1.581l1.122.375a1 1 0 1 1-.633 1.897l-.684-.228v7.225l.684-.228a1 1 0 1 1 .633 1.898l-1.122.374c-.171.058-.35.086-.526.086Zm5.332 2.592a1.667 1.667 0 0 1-1.665-1.666V5.333a1.663 1.663 0 0 1 2.307-1.538l1.077.448a1.001 1.001 0 0 1-.77 1.846l-.614-.256v12.334l.615-.256a1 1 0 1 1 .769 1.846l-1.077.448a1.7 1.7 0 0 1-.642.128M21.31 4.735l-6.945-3.207A1.666 1.666 0 0 0 12 3.041V20.96c0 .57.287 1.096.768 1.404a1.66 1.66 0 0 0 1.597.109l6.946-3.205a2.34 2.34 0 0 0 1.356-2.12V6.854a2.34 2.34 0 0 0-1.356-2.118"/></svg> </template>
CSS
.icon-stack-perspective-filled {
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%22currentColor%22%20d%3D%22M3.001%2017.741a1.67%201.67%200%200%201-1.668-1.666v-8.15a1.67%201.67%200%200%201%202.194-1.581l1.122.375a1%201%200%201%201-.633%201.897l-.684-.228v7.225l.684-.228a1%201%200%201%201%20.633%201.898l-1.122.374c-.171.058-.35.086-.526.086Zm5.332%202.592a1.667%201.667%200%200%201-1.665-1.666V5.333a1.663%201.663%200%200%201%202.307-1.538l1.077.448a1.001%201.001%200%200%201-.77%201.846l-.614-.256v12.334l.615-.256a1%201%200%201%201%20.769%201.846l-1.077.448a1.7%201.7%200%200%201-.642.128M21.31%204.735l-6.945-3.207A1.666%201.666%200%200%200%2012%203.041V20.96c0%20.57.287%201.096.768%201.404a1.66%201.66%200%200%200%201.597.109l6.946-3.205a2.34%202.34%200%200%200%201.356-2.12V6.854a2.34%202.34%200%200%200-1.356-2.118%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%22currentColor%22%20d%3D%22M3.001%2017.741a1.67%201.67%200%200%201-1.668-1.666v-8.15a1.67%201.67%200%200%201%202.194-1.581l1.122.375a1%201%200%201%201-.633%201.897l-.684-.228v7.225l.684-.228a1%201%200%201%201%20.633%201.898l-1.122.374c-.171.058-.35.086-.526.086Zm5.332%202.592a1.667%201.667%200%200%201-1.665-1.666V5.333a1.663%201.663%200%200%201%202.307-1.538l1.077.448a1.001%201.001%200%200%201-.77%201.846l-.614-.256v12.334l.615-.256a1%201%200%201%201%20.769%201.846l-1.077.448a1.7%201.7%200%200%201-.642.128M21.31%204.735l-6.945-3.207A1.666%201.666%200%200%200%2012%203.041V20.96c0%20.57.287%201.096.768%201.404a1.66%201.66%200%200%200%201.597.109l6.946-3.205a2.34%202.34%200%200%200%201.356-2.12V6.854a2.34%202.34%200%200%200-1.356-2.118%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stack-perspective-filled.svg?color=%231a73e8&size=48