accessible forward icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the accessible forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22q-2.075 0-3.537-1.463T3 17q0-1.725 1.075-3.075t2.75-1.775q.4-.1.75.113t.45.612t-.112.75t-.613.45q-1.025.25-1.662 1.063T5 17q0 1.25.875 2.125T8 20q1.025 0 1.825-.625t1.075-1.6q.125-.4.475-.612t.75-.088t.612.475t.088.75q-.45 1.65-1.787 2.675T8 22m6.588-16.088Q14 5.325 14 4.5t.588-1.412T16 2.5t1.413.588T18 4.5t-.587 1.413T16 6.5t-1.412-.587M11 16q-1.1 0-1.7-.937T9.15 13.1L11 9H8.725l-.275.7q-.125.35-.475.538t-.725.062q-.425-.125-.625-.513T6.6 8.976l.3-.775q.225-.575.737-.888T8.75 7h5.2q1.125 0 1.713.913T15.8 9.85l-1.65 3.65H17q.825 0 1.413.588T19 15.5V20q0 .425-.288.713T18 21t-.712-.288T17 20v-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAccessibleForwardRounded(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="M8 22q-2.075 0-3.537-1.463T3 17q0-1.725 1.075-3.075t2.75-1.775q.4-.1.75.113t.45.612t-.112.75t-.613.45q-1.025.25-1.662 1.063T5 17q0 1.25.875 2.125T8 20q1.025 0 1.825-.625t1.075-1.6q.125-.4.475-.612t.75-.088t.612.475t.088.75q-.45 1.65-1.787 2.675T8 22m6.588-16.088Q14 5.325 14 4.5t.588-1.412T16 2.5t1.413.588T18 4.5t-.587 1.413T16 6.5t-1.412-.587M11 16q-1.1 0-1.7-.937T9.15 13.1L11 9H8.725l-.275.7q-.125.35-.475.538t-.725.062q-.425-.125-.625-.513T6.6 8.976l.3-.775q.225-.575.737-.888T8.75 7h5.2q1.125 0 1.713.913T15.8 9.85l-1.65 3.65H17q.825 0 1.413.588T19 15.5V20q0 .425-.288.713T18 21t-.712-.288T17 20v-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22q-2.075 0-3.537-1.463T3 17q0-1.725 1.075-3.075t2.75-1.775q.4-.1.75.113t.45.612t-.112.75t-.613.45q-1.025.25-1.662 1.063T5 17q0 1.25.875 2.125T8 20q1.025 0 1.825-.625t1.075-1.6q.125-.4.475-.612t.75-.088t.612.475t.088.75q-.45 1.65-1.787 2.675T8 22m6.588-16.088Q14 5.325 14 4.5t.588-1.412T16 2.5t1.413.588T18 4.5t-.587 1.413T16 6.5t-1.412-.587M11 16q-1.1 0-1.7-.937T9.15 13.1L11 9H8.725l-.275.7q-.125.35-.475.538t-.725.062q-.425-.125-.625-.513T6.6 8.976l.3-.775q.225-.575.737-.888T8.75 7h5.2q1.125 0 1.713.913T15.8 9.85l-1.65 3.65H17q.825 0 1.413.588T19 15.5V20q0 .425-.288.713T18 21t-.712-.288T17 20v-4z"/></svg>
</template>

CSS

.icon-accessible-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%22M8%2022q-2.075%200-3.537-1.463T3%2017q0-1.725%201.075-3.075t2.75-1.775q.4-.1.75.113t.45.612t-.112.75t-.613.45q-1.025.25-1.662%201.063T5%2017q0%201.25.875%202.125T8%2020q1.025%200%201.825-.625t1.075-1.6q.125-.4.475-.612t.75-.088t.612.475t.088.75q-.45%201.65-1.787%202.675T8%2022m6.588-16.088Q14%205.325%2014%204.5t.588-1.412T16%202.5t1.413.588T18%204.5t-.587%201.413T16%206.5t-1.412-.587M11%2016q-1.1%200-1.7-.937T9.15%2013.1L11%209H8.725l-.275.7q-.125.35-.475.538t-.725.062q-.425-.125-.625-.513T6.6%208.976l.3-.775q.225-.575.737-.888T8.75%207h5.2q1.125%200%201.713.913T15.8%209.85l-1.65%203.65H17q.825%200%201.413.588T19%2015.5V20q0%20.425-.288.713T18%2021t-.712-.288T17%2020v-4z%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%22M8%2022q-2.075%200-3.537-1.463T3%2017q0-1.725%201.075-3.075t2.75-1.775q.4-.1.75.113t.45.612t-.112.75t-.613.45q-1.025.25-1.662%201.063T5%2017q0%201.25.875%202.125T8%2020q1.025%200%201.825-.625t1.075-1.6q.125-.4.475-.612t.75-.088t.612.475t.088.75q-.45%201.65-1.787%202.675T8%2022m6.588-16.088Q14%205.325%2014%204.5t.588-1.412T16%202.5t1.413.588T18%204.5t-.587%201.413T16%206.5t-1.412-.587M11%2016q-1.1%200-1.7-.937T9.15%2013.1L11%209H8.725l-.275.7q-.125.35-.475.538t-.725.062q-.425-.125-.625-.513T6.6%208.976l.3-.775q.225-.575.737-.888T8.75%207h5.2q1.125%200%201.713.913T15.8%209.85l-1.65%203.65H17q.825%200%201.413.588T19%2015.5V20q0%20.425-.288.713T18%2021t-.712-.288T17%2020v-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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