arrow right icon
arrow-right-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-right-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arrow-right-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
arrow-rightAkar Iconsarrow-right-outlinedAnt Design Iconsarrow-rightBootstrap Iconsarrow-rightCarbonarrow-rightCodiconsarrow-rightElement Plusarrow-right-fillEva Iconsarrow-rightFramework7 Iconsarrow-rightFont Awesome 6 Solidarrow-rightFont Awesome Solidarrow-rightFeather Iconsarrow-right-outlineFlowbite Iconsarrow-right-12-filledFluent UI System Iconsarrow-rightcss.ggarrow-rightHeroIconsarrow-rightHumbleiconsarrow-rightIconParkarrow-rightIconPark Outlinearrow-rightIconoirarrow-rightJam Iconsarrow-rightLine Awesomearrow-rightMaterial Line Iconsarrow-rightLucidearrow-rightMage Icons
More ui actions icons from Material Symbols Light
Use the 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="M10.91 15.242q-.168 0-.289-.11q-.121-.112-.121-.293V9.162q0-.182.124-.293t.288-.111q.042 0 .284.13l2.677 2.678q.093.092.143.199t.05.235t-.05.235t-.143.2l-2.677 2.677q-.055.055-.129.093q-.073.037-.157.037"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArrowRightRounded(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="M10.91 15.242q-.168 0-.289-.11q-.121-.112-.121-.293V9.162q0-.182.124-.293t.288-.111q.042 0 .284.13l2.677 2.678q.093.092.143.199t.05.235t-.05.235t-.143.2l-2.677 2.677q-.055.055-.129.093q-.073.037-.157.037"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.91 15.242q-.168 0-.289-.11q-.121-.112-.121-.293V9.162q0-.182.124-.293t.288-.111q.042 0 .284.13l2.677 2.678q.093.092.143.199t.05.235t-.05.235t-.143.2l-2.677 2.677q-.055.055-.129.093q-.073.037-.157.037"/></svg> </template>
CSS
.icon-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%22M10.91%2015.242q-.168%200-.289-.11q-.121-.112-.121-.293V9.162q0-.182.124-.293t.288-.111q.042%200%20.284.13l2.677%202.678q.093.092.143.199t.05.235t-.05.235t-.143.2l-2.677%202.677q-.055.055-.129.093q-.073.037-.157.037%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%22M10.91%2015.242q-.168%200-.289-.11q-.121-.112-.121-.293V9.162q0-.182.124-.293t.288-.111q.042%200%20.284.13l2.677%202.678q.093.092.143.199t.05.235t-.05.235t-.143.2l-2.677%202.677q-.055.055-.129.093q-.073.037-.157.037%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-right-rounded.svg?color=%231a73e8&size=48