stack icon
stack-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- stack-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Use the stack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.125 12.62a1.35 1.35 0 0 0 0-1.31a1.5 1.5 0 0 0-.54-.53l-2.28-1.12l2.3-1.18a1.33 1.33 0 0 0 .53-.49c.13-.214.2-.46.2-.71c0-.248-.07-.49-.2-.7a1.27 1.27 0 0 0-.55-.5l-8-3.92a1.32 1.32 0 0 0-1.18 0l-8 3.93a1.37 1.37 0 0 0-.54.5a1.33 1.33 0 0 0 0 1.4c.124.214.308.388.53.5l2.28 1.17l-2.28 1.09a1.34 1.34 0 0 0-.53.5a1.33 1.33 0 0 0 0 1.4c.124.214.308.388.53.5l2.28 1.17l-2.28 1.09a1.34 1.34 0 0 0-.53.5a1.33 1.33 0 0 0 0 1.4c.127.212.31.385.53.5l8 4c.191.11.408.169.63.17a1.2 1.2 0 0 0 .61-.16l8.06-4.09a1.35 1.35 0 0 0 .47-1.8a1.5 1.5 0 0 0-.54-.53l-2.29-1.12l2.36-1.21a1.4 1.4 0 0 0 .43-.45m-9.14 3.26l-4.26-2.17l-.19-.09l-3.22-1.66l3-1.45l4 2.07c.192.107.41.162.63.16a1.17 1.17 0 0 0 .61-.15l4-2.07l3 1.45z"/></svg>
React
import type { SVGProps } from "react";
export function MageStackFill(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="M21.125 12.62a1.35 1.35 0 0 0 0-1.31a1.5 1.5 0 0 0-.54-.53l-2.28-1.12l2.3-1.18a1.33 1.33 0 0 0 .53-.49c.13-.214.2-.46.2-.71c0-.248-.07-.49-.2-.7a1.27 1.27 0 0 0-.55-.5l-8-3.92a1.32 1.32 0 0 0-1.18 0l-8 3.93a1.37 1.37 0 0 0-.54.5a1.33 1.33 0 0 0 0 1.4c.124.214.308.388.53.5l2.28 1.17l-2.28 1.09a1.34 1.34 0 0 0-.53.5a1.33 1.33 0 0 0 0 1.4c.124.214.308.388.53.5l2.28 1.17l-2.28 1.09a1.34 1.34 0 0 0-.53.5a1.33 1.33 0 0 0 0 1.4c.127.212.31.385.53.5l8 4c.191.11.408.169.63.17a1.2 1.2 0 0 0 .61-.16l8.06-4.09a1.35 1.35 0 0 0 .47-1.8a1.5 1.5 0 0 0-.54-.53l-2.29-1.12l2.36-1.21a1.4 1.4 0 0 0 .43-.45m-9.14 3.26l-4.26-2.17l-.19-.09l-3.22-1.66l3-1.45l4 2.07c.192.107.41.162.63.16a1.17 1.17 0 0 0 .61-.15l4-2.07l3 1.45z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.125 12.62a1.35 1.35 0 0 0 0-1.31a1.5 1.5 0 0 0-.54-.53l-2.28-1.12l2.3-1.18a1.33 1.33 0 0 0 .53-.49c.13-.214.2-.46.2-.71c0-.248-.07-.49-.2-.7a1.27 1.27 0 0 0-.55-.5l-8-3.92a1.32 1.32 0 0 0-1.18 0l-8 3.93a1.37 1.37 0 0 0-.54.5a1.33 1.33 0 0 0 0 1.4c.124.214.308.388.53.5l2.28 1.17l-2.28 1.09a1.34 1.34 0 0 0-.53.5a1.33 1.33 0 0 0 0 1.4c.124.214.308.388.53.5l2.28 1.17l-2.28 1.09a1.34 1.34 0 0 0-.53.5a1.33 1.33 0 0 0 0 1.4c.127.212.31.385.53.5l8 4c.191.11.408.169.63.17a1.2 1.2 0 0 0 .61-.16l8.06-4.09a1.35 1.35 0 0 0 .47-1.8a1.5 1.5 0 0 0-.54-.53l-2.29-1.12l2.36-1.21a1.4 1.4 0 0 0 .43-.45m-9.14 3.26l-4.26-2.17l-.19-.09l-3.22-1.66l3-1.45l4 2.07c.192.107.41.162.63.16a1.17 1.17 0 0 0 .61-.15l4-2.07l3 1.45z"/></svg> </template>
CSS
.icon-stack-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.125%2012.62a1.35%201.35%200%200%200%200-1.31a1.5%201.5%200%200%200-.54-.53l-2.28-1.12l2.3-1.18a1.33%201.33%200%200%200%20.53-.49c.13-.214.2-.46.2-.71c0-.248-.07-.49-.2-.7a1.27%201.27%200%200%200-.55-.5l-8-3.92a1.32%201.32%200%200%200-1.18%200l-8%203.93a1.37%201.37%200%200%200-.54.5a1.33%201.33%200%200%200%200%201.4c.124.214.308.388.53.5l2.28%201.17l-2.28%201.09a1.34%201.34%200%200%200-.53.5a1.33%201.33%200%200%200%200%201.4c.124.214.308.388.53.5l2.28%201.17l-2.28%201.09a1.34%201.34%200%200%200-.53.5a1.33%201.33%200%200%200%200%201.4c.127.212.31.385.53.5l8%204c.191.11.408.169.63.17a1.2%201.2%200%200%200%20.61-.16l8.06-4.09a1.35%201.35%200%200%200%20.47-1.8a1.5%201.5%200%200%200-.54-.53l-2.29-1.12l2.36-1.21a1.4%201.4%200%200%200%20.43-.45m-9.14%203.26l-4.26-2.17l-.19-.09l-3.22-1.66l3-1.45l4%202.07c.192.107.41.162.63.16a1.17%201.17%200%200%200%20.61-.15l4-2.07l3%201.45z%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%22M21.125%2012.62a1.35%201.35%200%200%200%200-1.31a1.5%201.5%200%200%200-.54-.53l-2.28-1.12l2.3-1.18a1.33%201.33%200%200%200%20.53-.49c.13-.214.2-.46.2-.71c0-.248-.07-.49-.2-.7a1.27%201.27%200%200%200-.55-.5l-8-3.92a1.32%201.32%200%200%200-1.18%200l-8%203.93a1.37%201.37%200%200%200-.54.5a1.33%201.33%200%200%200%200%201.4c.124.214.308.388.53.5l2.28%201.17l-2.28%201.09a1.34%201.34%200%200%200-.53.5a1.33%201.33%200%200%200%200%201.4c.124.214.308.388.53.5l2.28%201.17l-2.28%201.09a1.34%201.34%200%200%200-.53.5a1.33%201.33%200%200%200%200%201.4c.127.212.31.385.53.5l8%204c.191.11.408.169.63.17a1.2%201.2%200%200%200%20.61-.16l8.06-4.09a1.35%201.35%200%200%200%20.47-1.8a1.5%201.5%200%200%200-.54-.53l-2.29-1.12l2.36-1.21a1.4%201.4%200%200%200%20.43-.45m-9.14%203.26l-4.26-2.17l-.19-.09l-3.22-1.66l3-1.45l4%202.07c.192.107.41.162.63.16a1.17%201.17%200%200%200%20.61-.15l4-2.07l3%201.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/stack-fill.svg?color=%231a73e8&size=48