edit arrow down icon
edit-arrow-down from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- edit-arrow-down
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- edit-arrow-down-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 18zm8.725-7.475l1.25-1.275l-1.225-1.225l-1.275 1.25z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEditArrowDown(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 18zm8.725-7.475l1.25-1.275l-1.225-1.225l-1.275 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 18zm8.725-7.475l1.25-1.275l-1.225-1.225l-1.275 1.25z"/></svg> </template>
CSS
.icon-edit-arrow-down {
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%2018zm8.725-7.475l1.25-1.275l-1.225-1.225l-1.275%201.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%2018zm8.725-7.475l1.25-1.275l-1.225-1.225l-1.275%201.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.svg?color=%231a73e8&size=48