edit arrow down icon
edit-arrow-down-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- edit-arrow-down-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- edit-arrow-down-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 down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 20L16 16.5l1.425-1.4l1.075 1.075V4h2v12.2l1.1-1.1l1.4 1.4zM3 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 MaterialSymbolsEditArrowDownOutline(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="M19.5 20L16 16.5l1.425-1.4l1.075 1.075V4h2v12.2l1.1-1.1l1.4 1.4zM3 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="M19.5 20L16 16.5l1.425-1.4l1.075 1.075V4h2v12.2l1.1-1.1l1.4 1.4zM3 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-down-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%22M19.5%2020L16%2016.5l1.425-1.4l1.075%201.075V4h2v12.2l1.1-1.1l1.4%201.4zM3%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%22M19.5%2020L16%2016.5l1.425-1.4l1.075%201.075V4h2v12.2l1.1-1.1l1.4%201.4zM3%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-down-outline.svg?color=%231a73e8&size=48