edit arrow back icon
edit-arrow-back-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- edit-arrow-back-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the edit arrow back icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-1.146-8.354a.5.5 0 0 1 0 .708l-.647.646h2.043A3.25 3.25 0 0 1 20 19.25v.25a.5.5 0 0 1-1 0v-.25A2.25 2.25 0 0 0 16.75 17h-2.043l.647.646a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0m.537-11.598a3.578 3.578 0 1 1 5.061 5.06L20.06 9L15 3.94zM13.94 5l-10 9.999a3.1 3.1 0 0 0-.825 1.477L2.02 21.077a.75.75 0 0 0 .904.903l4.601-1.095a3.1 3.1 0 0 0 1.477-.826l1.151-1.15a6.5 6.5 0 0 1 7.754-7.756L19 10.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEditArrowBack24Filled(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="M16.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-1.146-8.354a.5.5 0 0 1 0 .708l-.647.646h2.043A3.25 3.25 0 0 1 20 19.25v.25a.5.5 0 0 1-1 0v-.25A2.25 2.25 0 0 0 16.75 17h-2.043l.647.646a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0m.537-11.598a3.578 3.578 0 1 1 5.061 5.06L20.06 9L15 3.94zM13.94 5l-10 9.999a3.1 3.1 0 0 0-.825 1.477L2.02 21.077a.75.75 0 0 0 .904.903l4.601-1.095a3.1 3.1 0 0 0 1.477-.826l1.151-1.15a6.5 6.5 0 0 1 7.754-7.756L19 10.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-1.146-8.354a.5.5 0 0 1 0 .708l-.647.646h2.043A3.25 3.25 0 0 1 20 19.25v.25a.5.5 0 0 1-1 0v-.25A2.25 2.25 0 0 0 16.75 17h-2.043l.647.646a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0m.537-11.598a3.578 3.578 0 1 1 5.061 5.06L20.06 9L15 3.94zM13.94 5l-10 9.999a3.1 3.1 0 0 0-.825 1.477L2.02 21.077a.75.75 0 0 0 .904.903l4.601-1.095a3.1 3.1 0 0 0 1.477-.826l1.151-1.15a6.5 6.5 0 0 1 7.754-7.756L19 10.06z"/></svg> </template>
CSS
.icon-edit-arrow-back-24-filled {
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%22M16.5%2023a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m-1.146-8.354a.5.5%200%200%201%200%20.708l-.647.646h2.043A3.25%203.25%200%200%201%2020%2019.25v.25a.5.5%200%200%201-1%200v-.25A2.25%202.25%200%200%200%2016.75%2017h-2.043l.647.646a.5.5%200%200%201-.708.708l-1.5-1.5a.5.5%200%200%201%200-.708l1.5-1.5a.5.5%200%200%201%20.708%200m.537-11.598a3.578%203.578%200%201%201%205.061%205.06L20.06%209L15%203.94zM13.94%205l-10%209.999a3.1%203.1%200%200%200-.825%201.477L2.02%2021.077a.75.75%200%200%200%20.904.903l4.601-1.095a3.1%203.1%200%200%200%201.477-.826l1.151-1.15a6.5%206.5%200%200%201%207.754-7.756L19%2010.06z%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%22M16.5%2023a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m-1.146-8.354a.5.5%200%200%201%200%20.708l-.647.646h2.043A3.25%203.25%200%200%201%2020%2019.25v.25a.5.5%200%200%201-1%200v-.25A2.25%202.25%200%200%200%2016.75%2017h-2.043l.647.646a.5.5%200%200%201-.708.708l-1.5-1.5a.5.5%200%200%201%200-.708l1.5-1.5a.5.5%200%200%201%20.708%200m.537-11.598a3.578%203.578%200%201%201%205.061%205.06L20.06%209L15%203.94zM13.94%205l-10%209.999a3.1%203.1%200%200%200-.825%201.477L2.02%2021.077a.75.75%200%200%200%20.904.903l4.601-1.095a3.1%203.1%200%200%200%201.477-.826l1.151-1.15a6.5%206.5%200%200%201%207.754-7.756L19%2010.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/edit-arrow-back-24-filled.svg?color=%231a73e8&size=48