arrow shape up stack 2 icon

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

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

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 22v-2H5.675q-.5 0-.7-.45t.125-.8l6.15-6.9q.3-.35.75-.35t.75.35l6.15 6.9q.325.35.125.8t-.7.45H15v2q0 .425-.288.713T14 23h-4q-.425 0-.712-.288T9 22m2-1h2v-2q0-.425.288-.712T14 18h1.55L12 14l-3.55 4H10q.425 0 .713.288T11 19zm1-12l-5.025 5.675q-.15.15-.35.238t-.4.087q-.65 0-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775 6.5q.425.5.163 1.075t-.913.575q-.2 0-.4-.075t-.35-.25zm0-5L6.975 9.675q-.15.15-.35.238t-.4.087q-.65 0-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775 6.5q.425.5.163 1.075t-.913.575q-.2 0-.4-.075t-.35-.25zm0 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArrowShapeUpStack2OutlineRounded(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 22v-2H5.675q-.5 0-.7-.45t.125-.8l6.15-6.9q.3-.35.75-.35t.75.35l6.15 6.9q.325.35.125.8t-.7.45H15v2q0 .425-.288.713T14 23h-4q-.425 0-.712-.288T9 22m2-1h2v-2q0-.425.288-.712T14 18h1.55L12 14l-3.55 4H10q.425 0 .713.288T11 19zm1-12l-5.025 5.675q-.15.15-.35.238t-.4.087q-.65 0-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775 6.5q.425.5.163 1.075t-.913.575q-.2 0-.4-.075t-.35-.25zm0-5L6.975 9.675q-.15.15-.35.238t-.4.087q-.65 0-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775 6.5q.425.5.163 1.075t-.913.575q-.2 0-.4-.075t-.35-.25zm0 14"/></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 22v-2H5.675q-.5 0-.7-.45t.125-.8l6.15-6.9q.3-.35.75-.35t.75.35l6.15 6.9q.325.35.125.8t-.7.45H15v2q0 .425-.288.713T14 23h-4q-.425 0-.712-.288T9 22m2-1h2v-2q0-.425.288-.712T14 18h1.55L12 14l-3.55 4H10q.425 0 .713.288T11 19zm1-12l-5.025 5.675q-.15.15-.35.238t-.4.087q-.65 0-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775 6.5q.425.5.163 1.075t-.913.575q-.2 0-.4-.075t-.35-.25zm0-5L6.975 9.675q-.15.15-.35.238t-.4.087q-.65 0-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775 6.5q.425.5.163 1.075t-.913.575q-.2 0-.4-.075t-.35-.25zm0 14"/></svg>
</template>

CSS

.icon-arrow-shape-up-stack-2-outline-rounded {
  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%2022v-2H5.675q-.5%200-.7-.45t.125-.8l6.15-6.9q.3-.35.75-.35t.75.35l6.15%206.9q.325.35.125.8t-.7.45H15v2q0%20.425-.288.713T14%2023h-4q-.425%200-.712-.288T9%2022m2-1h2v-2q0-.425.288-.712T14%2018h1.55L12%2014l-3.55%204H10q.425%200%20.713.288T11%2019zm1-12l-5.025%205.675q-.15.15-.35.238t-.4.087q-.65%200-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775%206.5q.425.5.163%201.075t-.913.575q-.2%200-.4-.075t-.35-.25zm0-5L6.975%209.675q-.15.15-.35.238t-.4.087q-.65%200-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775%206.5q.425.5.163%201.075t-.913.575q-.2%200-.4-.075t-.35-.25zm0%2014%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%2022v-2H5.675q-.5%200-.7-.45t.125-.8l6.15-6.9q.3-.35.75-.35t.75.35l6.15%206.9q.325.35.125.8t-.7.45H15v2q0%20.425-.288.713T14%2023h-4q-.425%200-.712-.288T9%2022m2-1h2v-2q0-.425.288-.712T14%2018h1.55L12%2014l-3.55%204H10q.425%200%20.713.288T11%2019zm1-12l-5.025%205.675q-.15.15-.35.238t-.4.087q-.65%200-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775%206.5q.425.5.163%201.075t-.913.575q-.2%200-.4-.075t-.35-.25zm0-5L6.975%209.675q-.15.15-.35.238t-.4.087q-.65%200-.912-.575t.162-1.075l5.775-6.5q.3-.35.75-.35t.75.35l5.775%206.5q.425.5.163%201.075t-.913.575q-.2%200-.4-.075t-.35-.25zm0%2014%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-rounded.svg?color=%231a73e8&size=48