not accessible forward icon

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

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

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.075 21.9l-1.5-1.475h.575q0 .25-.162.413t-.413.162t-.413-.162t-.162-.413v-.575L13.15 16H11q-1.1 0-1.7-.937T9.15 13.1l.35-.75l-7.425-7.425q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M19 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 MaterialSymbolsNotAccessibleForwardRounded(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.075 21.9l-1.5-1.475h.575q0 .25-.162.413t-.413.162t-.413-.162t-.162-.413v-.575L13.15 16H11q-1.1 0-1.7-.937T9.15 13.1l.35-.75l-7.425-7.425q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M19 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.075 21.9l-1.5-1.475h.575q0 .25-.162.413t-.413.162t-.413-.162t-.162-.413v-.575L13.15 16H11q-1.1 0-1.7-.937T9.15 13.1l.35-.75l-7.425-7.425q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M19 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-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.075%2021.9l-1.5-1.475h.575q0%20.25-.162.413t-.413.162t-.413-.162t-.162-.413v-.575L13.15%2016H11q-1.1%200-1.7-.937T9.15%2013.1l.35-.75l-7.425-7.425q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M19%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.075%2021.9l-1.5-1.475h.575q0%20.25-.162.413t-.413.162t-.413-.162t-.162-.413v-.575L13.15%2016H11q-1.1%200-1.7-.937T9.15%2013.1l.35-.75l-7.425-7.425q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M19%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-rounded.svg?color=%231a73e8&size=48