list arrow icon
list-arrow-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- list-arrow-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- list-arrow-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the list arrow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.625 19.513Q5.45 19.45 5.3 19.3l-2.6-2.6q-.275-.275-.288-.687T2.7 15.3q.275-.275.688-.288t.712.263l.9.875V6q0-.425.288-.712T6 5t.713.288T7 6v10.15l.9-.875Q8.175 15 8.588 15t.712.3q.275.275.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T6 19.575t-.375-.062M13 19q-.425 0-.712-.288T12 18t.288-.712T13 17h8q.425 0 .713.288T22 18t-.288.713T21 19zm0-6q-.425 0-.712-.288T12 12t.288-.712T13 11h8q.425 0 .713.288T22 12t-.288.713T21 13zm0-6q-.425 0-.712-.288T12 6t.288-.712T13 5h8q.425 0 .713.288T22 6t-.288.713T21 7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsListArrowRounded(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="M5.625 19.513Q5.45 19.45 5.3 19.3l-2.6-2.6q-.275-.275-.288-.687T2.7 15.3q.275-.275.688-.288t.712.263l.9.875V6q0-.425.288-.712T6 5t.713.288T7 6v10.15l.9-.875Q8.175 15 8.588 15t.712.3q.275.275.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T6 19.575t-.375-.062M13 19q-.425 0-.712-.288T12 18t.288-.712T13 17h8q.425 0 .713.288T22 18t-.288.713T21 19zm0-6q-.425 0-.712-.288T12 12t.288-.712T13 11h8q.425 0 .713.288T22 12t-.288.713T21 13zm0-6q-.425 0-.712-.288T12 6t.288-.712T13 5h8q.425 0 .713.288T22 6t-.288.713T21 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.625 19.513Q5.45 19.45 5.3 19.3l-2.6-2.6q-.275-.275-.288-.687T2.7 15.3q.275-.275.688-.288t.712.263l.9.875V6q0-.425.288-.712T6 5t.713.288T7 6v10.15l.9-.875Q8.175 15 8.588 15t.712.3q.275.275.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T6 19.575t-.375-.062M13 19q-.425 0-.712-.288T12 18t.288-.712T13 17h8q.425 0 .713.288T22 18t-.288.713T21 19zm0-6q-.425 0-.712-.288T12 12t.288-.712T13 11h8q.425 0 .713.288T22 12t-.288.713T21 13zm0-6q-.425 0-.712-.288T12 6t.288-.712T13 5h8q.425 0 .713.288T22 6t-.288.713T21 7z"/></svg> </template>
CSS
.icon-list-arrow-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%22M5.625%2019.513Q5.45%2019.45%205.3%2019.3l-2.6-2.6q-.275-.275-.288-.687T2.7%2015.3q.275-.275.688-.288t.712.263l.9.875V6q0-.425.288-.712T6%205t.713.288T7%206v10.15l.9-.875Q8.175%2015%208.588%2015t.712.3q.275.275.275.7t-.275.7l-2.6%202.6q-.15.15-.325.213T6%2019.575t-.375-.062M13%2019q-.425%200-.712-.288T12%2018t.288-.712T13%2017h8q.425%200%20.713.288T22%2018t-.288.713T21%2019zm0-6q-.425%200-.712-.288T12%2012t.288-.712T13%2011h8q.425%200%20.713.288T22%2012t-.288.713T21%2013zm0-6q-.425%200-.712-.288T12%206t.288-.712T13%205h8q.425%200%20.713.288T22%206t-.288.713T21%207z%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%22M5.625%2019.513Q5.45%2019.45%205.3%2019.3l-2.6-2.6q-.275-.275-.288-.687T2.7%2015.3q.275-.275.688-.288t.712.263l.9.875V6q0-.425.288-.712T6%205t.713.288T7%206v10.15l.9-.875Q8.175%2015%208.588%2015t.712.3q.275.275.275.7t-.275.7l-2.6%202.6q-.15.15-.325.213T6%2019.575t-.375-.062M13%2019q-.425%200-.712-.288T12%2018t.288-.712T13%2017h8q.425%200%20.713.288T22%2018t-.288.713T21%2019zm0-6q-.425%200-.712-.288T12%2012t.288-.712T13%2011h8q.425%200%20.713.288T22%2012t-.288.713T21%2013zm0-6q-.425%200-.712-.288T12%206t.288-.712T13%205h8q.425%200%20.713.288T22%206t-.288.713T21%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/list-arrow-rounded.svg?color=%231a73e8&size=48