edit arrow up icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the edit arrow up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 20V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20zM3 18v-4.075l7.375-7.35q.6-.6 1.438-.575t1.412.625l1.2 1.25q.575.575.563 1.4t-.588 1.4L7.075 18zm2-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5 14.75zm6.725-5.475l-1.25-1.25z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEditArrowUpOutline(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="M18.5 20V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20zM3 18v-4.075l7.375-7.35q.6-.6 1.438-.575t1.412.625l1.2 1.25q.575.575.563 1.4t-.588 1.4L7.075 18zm2-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5 14.75zm6.725-5.475l-1.25-1.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 20V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20zM3 18v-4.075l7.375-7.35q.6-.6 1.438-.575t1.412.625l1.2 1.25q.575.575.563 1.4t-.588 1.4L7.075 18zm2-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5 14.75zm6.725-5.475l-1.25-1.25z"/></svg>
</template>

CSS

.icon-edit-arrow-up-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%22M18.5%2020V7.8l-1.1%201.1L16%207.5L19.5%204L23%207.5l-1.425%201.4L20.5%207.825V20zM3%2018v-4.075l7.375-7.35q.6-.6%201.438-.575t1.412.625l1.2%201.25q.575.575.563%201.4t-.588%201.4L7.075%2018zm2-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5%2014.75zm6.725-5.475l-1.25-1.25z%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%22M18.5%2020V7.8l-1.1%201.1L16%207.5L19.5%204L23%207.5l-1.425%201.4L20.5%207.825V20zM3%2018v-4.075l7.375-7.35q.6-.6%201.438-.575t1.412.625l1.2%201.25q.575.575.563%201.4t-.588%201.4L7.075%2018zm2-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5%2014.75zm6.725-5.475l-1.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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