forward-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
forward-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
forward-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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.175 11L15.3 7.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7zm-6 1H7q-1.25 0-2.125.875T4 15v3q0 .425-.288.713T3 19t-.712-.288T2 18v-3q0-2.075 1.463-3.537T7 10h6.175L10.3 7.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsForwardRounded(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.175 11L15.3 7.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7zm-6 1H7q-1.25 0-2.125.875T4 15v3q0 .425-.288.713T3 19t-.712-.288T2 18v-3q0-2.075 1.463-3.537T7 10h6.175L10.3 7.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.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="M19.175 11L15.3 7.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7zm-6 1H7q-1.25 0-2.125.875T4 15v3q0 .425-.288.713T3 19t-.712-.288T2 18v-3q0-2.075 1.463-3.537T7 10h6.175L10.3 7.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7z"/></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.175%2011L15.3%207.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6%204.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6%204.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7zm-6%201H7q-1.25%200-2.125.875T4%2015v3q0%20.425-.288.713T3%2019t-.712-.288T2%2018v-3q0-2.075%201.463-3.537T7%2010h6.175L10.3%207.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6%204.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6%204.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7z%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.175%2011L15.3%207.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6%204.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6%204.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7zm-6%201H7q-1.25%200-2.125.875T4%2015v3q0%20.425-.288.713T3%2019t-.712-.288T2%2018v-3q0-2.075%201.463-3.537T7%2010h6.175L10.3%207.125q-.3-.3-.3-.712t.3-.713q.3-.275.713-.275t.687.275l4.6%204.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6%204.6q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.7t.287-.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/forward-rounded.svg?color=%231a73e8&size=48