accessible forward icon
accessible-forward-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- accessible-forward-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- accessible-forward-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
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.192 21q-1.748 0-2.97-1.251T4 16.75q0-1.59 1.056-2.786q1.055-1.197 2.635-1.391q.207-.042.375.084q.167.126.209.334q.042.207-.084.365t-.333.2q-1.217.135-2.038 1.053T5 16.75q0 1.327.942 2.27t2.289.942q1.16 0 2.046-.721q.887-.722 1.123-1.831q.067-.208.225-.324t.366-.05t.324.235t.049.375q-.316 1.458-1.5 2.406T8.192 21m5.443-14.655q-.462-.462-.462-1.134q0-.67.463-1.133t1.133-.463t1.124.463t.453 1.133t-.453 1.134q-.452.463-1.124.463t-1.133-.463M11 15.827q-1.004 0-1.575-.87t-.14-1.8l2.042-4.484H8.802l-.525 1.393q-.067.176-.254.268q-.186.091-.37.024q-.193-.067-.287-.263q-.095-.195-.016-.39l.473-1.313q.168-.44.488-.656t.785-.217h3.873q.875 0 1.328.644q.453.643.06 1.514l-2.207 4.785h3.927q.614 0 1.038.433q.424.434.424 1.047V19.5q0 .214-.144.357t-.357.143t-.356-.143t-.144-.357v-3.25q0-.192-.105-.308q-.106-.115-.318-.115z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAccessibleForwardRounded(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.192 21q-1.748 0-2.97-1.251T4 16.75q0-1.59 1.056-2.786q1.055-1.197 2.635-1.391q.207-.042.375.084q.167.126.209.334q.042.207-.084.365t-.333.2q-1.217.135-2.038 1.053T5 16.75q0 1.327.942 2.27t2.289.942q1.16 0 2.046-.721q.887-.722 1.123-1.831q.067-.208.225-.324t.366-.05t.324.235t.049.375q-.316 1.458-1.5 2.406T8.192 21m5.443-14.655q-.462-.462-.462-1.134q0-.67.463-1.133t1.133-.463t1.124.463t.453 1.133t-.453 1.134q-.452.463-1.124.463t-1.133-.463M11 15.827q-1.004 0-1.575-.87t-.14-1.8l2.042-4.484H8.802l-.525 1.393q-.067.176-.254.268q-.186.091-.37.024q-.193-.067-.287-.263q-.095-.195-.016-.39l.473-1.313q.168-.44.488-.656t.785-.217h3.873q.875 0 1.328.644q.453.643.06 1.514l-2.207 4.785h3.927q.614 0 1.038.433q.424.434.424 1.047V19.5q0 .214-.144.357t-.357.143t-.356-.143t-.144-.357v-3.25q0-.192-.105-.308q-.106-.115-.318-.115z"/></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.192 21q-1.748 0-2.97-1.251T4 16.75q0-1.59 1.056-2.786q1.055-1.197 2.635-1.391q.207-.042.375.084q.167.126.209.334q.042.207-.084.365t-.333.2q-1.217.135-2.038 1.053T5 16.75q0 1.327.942 2.27t2.289.942q1.16 0 2.046-.721q.887-.722 1.123-1.831q.067-.208.225-.324t.366-.05t.324.235t.049.375q-.316 1.458-1.5 2.406T8.192 21m5.443-14.655q-.462-.462-.462-1.134q0-.67.463-1.133t1.133-.463t1.124.463t.453 1.133t-.453 1.134q-.452.463-1.124.463t-1.133-.463M11 15.827q-1.004 0-1.575-.87t-.14-1.8l2.042-4.484H8.802l-.525 1.393q-.067.176-.254.268q-.186.091-.37.024q-.193-.067-.287-.263q-.095-.195-.016-.39l.473-1.313q.168-.44.488-.656t.785-.217h3.873q.875 0 1.328.644q.453.643.06 1.514l-2.207 4.785h3.927q.614 0 1.038.433q.424.434.424 1.047V19.5q0 .214-.144.357t-.357.143t-.356-.143t-.144-.357v-3.25q0-.192-.105-.308q-.106-.115-.318-.115z"/></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.192%2021q-1.748%200-2.97-1.251T4%2016.75q0-1.59%201.056-2.786q1.055-1.197%202.635-1.391q.207-.042.375.084q.167.126.209.334q.042.207-.084.365t-.333.2q-1.217.135-2.038%201.053T5%2016.75q0%201.327.942%202.27t2.289.942q1.16%200%202.046-.721q.887-.722%201.123-1.831q.067-.208.225-.324t.366-.05t.324.235t.049.375q-.316%201.458-1.5%202.406T8.192%2021m5.443-14.655q-.462-.462-.462-1.134q0-.67.463-1.133t1.133-.463t1.124.463t.453%201.133t-.453%201.134q-.452.463-1.124.463t-1.133-.463M11%2015.827q-1.004%200-1.575-.87t-.14-1.8l2.042-4.484H8.802l-.525%201.393q-.067.176-.254.268q-.186.091-.37.024q-.193-.067-.287-.263q-.095-.195-.016-.39l.473-1.313q.168-.44.488-.656t.785-.217h3.873q.875%200%201.328.644q.453.643.06%201.514l-2.207%204.785h3.927q.614%200%201.038.433q.424.434.424%201.047V19.5q0%20.214-.144.357t-.357.143t-.356-.143t-.144-.357v-3.25q0-.192-.105-.308q-.106-.115-.318-.115z%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.192%2021q-1.748%200-2.97-1.251T4%2016.75q0-1.59%201.056-2.786q1.055-1.197%202.635-1.391q.207-.042.375.084q.167.126.209.334q.042.207-.084.365t-.333.2q-1.217.135-2.038%201.053T5%2016.75q0%201.327.942%202.27t2.289.942q1.16%200%202.046-.721q.887-.722%201.123-1.831q.067-.208.225-.324t.366-.05t.324.235t.049.375q-.316%201.458-1.5%202.406T8.192%2021m5.443-14.655q-.462-.462-.462-1.134q0-.67.463-1.133t1.133-.463t1.124.463t.453%201.133t-.453%201.134q-.452.463-1.124.463t-1.133-.463M11%2015.827q-1.004%200-1.575-.87t-.14-1.8l2.042-4.484H8.802l-.525%201.393q-.067.176-.254.268q-.186.091-.37.024q-.193-.067-.287-.263q-.095-.195-.016-.39l.473-1.313q.168-.44.488-.656t.785-.217h3.873q.875%200%201.328.644q.453.643.06%201.514l-2.207%204.785h3.927q.614%200%201.038.433q.424.434.424%201.047V19.5q0%20.214-.144.357t-.357.143t-.356-.143t-.144-.357v-3.25q0-.192-.105-.308q-.106-.115-.318-.115z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/accessible-forward-rounded.svg?color=%231a73e8&size=48