arrow left icon
arrow-left-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-left-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arrow-left-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
arrow-leftAkar Iconsarrow-left-outlinedAnt Design Iconsarrow-leftBootstrap Iconsarrow-leftCarbonarrow-leftCodiconsarrow-leftElement Plusarrow-left-fillEva Iconsarrow-leftFramework7 Iconsarrow-leftFont Awesome 6 Solidarrow-leftFont Awesome Solidarrow-leftFeather Iconsarrow-left-outlineFlowbite Iconsarrow-left-12-filledFluent UI System Iconsarrow-leftcss.ggarrow-leftHeroIconsarrow-leftHumbleiconsarrow-leftIconParkarrow-leftIconPark Outlinearrow-leftIconoirarrow-leftJam Iconsarrow-leftLine Awesomearrow-leftMaterial Line Iconsarrow-leftLucidearrow-leftMage Icons
More ui actions icons from Material Symbols Light
Use the arrow left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.804 15.112l-2.677-2.677q-.093-.093-.143-.2T9.935 12t.05-.235t.143-.2l2.677-2.677q.056-.055.129-.093q.073-.037.157-.037q.168 0 .289.11q.121.112.121.293v5.677q0 .182-.124.293t-.288.111q-.042 0-.284-.13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArrowLeftRounded(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="m12.804 15.112l-2.677-2.677q-.093-.093-.143-.2T9.935 12t.05-.235t.143-.2l2.677-2.677q.056-.055.129-.093q.073-.037.157-.037q.168 0 .289.11q.121.112.121.293v5.677q0 .182-.124.293t-.288.111q-.042 0-.284-.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.804 15.112l-2.677-2.677q-.093-.093-.143-.2T9.935 12t.05-.235t.143-.2l2.677-2.677q.056-.055.129-.093q.073-.037.157-.037q.168 0 .289.11q.121.112.121.293v5.677q0 .182-.124.293t-.288.111q-.042 0-.284-.13"/></svg> </template>
CSS
.icon-arrow-left-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%22m12.804%2015.112l-2.677-2.677q-.093-.093-.143-.2T9.935%2012t.05-.235t.143-.2l2.677-2.677q.056-.055.129-.093q.073-.037.157-.037q.168%200%20.289.11q.121.112.121.293v5.677q0%20.182-.124.293t-.288.111q-.042%200-.284-.13%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%22m12.804%2015.112l-2.677-2.677q-.093-.093-.143-.2T9.935%2012t.05-.235t.143-.2l2.677-2.677q.056-.055.129-.093q.073-.037.157-.037q.168%200%20.289.11q.121.112.121.293v5.677q0%20.182-.124.293t-.288.111q-.042%200-.284-.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/arrow-left-rounded.svg?color=%231a73e8&size=48