arrow shape up icon

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

Name
arrow-shape-up-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20v-5H4.575q-.475 0-.675-.425t.1-.8l7.225-8.825q.3-.375.775-.375t.775.375L20 13.775q.3.375.1.8t-.675.425H16v5q0 .425-.288.713T15 21H9q-.425 0-.712-.288T8 20m2-1h4v-5q0-.425.288-.712T15 13h1.775L12 7.15L7.225 13H9q.425 0 .713.288T10 14zm2-6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArrowShapeUpOutlineRounded(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="M8 20v-5H4.575q-.475 0-.675-.425t.1-.8l7.225-8.825q.3-.375.775-.375t.775.375L20 13.775q.3.375.1.8t-.675.425H16v5q0 .425-.288.713T15 21H9q-.425 0-.712-.288T8 20m2-1h4v-5q0-.425.288-.712T15 13h1.775L12 7.15L7.225 13H9q.425 0 .713.288T10 14zm2-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20v-5H4.575q-.475 0-.675-.425t.1-.8l7.225-8.825q.3-.375.775-.375t.775.375L20 13.775q.3.375.1.8t-.675.425H16v5q0 .425-.288.713T15 21H9q-.425 0-.712-.288T8 20m2-1h4v-5q0-.425.288-.712T15 13h1.775L12 7.15L7.225 13H9q.425 0 .713.288T10 14zm2-6"/></svg>
</template>

CSS

.icon-arrow-shape-up-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%22M8%2020v-5H4.575q-.475%200-.675-.425t.1-.8l7.225-8.825q.3-.375.775-.375t.775.375L20%2013.775q.3.375.1.8t-.675.425H16v5q0%20.425-.288.713T15%2021H9q-.425%200-.712-.288T8%2020m2-1h4v-5q0-.425.288-.712T15%2013h1.775L12%207.15L7.225%2013H9q.425%200%20.713.288T10%2014zm2-6%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%22M8%2020v-5H4.575q-.475%200-.675-.425t.1-.8l7.225-8.825q.3-.375.775-.375t.775.375L20%2013.775q.3.375.1.8t-.675.425H16v5q0%20.425-.288.713T15%2021H9q-.425%200-.712-.288T8%2020m2-1h4v-5q0-.425.288-.712T15%2013h1.775L12%207.15L7.225%2013H9q.425%200%20.713.288T10%2014zm2-6%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-outline-rounded.svg?color=%231a73e8&size=48