accessible forward icon
accessible-forward-sharp from Material Symbols by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- accessible-forward-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- accessible-forward-outline-sharp
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 17t1.463-3.537T8 12v2q-1.25 0-2.125.875T5 17t.875 2.125T8 20t2.125-.875T11 17h2q0 2.075-1.463 3.538T8 22m9-1v-5H9.4l-.925-1.4L11 9H8.725l-.6 1.55L6.2 10l1.175-3h6.575q1.125 0 1.713.913T15.8 9.85l-1.65 3.65H19V21zM14.588 5.913Q14 5.325 14 4.5t.588-1.412T16 2.5t1.413.588T18 4.5t-.587 1.413T16 6.5t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAccessibleForwardSharp(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 17t1.463-3.537T8 12v2q-1.25 0-2.125.875T5 17t.875 2.125T8 20t2.125-.875T11 17h2q0 2.075-1.463 3.538T8 22m9-1v-5H9.4l-.925-1.4L11 9H8.725l-.6 1.55L6.2 10l1.175-3h6.575q1.125 0 1.713.913T15.8 9.85l-1.65 3.65H19V21zM14.588 5.913Q14 5.325 14 4.5t.588-1.412T16 2.5t1.413.588T18 4.5t-.587 1.413T16 6.5t-1.412-.587"/></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 17t1.463-3.537T8 12v2q-1.25 0-2.125.875T5 17t.875 2.125T8 20t2.125-.875T11 17h2q0 2.075-1.463 3.538T8 22m9-1v-5H9.4l-.925-1.4L11 9H8.725l-.6 1.55L6.2 10l1.175-3h6.575q1.125 0 1.713.913T15.8 9.85l-1.65 3.65H19V21zM14.588 5.913Q14 5.325 14 4.5t.588-1.412T16 2.5t1.413.588T18 4.5t-.587 1.413T16 6.5t-1.412-.587"/></svg> </template>
CSS
.icon-accessible-forward-sharp {
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%2017t1.463-3.537T8%2012v2q-1.25%200-2.125.875T5%2017t.875%202.125T8%2020t2.125-.875T11%2017h2q0%202.075-1.463%203.538T8%2022m9-1v-5H9.4l-.925-1.4L11%209H8.725l-.6%201.55L6.2%2010l1.175-3h6.575q1.125%200%201.713.913T15.8%209.85l-1.65%203.65H19V21zM14.588%205.913Q14%205.325%2014%204.5t.588-1.412T16%202.5t1.413.588T18%204.5t-.587%201.413T16%206.5t-1.412-.587%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%2017t1.463-3.537T8%2012v2q-1.25%200-2.125.875T5%2017t.875%202.125T8%2020t2.125-.875T11%2017h2q0%202.075-1.463%203.538T8%2022m9-1v-5H9.4l-.925-1.4L11%209H8.725l-.6%201.55L6.2%2010l1.175-3h6.575q1.125%200%201.713.913T15.8%209.85l-1.65%203.65H19V21zM14.588%205.913Q14%205.325%2014%204.5t.588-1.412T16%202.5t1.413.588T18%204.5t-.587%201.413T16%206.5t-1.412-.587%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-sharp.svg?color=%231a73e8&size=48