forward icon
forward-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- forward-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- forward-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
forward-filledAnt Design IconsforwardBootstrap IconsforwardCodiconsforwardFramework7 IconsforwardFont Awesome 6 SolidforwardFont Awesome Solidforward-outlineFlowbite IconsforwardHeroIconsforwardIconoirforwardIonIconsforwardJam IconsforwardLine AwesomeforwardLucideforwardMajesticonsforwardMaterial SymbolsforwardMaterial Design Iconsforward-fillMingCute IconforwardMyna UI IconsforwardOpenMojiforwardPixelarticonsforwardPrime Iconsforward-boldSolarforwardTDesign Iconsforward-outlineTeenyicons
More ui actions icons from Material Symbols Light
Use the forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.579 11l-4.24-4.24q-.166-.166-.166-.357t.166-.357q.165-.16.366-.15t.341.15l4.389 4.389q.13.13.183.267t.053.298t-.053.298t-.183.268l-4.389 4.388q-.165.165-.354.162q-.188-.002-.353-.162q-.166-.165-.16-.363q.008-.199.154-.345zm-4.616.5H7.5q-1.442 0-2.471 1.029T4 15v2.5q0 .214-.143.357T3.5 18t-.357-.143T3 17.5V15q0-1.864 1.318-3.182T7.5 10.5h7.464l-3.741-3.74q-.165-.166-.165-.357t.165-.357q.166-.16.367-.15t.34.15l4.39 4.389q.13.13.183.267t.053.298t-.053.298t-.184.268l-4.388 4.388q-.165.165-.354.162q-.188-.002-.354-.162q-.165-.165-.158-.363q.006-.199.152-.345z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightForwardRounded(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="m19.579 11l-4.24-4.24q-.166-.166-.166-.357t.166-.357q.165-.16.366-.15t.341.15l4.389 4.389q.13.13.183.267t.053.298t-.053.298t-.183.268l-4.389 4.388q-.165.165-.354.162q-.188-.002-.353-.162q-.166-.165-.16-.363q.008-.199.154-.345zm-4.616.5H7.5q-1.442 0-2.471 1.029T4 15v2.5q0 .214-.143.357T3.5 18t-.357-.143T3 17.5V15q0-1.864 1.318-3.182T7.5 10.5h7.464l-3.741-3.74q-.165-.166-.165-.357t.165-.357q.166-.16.367-.15t.34.15l4.39 4.389q.13.13.183.267t.053.298t-.053.298t-.184.268l-4.388 4.388q-.165.165-.354.162q-.188-.002-.354-.162q-.165-.165-.158-.363q.006-.199.152-.345z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.579 11l-4.24-4.24q-.166-.166-.166-.357t.166-.357q.165-.16.366-.15t.341.15l4.389 4.389q.13.13.183.267t.053.298t-.053.298t-.183.268l-4.389 4.388q-.165.165-.354.162q-.188-.002-.353-.162q-.166-.165-.16-.363q.008-.199.154-.345zm-4.616.5H7.5q-1.442 0-2.471 1.029T4 15v2.5q0 .214-.143.357T3.5 18t-.357-.143T3 17.5V15q0-1.864 1.318-3.182T7.5 10.5h7.464l-3.741-3.74q-.165-.166-.165-.357t.165-.357q.166-.16.367-.15t.34.15l4.39 4.389q.13.13.183.267t.053.298t-.053.298t-.184.268l-4.388 4.388q-.165.165-.354.162q-.188-.002-.354-.162q-.165-.165-.158-.363q.006-.199.152-.345z"/></svg> </template>
CSS
.icon-forward-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%22m19.579%2011l-4.24-4.24q-.166-.166-.166-.357t.166-.357q.165-.16.366-.15t.341.15l4.389%204.389q.13.13.183.267t.053.298t-.053.298t-.183.268l-4.389%204.388q-.165.165-.354.162q-.188-.002-.353-.162q-.166-.165-.16-.363q.008-.199.154-.345zm-4.616.5H7.5q-1.442%200-2.471%201.029T4%2015v2.5q0%20.214-.143.357T3.5%2018t-.357-.143T3%2017.5V15q0-1.864%201.318-3.182T7.5%2010.5h7.464l-3.741-3.74q-.165-.166-.165-.357t.165-.357q.166-.16.367-.15t.34.15l4.39%204.389q.13.13.183.267t.053.298t-.053.298t-.184.268l-4.388%204.388q-.165.165-.354.162q-.188-.002-.354-.162q-.165-.165-.158-.363q.006-.199.152-.345z%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%22m19.579%2011l-4.24-4.24q-.166-.166-.166-.357t.166-.357q.165-.16.366-.15t.341.15l4.389%204.389q.13.13.183.267t.053.298t-.053.298t-.183.268l-4.389%204.388q-.165.165-.354.162q-.188-.002-.353-.162q-.166-.165-.16-.363q.008-.199.154-.345zm-4.616.5H7.5q-1.442%200-2.471%201.029T4%2015v2.5q0%20.214-.143.357T3.5%2018t-.357-.143T3%2017.5V15q0-1.864%201.318-3.182T7.5%2010.5h7.464l-3.741-3.74q-.165-.166-.165-.357t.165-.357q.166-.16.367-.15t.34.15l4.39%204.389q.13.13.183.267t.053.298t-.053.298t-.184.268l-4.388%204.388q-.165.165-.354.162q-.188-.002-.354-.162q-.165-.165-.158-.363q.006-.199.152-.345z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/forward-rounded.svg?color=%231a73e8&size=48