subdirectory arrow right icon
subdirectory-arrow-right-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- subdirectory-arrow-right-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- subdirectory-arrow-right-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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.49 19.277q.01-.198.156-.344L17.08 15.5H7.616q-.672 0-1.144-.472T6 13.885V5.5q0-.213.143-.357T6.5 5t.357.143T7 5.5v8.385q0 .269.173.442t.443.173h9.463l-3.438-3.438q-.166-.166-.163-.354q.003-.189.163-.354q.165-.165.363-.159t.344.153l4.087 4.087q.13.13.183.267t.053.298t-.053.298t-.183.268L14.36 19.64q-.166.166-.357.166t-.357-.166q-.165-.165-.155-.363"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSubdirectoryArrowRightRounded(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="M13.49 19.277q.01-.198.156-.344L17.08 15.5H7.616q-.672 0-1.144-.472T6 13.885V5.5q0-.213.143-.357T6.5 5t.357.143T7 5.5v8.385q0 .269.173.442t.443.173h9.463l-3.438-3.438q-.166-.166-.163-.354q.003-.189.163-.354q.165-.165.363-.159t.344.153l4.087 4.087q.13.13.183.267t.053.298t-.053.298t-.183.268L14.36 19.64q-.166.166-.357.166t-.357-.166q-.165-.165-.155-.363"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.49 19.277q.01-.198.156-.344L17.08 15.5H7.616q-.672 0-1.144-.472T6 13.885V5.5q0-.213.143-.357T6.5 5t.357.143T7 5.5v8.385q0 .269.173.442t.443.173h9.463l-3.438-3.438q-.166-.166-.163-.354q.003-.189.163-.354q.165-.165.363-.159t.344.153l4.087 4.087q.13.13.183.267t.053.298t-.053.298t-.183.268L14.36 19.64q-.166.166-.357.166t-.357-.166q-.165-.165-.155-.363"/></svg> </template>
CSS
.icon-subdirectory-arrow-right-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%22M13.49%2019.277q.01-.198.156-.344L17.08%2015.5H7.616q-.672%200-1.144-.472T6%2013.885V5.5q0-.213.143-.357T6.5%205t.357.143T7%205.5v8.385q0%20.269.173.442t.443.173h9.463l-3.438-3.438q-.166-.166-.163-.354q.003-.189.163-.354q.165-.165.363-.159t.344.153l4.087%204.087q.13.13.183.267t.053.298t-.053.298t-.183.268L14.36%2019.64q-.166.166-.357.166t-.357-.166q-.165-.165-.155-.363%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%22M13.49%2019.277q.01-.198.156-.344L17.08%2015.5H7.616q-.672%200-1.144-.472T6%2013.885V5.5q0-.213.143-.357T6.5%205t.357.143T7%205.5v8.385q0%20.269.173.442t.443.173h9.463l-3.438-3.438q-.166-.166-.163-.354q.003-.189.163-.354q.165-.165.363-.159t.344.153l4.087%204.087q.13.13.183.267t.053.298t-.053.298t-.183.268L14.36%2019.64q-.166.166-.357.166t-.357-.166q-.165-.165-.155-.363%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-right-rounded.svg?color=%231a73e8&size=48