edit arrow down icon
edit-arrow-down-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- edit-arrow-down-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 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="M4 18q-.425 0-.712-.288T3 17v-2.25q0-.4.163-.763t.437-.637l6.775-6.775q.6-.6 1.438-.575t1.412.625l1.2 1.25q.575.575.563 1.4t-.588 1.4l-6.75 6.75q-.275.275-.638.425T6.25 18zm1-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5 14.75zm6.725-5.475l-1.25-1.25zM18.8 19.3L16.5 17q-.275-.3-.275-.713t.3-.687t.713-.288t.687.288l.575.575V5q0-.425.288-.712T19.5 4t.713.288T20.5 5v11.2l.6-.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3 2.3q-.3.3-.7.3t-.7-.3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEditArrowDownOutlineRounded(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="M4 18q-.425 0-.712-.288T3 17v-2.25q0-.4.163-.763t.437-.637l6.775-6.775q.6-.6 1.438-.575t1.412.625l1.2 1.25q.575.575.563 1.4t-.588 1.4l-6.75 6.75q-.275.275-.638.425T6.25 18zm1-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5 14.75zm6.725-5.475l-1.25-1.25zM18.8 19.3L16.5 17q-.275-.3-.275-.713t.3-.687t.713-.288t.687.288l.575.575V5q0-.425.288-.712T19.5 4t.713.288T20.5 5v11.2l.6-.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3 2.3q-.3.3-.7.3t-.7-.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18q-.425 0-.712-.288T3 17v-2.25q0-.4.163-.763t.437-.637l6.775-6.775q.6-.6 1.438-.575t1.412.625l1.2 1.25q.575.575.563 1.4t-.588 1.4l-6.75 6.75q-.275.275-.638.425T6.25 18zm1-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5 14.75zm6.725-5.475l-1.25-1.25zM18.8 19.3L16.5 17q-.275-.3-.275-.713t.3-.687t.713-.288t.687.288l.575.575V5q0-.425.288-.712T19.5 4t.713.288T20.5 5v11.2l.6-.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3 2.3q-.3.3-.7.3t-.7-.3"/></svg> </template>
CSS
.icon-edit-arrow-down-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%22M4%2018q-.425%200-.712-.288T3%2017v-2.25q0-.4.163-.763t.437-.637l6.775-6.775q.6-.6%201.438-.575t1.412.625l1.2%201.25q.575.575.563%201.4t-.588%201.4l-6.75%206.75q-.275.275-.638.425T6.25%2018zm1-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5%2014.75zm6.725-5.475l-1.25-1.25zM18.8%2019.3L16.5%2017q-.275-.3-.275-.713t.3-.687t.713-.288t.687.288l.575.575V5q0-.425.288-.712T19.5%204t.713.288T20.5%205v11.2l.6-.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3%202.3q-.3.3-.7.3t-.7-.3%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%22M4%2018q-.425%200-.712-.288T3%2017v-2.25q0-.4.163-.763t.437-.637l6.775-6.775q.6-.6%201.438-.575t1.412.625l1.2%201.25q.575.575.563%201.4t-.588%201.4l-6.75%206.75q-.275.275-.638.425T6.25%2018zm1-2h1.25l4.05-4.05l-.625-.625l-.625-.625L5%2014.75zm6.725-5.475l-1.25-1.25zM18.8%2019.3L16.5%2017q-.275-.3-.275-.713t.3-.687t.713-.288t.687.288l.575.575V5q0-.425.288-.712T19.5%204t.713.288T20.5%205v11.2l.6-.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3%202.3q-.3.3-.7.3t-.7-.3%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-rounded.svg?color=%231a73e8&size=48