subdirectory arrow left icon
subdirectory-arrow-left-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- subdirectory-arrow-left-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- subdirectory-arrow-left-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the subdirectory 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="m6.921 15.5l3.433 3.433q.146.146.159.344q.012.198-.153.363q-.166.166-.357.166t-.357-.166l-4.08-4.075q-.131-.13-.184-.267T5.329 15t.053-.298t.184-.268l4.086-4.086q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.353L6.92 14.5h9.464q.269 0 .442-.173t.173-.442V5.5q0-.213.143-.357T17.5 5t.357.143T18 5.5v8.385q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSubdirectoryArrowLeftRounded(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="m6.921 15.5l3.433 3.433q.146.146.159.344q.012.198-.153.363q-.166.166-.357.166t-.357-.166l-4.08-4.075q-.131-.13-.184-.267T5.329 15t.053-.298t.184-.268l4.086-4.086q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.353L6.92 14.5h9.464q.269 0 .442-.173t.173-.442V5.5q0-.213.143-.357T17.5 5t.357.143T18 5.5v8.385q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.921 15.5l3.433 3.433q.146.146.159.344q.012.198-.153.363q-.166.166-.357.166t-.357-.166l-4.08-4.075q-.131-.13-.184-.267T5.329 15t.053-.298t.184-.268l4.086-4.086q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.353L6.92 14.5h9.464q.269 0 .442-.173t.173-.442V5.5q0-.213.143-.357T17.5 5t.357.143T18 5.5v8.385q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg> </template>
CSS
.icon-subdirectory-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%22m6.921%2015.5l3.433%203.433q.146.146.159.344q.012.198-.153.363q-.166.166-.357.166t-.357-.166l-4.08-4.075q-.131-.13-.184-.267T5.329%2015t.053-.298t.184-.268l4.086-4.086q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.353L6.92%2014.5h9.464q.269%200%20.442-.173t.173-.442V5.5q0-.213.143-.357T17.5%205t.357.143T18%205.5v8.385q0%20.67-.472%201.143q-.472.472-1.143.472z%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%22m6.921%2015.5l3.433%203.433q.146.146.159.344q.012.198-.153.363q-.166.166-.357.166t-.357-.166l-4.08-4.075q-.131-.13-.184-.267T5.329%2015t.053-.298t.184-.268l4.086-4.086q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.353L6.92%2014.5h9.464q.269%200%20.442-.173t.173-.442V5.5q0-.213.143-.357T17.5%205t.357.143T18%205.5v8.385q0%20.67-.472%201.143q-.472.472-1.143.472z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/subdirectory-arrow-left-rounded.svg?color=%231a73e8&size=48