stack-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
stack-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Related icons in Octicons

Use the stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.122.392a1.75 1.75 0 0 1 1.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 0 1-1.756 0L2.119 5.456a1.25 1.25 0 0 1 0-2.162ZM8.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685l4.63 2.685a.25.25 0 0 0 .25 0l4.63-2.685ZM1.601 7.789a.75.75 0 0 1 1.025-.273l5.249 3.044a.25.25 0 0 0 .25 0l5.249-3.044a.75.75 0 0 1 .752 1.298l-5.248 3.044a1.75 1.75 0 0 1-1.756 0L1.874 8.814A.75.75 0 0 1 1.6 7.789Zm0 3.5a.75.75 0 0 1 1.025-.273l5.249 3.044a.25.25 0 0 0 .25 0l5.249-3.044a.75.75 0 0 1 .752 1.298l-5.248 3.044a1.75 1.75 0 0 1-1.756 0l-5.248-3.044a.75.75 0 0 1-.273-1.025"/></svg>

React

import type { SVGProps } from "react";

export function OcticonStack16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.122.392a1.75 1.75 0 0 1 1.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 0 1-1.756 0L2.119 5.456a1.25 1.25 0 0 1 0-2.162ZM8.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685l4.63 2.685a.25.25 0 0 0 .25 0l4.63-2.685ZM1.601 7.789a.75.75 0 0 1 1.025-.273l5.249 3.044a.25.25 0 0 0 .25 0l5.249-3.044a.75.75 0 0 1 .752 1.298l-5.248 3.044a1.75 1.75 0 0 1-1.756 0L1.874 8.814A.75.75 0 0 1 1.6 7.789Zm0 3.5a.75.75 0 0 1 1.025-.273l5.249 3.044a.25.25 0 0 0 .25 0l5.249-3.044a.75.75 0 0 1 .752 1.298l-5.248 3.044a1.75 1.75 0 0 1-1.756 0l-5.248-3.044a.75.75 0 0 1-.273-1.025"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.122.392a1.75 1.75 0 0 1 1.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 0 1-1.756 0L2.119 5.456a1.25 1.25 0 0 1 0-2.162ZM8.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685l4.63 2.685a.25.25 0 0 0 .25 0l4.63-2.685ZM1.601 7.789a.75.75 0 0 1 1.025-.273l5.249 3.044a.25.25 0 0 0 .25 0l5.249-3.044a.75.75 0 0 1 .752 1.298l-5.248 3.044a1.75 1.75 0 0 1-1.756 0L1.874 8.814A.75.75 0 0 1 1.6 7.789Zm0 3.5a.75.75 0 0 1 1.025-.273l5.249 3.044a.25.25 0 0 0 .25 0l5.249-3.044a.75.75 0 0 1 .752 1.298l-5.248 3.044a1.75 1.75 0 0 1-1.756 0l-5.248-3.044a.75.75 0 0 1-.273-1.025"/></svg>
</template>

CSS

.icon-stack-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.122.392a1.75%201.75%200%200%201%201.756%200l5.003%202.902c.83.481.83%201.68%200%202.162L8.878%208.358a1.75%201.75%200%200%201-1.756%200L2.119%205.456a1.25%201.25%200%200%201%200-2.162ZM8.125%201.69a.25.25%200%200%200-.25%200l-4.63%202.685l4.63%202.685a.25.25%200%200%200%20.25%200l4.63-2.685ZM1.601%207.789a.75.75%200%200%201%201.025-.273l5.249%203.044a.25.25%200%200%200%20.25%200l5.249-3.044a.75.75%200%200%201%20.752%201.298l-5.248%203.044a1.75%201.75%200%200%201-1.756%200L1.874%208.814A.75.75%200%200%201%201.6%207.789Zm0%203.5a.75.75%200%200%201%201.025-.273l5.249%203.044a.25.25%200%200%200%20.25%200l5.249-3.044a.75.75%200%200%201%20.752%201.298l-5.248%203.044a1.75%201.75%200%200%201-1.756%200l-5.248-3.044a.75.75%200%200%201-.273-1.025%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.122.392a1.75%201.75%200%200%201%201.756%200l5.003%202.902c.83.481.83%201.68%200%202.162L8.878%208.358a1.75%201.75%200%200%201-1.756%200L2.119%205.456a1.25%201.25%200%200%201%200-2.162ZM8.125%201.69a.25.25%200%200%200-.25%200l-4.63%202.685l4.63%202.685a.25.25%200%200%200%20.25%200l4.63-2.685ZM1.601%207.789a.75.75%200%200%201%201.025-.273l5.249%203.044a.25.25%200%200%200%20.25%200l5.249-3.044a.75.75%200%200%201%20.752%201.298l-5.248%203.044a1.75%201.75%200%200%201-1.756%200L1.874%208.814A.75.75%200%200%201%201.6%207.789Zm0%203.5a.75.75%200%200%201%201.025-.273l5.249%203.044a.25.25%200%200%200%20.25%200l5.249-3.044a.75.75%200%200%201%20.752%201.298l-5.248%203.044a1.75%201.75%200%200%201-1.756%200l-5.248-3.044a.75.75%200%200%201-.273-1.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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