not accessible forward icon

not-accessible-forward from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
not-accessible-forward
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
not-accessible-forward-outline, not-accessible-forward-outline-sharp, not-accessible-forward-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the not 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="M19.775 22.625L18.15 21H17v-1.15L13.15 16H11q-1.1 0-1.7-.937T9.15 13.1l.35-.75l-8.125-8.125L2.8 2.8l18.4 18.4zM19 16.15l-2.65-2.65H17q.825 0 1.413.588T19 15.5zm-4.175-4.175L9.85 7h4.1q1.125 0 1.713.913T15.8 9.85zM8 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 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-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNotAccessibleForward(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.775 22.625L18.15 21H17v-1.15L13.15 16H11q-1.1 0-1.7-.937T9.15 13.1l.35-.75l-8.125-8.125L2.8 2.8l18.4 18.4zM19 16.15l-2.65-2.65H17q.825 0 1.413.588T19 15.5zm-4.175-4.175L9.85 7h4.1q1.125 0 1.713.913T15.8 9.85zM8 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 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-.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="M19.775 22.625L18.15 21H17v-1.15L13.15 16H11q-1.1 0-1.7-.937T9.15 13.1l.35-.75l-8.125-8.125L2.8 2.8l18.4 18.4zM19 16.15l-2.65-2.65H17q.825 0 1.413.588T19 15.5zm-4.175-4.175L9.85 7h4.1q1.125 0 1.713.913T15.8 9.85zM8 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 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-.587"/></svg>
</template>

CSS

.icon-not-accessible-forward {
  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.775%2022.625L18.15%2021H17v-1.15L13.15%2016H11q-1.1%200-1.7-.937T9.15%2013.1l.35-.75l-8.125-8.125L2.8%202.8l18.4%2018.4zM19%2016.15l-2.65-2.65H17q.825%200%201.413.588T19%2015.5zm-4.175-4.175L9.85%207h4.1q1.125%200%201.713.913T15.8%209.85zM8%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%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-.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%22M19.775%2022.625L18.15%2021H17v-1.15L13.15%2016H11q-1.1%200-1.7-.937T9.15%2013.1l.35-.75l-8.125-8.125L2.8%202.8l18.4%2018.4zM19%2016.15l-2.65-2.65H17q.825%200%201.413.588T19%2015.5zm-4.175-4.175L9.85%207h4.1q1.125%200%201.713.913T15.8%209.85zM8%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%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-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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