arrow shape up stack icon
arrow-shape-up-stack-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-shape-up-stack-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the arrow shape up stack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.462 18.192V16.02H6.385q-.403 0-.565-.363q-.162-.364.127-.66l5.456-5.838q.237-.254.593-.254t.6.254l5.455 5.838q.289.296.127.66q-.162.363-.565.363h-3.075v2.173q0 .344-.233.576t-.575.232h-3.462q-.343 0-.575-.232t-.233-.576m1-.173h3.077v-2.192q0-.343.233-.575t.575-.233h2.338l-4.684-5l-4.684 5h2.338q.343 0 .575.232t.233.576zM12 5.25l-5.486 5.867q-.074.07-.173.111t-.196.041q-.32 0-.457-.296q-.138-.296.095-.546l5.62-6.02q.238-.253.595-.253t.598.254l5.621 6.019q.214.25.096.546q-.119.296-.46.296q-.105 0-.2-.035t-.166-.117zm0 9.77"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArrowShapeUpStackOutlineRounded(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.462 18.192V16.02H6.385q-.403 0-.565-.363q-.162-.364.127-.66l5.456-5.838q.237-.254.593-.254t.6.254l5.455 5.838q.289.296.127.66q-.162.363-.565.363h-3.075v2.173q0 .344-.233.576t-.575.232h-3.462q-.343 0-.575-.232t-.233-.576m1-.173h3.077v-2.192q0-.343.233-.575t.575-.233h2.338l-4.684-5l-4.684 5h2.338q.343 0 .575.232t.233.576zM12 5.25l-5.486 5.867q-.074.07-.173.111t-.196.041q-.32 0-.457-.296q-.138-.296.095-.546l5.62-6.02q.238-.253.595-.253t.598.254l5.621 6.019q.214.25.096.546q-.119.296-.46.296q-.105 0-.2-.035t-.166-.117zm0 9.77"/></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.462 18.192V16.02H6.385q-.403 0-.565-.363q-.162-.364.127-.66l5.456-5.838q.237-.254.593-.254t.6.254l5.455 5.838q.289.296.127.66q-.162.363-.565.363h-3.075v2.173q0 .344-.233.576t-.575.232h-3.462q-.343 0-.575-.232t-.233-.576m1-.173h3.077v-2.192q0-.343.233-.575t.575-.233h2.338l-4.684-5l-4.684 5h2.338q.343 0 .575.232t.233.576zM12 5.25l-5.486 5.867q-.074.07-.173.111t-.196.041q-.32 0-.457-.296q-.138-.296.095-.546l5.62-6.02q.238-.253.595-.253t.598.254l5.621 6.019q.214.25.096.546q-.119.296-.46.296q-.105 0-.2-.035t-.166-.117zm0 9.77"/></svg> </template>
CSS
.icon-arrow-shape-up-stack-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.462%2018.192V16.02H6.385q-.403%200-.565-.363q-.162-.364.127-.66l5.456-5.838q.237-.254.593-.254t.6.254l5.455%205.838q.289.296.127.66q-.162.363-.565.363h-3.075v2.173q0%20.344-.233.576t-.575.232h-3.462q-.343%200-.575-.232t-.233-.576m1-.173h3.077v-2.192q0-.343.233-.575t.575-.233h2.338l-4.684-5l-4.684%205h2.338q.343%200%20.575.232t.233.576zM12%205.25l-5.486%205.867q-.074.07-.173.111t-.196.041q-.32%200-.457-.296q-.138-.296.095-.546l5.62-6.02q.238-.253.595-.253t.598.254l5.621%206.019q.214.25.096.546q-.119.296-.46.296q-.105%200-.2-.035t-.166-.117zm0%209.77%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.462%2018.192V16.02H6.385q-.403%200-.565-.363q-.162-.364.127-.66l5.456-5.838q.237-.254.593-.254t.6.254l5.455%205.838q.289.296.127.66q-.162.363-.565.363h-3.075v2.173q0%20.344-.233.576t-.575.232h-3.462q-.343%200-.575-.232t-.233-.576m1-.173h3.077v-2.192q0-.343.233-.575t.575-.233h2.338l-4.684-5l-4.684%205h2.338q.343%200%20.575.232t.233.576zM12%205.25l-5.486%205.867q-.074.07-.173.111t-.196.041q-.32%200-.457-.296q-.138-.296.095-.546l5.62-6.02q.238-.253.595-.253t.598.254l5.621%206.019q.214.25.096.546q-.119.296-.46.296q-.105%200-.2-.035t-.166-.117zm0%209.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/arrow-shape-up-stack-outline-rounded.svg?color=%231a73e8&size=48