arrow shape up stack 2 icon

arrow-shape-up-stack-2-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
arrow-shape-up-stack-2-outline
Set
Material Symbols
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
arrow-shape-up-stack-2-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the arrow shape up stack 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 23v-3H4l8-9l8 9h-5v3zm2-2h2v-3h2.55L12 14l-3.55 4H11zm-7-6l8-9l8 9h-2.675L12 9l-5.325 6zm0-5l8-9l8 9h-2.675L12 4l-5.325 6zm8 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArrowShapeUpStack2Outline(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="M9 23v-3H4l8-9l8 9h-5v3zm2-2h2v-3h2.55L12 14l-3.55 4H11zm-7-6l8-9l8 9h-2.675L12 9l-5.325 6zm0-5l8-9l8 9h-2.675L12 4l-5.325 6zm8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 23v-3H4l8-9l8 9h-5v3zm2-2h2v-3h2.55L12 14l-3.55 4H11zm-7-6l8-9l8 9h-2.675L12 9l-5.325 6zm0-5l8-9l8 9h-2.675L12 4l-5.325 6zm8 8"/></svg>
</template>

CSS

.icon-arrow-shape-up-stack-2-outline {
  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%22M9%2023v-3H4l8-9l8%209h-5v3zm2-2h2v-3h2.55L12%2014l-3.55%204H11zm-7-6l8-9l8%209h-2.675L12%209l-5.325%206zm0-5l8-9l8%209h-2.675L12%204l-5.325%206zm8%208%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%22M9%2023v-3H4l8-9l8%209h-5v3zm2-2h2v-3h2.55L12%2014l-3.55%204H11zm-7-6l8-9l8%209h-2.675L12%209l-5.325%206zm0-5l8-9l8%209h-2.675L12%204l-5.325%206zm8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/arrow-shape-up-stack-2-outline.svg?color=%231a73e8&size=48