not accessible forward icon
not-accessible-forward-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- not-accessible-forward-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- not-accessible-forward-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.479 20.9l-2.385-2.379h.248v1.077q0 .173-.114.288t-.287.114t-.288-.114t-.114-.288v-1.632L14.4 15.827H11q-1.004 0-1.575-.87t-.14-1.8l.773-1.672L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.94-6.173l-1.631-1.63h.15q.517.153.922.558t.559.922zm-3.772-3.771l-3.436-3.437h2.638q.875 0 1.328.643q.453.644.06 1.515zM8.192 21q-1.748 0-2.97-1.251T4 16.75t1.241-2.99q1.242-1.24 2.97-1.24v1.019q-1.326 0-2.269.942T5 16.75t.942 2.27t2.289.942t2.288-.943t.943-2.269h1q0 1.748-1.261 2.999T8.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-.463"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNotAccessibleForwardRounded(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.479 20.9l-2.385-2.379h.248v1.077q0 .173-.114.288t-.287.114t-.288-.114t-.114-.288v-1.632L14.4 15.827H11q-1.004 0-1.575-.87t-.14-1.8l.773-1.672L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.94-6.173l-1.631-1.63h.15q.517.153.922.558t.559.922zm-3.772-3.771l-3.436-3.437h2.638q.875 0 1.328.643q.453.644.06 1.515zM8.192 21q-1.748 0-2.97-1.251T4 16.75t1.241-2.99q1.242-1.24 2.97-1.24v1.019q-1.326 0-2.269.942T5 16.75t.942 2.27t2.289.942t2.288-.943t.943-2.269h1q0 1.748-1.261 2.999T8.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-.463"/></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.479 20.9l-2.385-2.379h.248v1.077q0 .173-.114.288t-.287.114t-.288-.114t-.114-.288v-1.632L14.4 15.827H11q-1.004 0-1.575-.87t-.14-1.8l.773-1.672L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.94-6.173l-1.631-1.63h.15q.517.153.922.558t.559.922zm-3.772-3.771l-3.436-3.437h2.638q.875 0 1.328.643q.453.644.06 1.515zM8.192 21q-1.748 0-2.97-1.251T4 16.75t1.241-2.99q1.242-1.24 2.97-1.24v1.019q-1.326 0-2.269.942T5 16.75t.942 2.27t2.289.942t2.288-.943t.943-2.269h1q0 1.748-1.261 2.999T8.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-.463"/></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.479%2020.9l-2.385-2.379h.248v1.077q0%20.173-.114.288t-.287.114t-.288-.114t-.114-.288v-1.632L14.4%2015.827H11q-1.004%200-1.575-.87t-.14-1.8l.773-1.672L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.94-6.173l-1.631-1.63h.15q.517.153.922.558t.559.922zm-3.772-3.771l-3.436-3.437h2.638q.875%200%201.328.643q.453.644.06%201.515zM8.192%2021q-1.748%200-2.97-1.251T4%2016.75t1.241-2.99q1.242-1.24%202.97-1.24v1.019q-1.326%200-2.269.942T5%2016.75t.942%202.27t2.289.942t2.288-.943t.943-2.269h1q0%201.748-1.261%202.999T8.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-.463%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.479%2020.9l-2.385-2.379h.248v1.077q0%20.173-.114.288t-.287.114t-.288-.114t-.114-.288v-1.632L14.4%2015.827H11q-1.004%200-1.575-.87t-.14-1.8l.773-1.672L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.94-6.173l-1.631-1.63h.15q.517.153.922.558t.559.922zm-3.772-3.771l-3.436-3.437h2.638q.875%200%201.328.643q.453.644.06%201.515zM8.192%2021q-1.748%200-2.97-1.251T4%2016.75t1.241-2.99q1.242-1.24%202.97-1.24v1.019q-1.326%200-2.269.942T5%2016.75t.942%202.27t2.289.942t2.288-.943t.943-2.269h1q0%201.748-1.261%202.999T8.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-.463%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/not-accessible-forward-rounded.svg?color=%231a73e8&size=48